Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @ts-tools/[email protected]
 - @ts-tools/[email protected]
 - @ts-tools/[email protected]
 - @ts-tools/[email protected]
 - @ts-tools/[email protected]
 - @ts-tools/[email protected]
  • Loading branch information
AviVahl committed May 4, 2019
1 parent d351f01 commit 714ba5b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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": "0.1.10",
"version": "0.1.11",
"description": "CLI for easier building of multi-target TypeScript libraries.",
"main": "./cjs/index.js",
"types": "./cjs/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"typescript": ">=2.8.0"
},
"dependencies": {
"@ts-tools/service": "^2.0.0",
"@ts-tools/service": "^2.0.1",
"chalk": "^2.4.2",
"commander": "^2.20.0",
"proper-fs": "^1.1.2"
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": "1.0.7",
"version": "1.0.8",
"description": "Fixtures of the various supported use cases.",
"license": "MIT",
"private": true
Expand Down
6 changes: 3 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-tools/node",
"version": "0.9.3",
"version": "0.9.4",
"description": "TypeScript support for Node.js.",
"main": "./cjs/index.js",
"types": "./cjs/index.d.ts",
Expand All @@ -10,8 +10,8 @@
"test": "mocha -r @ts-tools/node/r \"./test/**/*.unit.ts\" --watch-extensions ts --timeout 10000"
},
"dependencies": {
"@ts-tools/robotrix": "^0.7.4",
"@ts-tools/service": "^2.0.0",
"@ts-tools/robotrix": "^0.7.5",
"@ts-tools/service": "^2.0.1",
"is-ci": "^2.0.0",
"source-map-support": "^0.5.12"
},
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": "0.7.4",
"version": "0.7.5",
"description": "Useful TypeScript transpilation transformers.",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-tools/service",
"version": "2.0.0",
"version": "2.0.1",
"description": "An on-demand TypeScript transpilation service.",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down
6 changes: 3 additions & 3 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": "0.8.8",
"version": "0.8.9",
"description": "TypeScript loader for webpack.",
"main": "cjs/index.js",
"types": "cjs/index.d.ts",
Expand All @@ -15,8 +15,8 @@
"webpack": ">=4"
},
"dependencies": {
"@ts-tools/robotrix": "^0.7.4",
"@ts-tools/service": "^2.0.0",
"@ts-tools/robotrix": "^0.7.5",
"@ts-tools/service": "^2.0.1",
"loader-utils": "^1.2.3"
},
"files": [
Expand Down

0 comments on commit 714ba5b

Please sign in to comment.