Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @ts-tools/build@2.1.0
 - @ts-tools/fixtures@2.1.0
 - @ts-tools/node@2.1.0
 - @ts-tools/robotrix@2.1.0
 - @ts-tools/transpile@2.1.0
 - @ts-tools/webpack-loader@2.1.0
  • Loading branch information
AviVahl committed Aug 12, 2020
1 parent 9f3c424 commit 8f299fd
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-tools/build",
"version": "2.0.1",
"version": "2.1.0",
"description": "CLI for easier building of multi-target TypeScript libraries.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -11,7 +11,7 @@
"typescript": ">=2.8.0"
},
"dependencies": {
"@ts-tools/transpile": "^2.0.1",
"@ts-tools/transpile": "^2.1.0",
"chalk": "^4.1.0",
"commander": "^6.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/fixtures/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-tools/fixtures",
"version": "2.0.0",
"version": "2.1.0",
"description": "Fixtures of the various supported use cases.",
"license": "MIT",
"private": true
Expand Down
4 changes: 2 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@ts-tools/node",
"version": "2.0.0",
"version": "2.1.0",
"description": "TypeScript support for Node.js.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"peerDependencies": {
"typescript": ">=2.8.0"
},
"dependencies": {
"@ts-tools/transpile": "^2.0.1",
"@ts-tools/transpile": "^2.1.0",
"source-map-support": "^0.5.19"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/robotrix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-tools/robotrix",
"version": "2.0.0",
"version": "2.1.0",
"description": "Useful TypeScript transpilation transformers.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/transpile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-tools/transpile",
"version": "2.0.1",
"version": "2.1.0",
"description": "TypeScript transpilation helpers.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-tools/webpack-loader",
"version": "2.0.1",
"version": "2.1.0",
"description": "TypeScript loader for webpack.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -9,7 +9,7 @@
"webpack": ">=4"
},
"dependencies": {
"@ts-tools/transpile": "^2.0.1",
"@ts-tools/transpile": "^2.1.0",
"loader-utils": "^2.0.0"
},
"files": [
Expand Down

0 comments on commit 8f299fd

Please sign in to comment.