Skip to content

Commit

Permalink
v1.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JennieJi committed May 5, 2021
1 parent 57b8a8b commit a61e192
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"npmClient": "npm",
"command": {
"publish": {
Expand All @@ -13,4 +13,4 @@
"packages": [
"packages/*"
]
}
}
2 changes: 1 addition & 1 deletion packages/es-stats/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/es-stats/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "es-stats",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "Find out import, exports and root declarations' dependency relationships of an ES module file.",
"main": "dist/index.js",
"modules": "dist/index.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@babel/types": "^7.9.5",
"@types/debug": "^4.1.5",
"ast-lab-types": "^1.0.0-alpha.1"
"ast-lab-types": "^1.0.0-alpha.2"
},
"dependencies": {
"@babel/parser": "^7.9.3",
Expand All @@ -54,4 +54,4 @@
"snyk": "^1.316.1"
},
"snyk": true
}
}
2 changes: 1 addition & 1 deletion packages/git-changes-affected/package-lock.json

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

10 changes: 5 additions & 5 deletions packages/git-changes-affected/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-changes-affected",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "Find git changes affected files",
"keywords": [
"affected",
Expand Down Expand Up @@ -39,9 +39,9 @@
},
"dependencies": {
"@babel/parser": "^7.9.3",
"ast-lab-types": "^1.0.0-alpha.1",
"ast-lab-types": "^1.0.0-alpha.2",
"debug": "^4.1.1",
"es-stats": "^1.0.0-alpha.1",
"hunt-affected": "^1.0.0-alpha.1"
"es-stats": "^1.0.0-alpha.2",
"hunt-affected": "^1.0.0-alpha.2"
}
}
}
2 changes: 1 addition & 1 deletion packages/hunt-affected-cli/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/hunt-affected-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hunt-affected-cli",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "CLI for detecting where your file exports are used and potentially afffected by it's changes",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -39,6 +39,6 @@
"dependencies": {
"commander": "^4.1.0",
"glob": "^7.1.4",
"hunt-affected": "^1.0.0-alpha.1"
"hunt-affected": "^1.0.0-alpha.2"
}
}
}
2 changes: 1 addition & 1 deletion packages/hunt-affected/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/hunt-affected/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hunt-affected",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "Detect where your file exports are used and potentially afffected by it's changes",
"main": "dist/index.js",
"modules": "dist/index.js",
Expand Down Expand Up @@ -39,12 +39,12 @@
"@babel/parser": "^7.9.4",
"@types/debug": "^4.1.5",
"@types/enhanced-resolve": "^3.0.6",
"ast-lab-types": "^1.0.0-alpha.1"
"ast-lab-types": "^1.0.0-alpha.2"
},
"dependencies": {
"commander": "^4.1.0",
"debug": "^4.1.1",
"enhanced-resolve": "^4.1.1",
"es-stats": "^1.0.0-alpha.1"
"es-stats": "^1.0.0-alpha.2"
}
}
}
4 changes: 2 additions & 2 deletions packages/print-file-tree/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "print-file-tree",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "Console print simple file tree",
"keywords": [
"file",
Expand Down Expand Up @@ -33,4 +33,4 @@
"build": "../../node_modules/.bin/tsc -p ./",
"test": "echo \"Error: run tests from root\" && exit 0"
}
}
}
2 changes: 1 addition & 1 deletion packages/types/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/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ast-lab-types",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "",
"main": "index.d.ts",
"types": "index.d.ts",
Expand Down

0 comments on commit a61e192

Please sign in to comment.