Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AviVahl committed Jun 26, 2021
1 parent 8f79064 commit e918094
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.0",
"version": "3.0.1",
"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.1.1",
"version": "3.0.1",
"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.1.1",
"@ts-tools/transpile": "^3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"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.1.1",
"version": "3.0.1",
"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.1.1",
"version": "3.0.1",
"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.1.1"
"@ts-tools/transpile": "^3.0.1"
},
"files": [
"dist",
Expand Down

0 comments on commit e918094

Please sign in to comment.