Skip to content

Commit

Permalink
v0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
theseanl committed Oct 20, 2022
1 parent 61161c7 commit 7c0a7a5
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 117 deletions.
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"packages": [
"packages/*"
],
"version": "0.9.3",
"packages": ["packages/*"],
"version": "0.9.4",
"npmClient": "yarn",
"useWorkspaces": true
}
70 changes: 35 additions & 35 deletions packages/rollup-plugin-tscc/package.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
{
"name": "@tscc/rollup-plugin-tscc",
"author": "theseanl",
"description": "A rollup plugin to use tscc module specification",
"keywords": [
"typescript",
"closure-compiler",
"tree-shaking",
"minify-javascript"
],
"version": "0.9.2",
"license": "MIT",
"homepage": "https://github.com/theseanl/tscc",
"repository": {
"type": "url",
"url": "https://github.com/theseanl/tscc.git"
},
"bugs": {
"url": "https://github.com/theseanl/tscc"
},
"main": "./dist/index.js",
"scripts": {
"clean": "rm -rf dist"
},
"publishConfig": {
"access": "public"
},
"gitHead": "cb605b055c7947989d64daeb3d95c123c27c70c0",
"dependencies": {
"@tscc/tscc-spec": "^0.9.2",
"rollup": "^2.78.0",
"upath": "^2.0.1"
},
"devDependencies": {
"@types/node": "^18.11.2"
}
"name": "@tscc/rollup-plugin-tscc",
"author": "theseanl",
"description": "A rollup plugin to use tscc module specification",
"keywords": [
"typescript",
"closure-compiler",
"tree-shaking",
"minify-javascript"
],
"version": "0.9.4",
"license": "MIT",
"homepage": "https://github.com/theseanl/tscc",
"repository": {
"type": "url",
"url": "https://github.com/theseanl/tscc.git"
},
"bugs": {
"url": "https://github.com/theseanl/tscc"
},
"main": "./dist/index.js",
"scripts": {
"clean": "rm -rf dist"
},
"publishConfig": {
"access": "public"
},
"gitHead": "cb605b055c7947989d64daeb3d95c123c27c70c0",
"dependencies": {
"@tscc/tscc-spec": "^0.9.4",
"rollup": "^2.78.0",
"upath": "^2.0.1"
},
"devDependencies": {
"@types/node": "^18.11.2"
}
}
26 changes: 13 additions & 13 deletions packages/tscc-spec/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@tscc/tscc-spec",
"author": "theseanl",
"version": "0.9.2",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
"clean": "rm -rf dist"
},
"dependencies": {
"fast-glob": "^3.2.12",
"fs-extra": "^10.1.0",
"upath": "^2.0.1"
}
"name": "@tscc/tscc-spec",
"author": "theseanl",
"version": "0.9.4",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
"clean": "rm -rf dist"
},
"dependencies": {
"fast-glob": "^3.2.12",
"fs-extra": "^10.1.0",
"upath": "^2.0.1"
}
}
130 changes: 65 additions & 65 deletions packages/tscc/package.json
Original file line number Diff line number Diff line change
@@ -1,67 +1,67 @@
{
"name": "@tscc/tscc",
"author": "theseanl",
"description": "A typescript transpiler and bundler that wires up tsickle and closure compiler seamlessly",
"keywords": [
"typescript",
"closure-compiler",
"tree-shaking",
"minify-javascript"
],
"version": "0.9.3",
"main": "./dist/tscc.js",
"bin": {
"tscc": "./dist/main.js"
},
"license": "MIT",
"homepage": "https://github.com/theseanl/tscc",
"repository": {
"type": "url",
"url": "https://github.com/theseanl/tscc"
},
"bugs": {
"url": "https://github.com/theseanl/tscc"
},
"scripts": {
"clean": "rm -rf dist"
},
"engines": {
"node": ">=10.3.0"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/node": "^18.11.2",
"@types/stream-json": "^1.7.1",
"@types/vinyl": "^2.0.6",
"@types/vinyl-fs": "^2.4.12",
"@types/yargs": "^17.0.13",
"magic-string": "^0.26.7"
},
"optionalDependencies": {
"google-closure-compiler-linux": "^20221004.0.0",
"google-closure-compiler-osx": "^20221004.0.0",
"google-closure-compiler-windows": "^20221004.0.0"
},
"dependencies": {
"@tscc/tscc-spec": "^0.9.2",
"chalk": "^4.1.1",
"fs-extra": "^10.0.1",
"google-closure-compiler-java": "^20221004.0.0",
"ora": "^5.4.1",
"resolve-from": "^5.0.0",
"rimraf": "^3.0.2",
"source-map": "^0.7.4",
"stream-json": "^1.7.2",
"tsickle": "^0.46.3",
"tslib": "^2.3.0",
"typescript": "~4.7.2",
"upath": "^2.0.1",
"vinyl": "^3.0.0",
"vinyl-fs": "^3.0.3",
"yargs": "^17.6.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "7d00e4fc6b79ae208622f699a3a59d4d11121562"
"name": "@tscc/tscc",
"author": "theseanl",
"description": "A typescript transpiler and bundler that wires up tsickle and closure compiler seamlessly",
"keywords": [
"typescript",
"closure-compiler",
"tree-shaking",
"minify-javascript"
],
"version": "0.9.4",
"main": "./dist/tscc.js",
"bin": {
"tscc": "./dist/main.js"
},
"license": "MIT",
"homepage": "https://github.com/theseanl/tscc",
"repository": {
"type": "url",
"url": "https://github.com/theseanl/tscc"
},
"bugs": {
"url": "https://github.com/theseanl/tscc"
},
"scripts": {
"clean": "rm -rf dist"
},
"engines": {
"node": ">=10.3.0"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/node": "^18.11.2",
"@types/stream-json": "^1.7.1",
"@types/vinyl": "^2.0.6",
"@types/vinyl-fs": "^2.4.12",
"@types/yargs": "^17.0.13",
"magic-string": "^0.26.7"
},
"optionalDependencies": {
"google-closure-compiler-linux": "^20221004.0.0",
"google-closure-compiler-osx": "^20221004.0.0",
"google-closure-compiler-windows": "^20221004.0.0"
},
"dependencies": {
"@tscc/tscc-spec": "^0.9.4",
"chalk": "^4.1.1",
"fs-extra": "^10.0.1",
"google-closure-compiler-java": "^20221004.0.0",
"ora": "^5.4.1",
"resolve-from": "^5.0.0",
"rimraf": "^3.0.2",
"source-map": "^0.7.4",
"stream-json": "^1.7.2",
"tsickle": "^0.46.3",
"tslib": "^2.3.0",
"typescript": "~4.7.2",
"upath": "^2.0.1",
"vinyl": "^3.0.0",
"vinyl-fs": "^3.0.3",
"yargs": "^17.6.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "7d00e4fc6b79ae208622f699a3a59d4d11121562"
}

0 comments on commit 7c0a7a5

Please sign in to comment.