Skip to content

Commit

Permalink
v0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Quramy committed Mar 1, 2024
1 parent a086d89 commit 9672657
Show file tree
Hide file tree
Showing 16 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.11.0",
"version": "0.14.1",
"version": "0.14.2",
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
Expand Down
6 changes: 3 additions & 3 deletions packages/reg-keygen-git-hash-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "reg-keygen-git-hash-plugin",
"version": "0.14.0",
"version": "0.14.2",
"description": "Detect the snapshot key to be compare with using Git hash.",
"regSuitPlugin": {
"recommended": true
Expand All @@ -23,15 +23,15 @@
"repository": "git+https://github.com/reg-viz/reg-suit.git",
"license": "MIT",
"dependencies": {
"reg-suit-util": "^0.14.0",
"reg-suit-util": "^0.14.2",
"shell-escape": "^0.2.0"
},
"devDependencies": {
"@types/jest": "27.4.1",
"@types/shell-escape": "0.2.3",
"glob": "7.2.0",
"jest": "27.5.1",
"reg-suit-interface": "^0.14.0",
"reg-suit-interface": "^0.14.2",
"rimraf": "5.0.1",
"ts-jest": "27.1.4",
"typescript": "4.5.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/reg-notify-chatwork-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "reg-notify-chatwork-plugin",
"version": "0.14.0",
"version": "0.14.2",
"description": "Notify reg-suit result to Chatwork channel.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -21,7 +21,7 @@
"undici": "^5.22.1"
},
"devDependencies": {
"reg-suit-interface": "^0.14.0",
"reg-suit-interface": "^0.14.2",
"typescript": "4.5.2"
}
}
6 changes: 3 additions & 3 deletions packages/reg-notify-github-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "reg-notify-github-plugin",
"version": "0.14.0",
"version": "0.14.2",
"description": "Notify reg-suit result to GitHub repository",
"regSuitPlugin": {
"recommended": true
Expand All @@ -24,14 +24,14 @@
"devDependencies": {
"@types/jest": "27.4.1",
"jest": "27.5.1",
"reg-suit-interface": "^0.14.0",
"reg-suit-interface": "^0.14.2",
"ts-jest": "27.1.4",
"typescript": "4.5.2"
},
"dependencies": {
"open": "^8.0.0",
"reg-gh-app-interface": "^1.3.0",
"reg-suit-util": "^0.14.0",
"reg-suit-util": "^0.14.2",
"tiny-commit-walker": "^1.1.2",
"undici": "^5.22.1"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/reg-notify-github-with-api-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "reg-notify-github-with-api-plugin",
"version": "0.14.0",
"version": "0.14.2",
"description": "Notify reg-suit result to GHE repository using API",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"license": "MIT",
"devDependencies": {
"dotenv": "10.0.0",
"reg-suit-interface": "^0.14.0",
"reg-suit-interface": "^0.14.2",
"typescript": "4.5.2"
},
"dependencies": {
Expand All @@ -30,7 +30,7 @@
"apollo-link-http": "^1.5.17",
"graphql": "^15.3.0",
"graphql-tag": "^2.11.0",
"reg-suit-util": "^0.14.0",
"reg-suit-util": "^0.14.2",
"tiny-commit-walker": "^1.2.1",
"undici": "^5.22.1"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/reg-notify-gitlab-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "reg-notify-gitlab-plugin",
"version": "0.14.0",
"version": "0.14.2",
"description": "Notify reg-suit result to GitLab repository",
"main": "lib/index.js",
"scripts": {
Expand All @@ -22,13 +22,13 @@
"@types/jest": "27.4.1",
"@types/sinon": "10.0.11",
"jest": "27.5.1",
"reg-suit-interface": "^0.14.0",
"reg-suit-interface": "^0.14.2",
"sinon": "11.1.2",
"ts-jest": "27.1.4",
"typescript": "4.5.2"
},
"dependencies": {
"reg-suit-util": "^0.14.0",
"reg-suit-util": "^0.14.2",
"undici": "^5.22.1"
}
}
4 changes: 2 additions & 2 deletions packages/reg-notify-slack-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "reg-notify-slack-plugin",
"version": "0.14.0",
"version": "0.14.2",
"description": "Notify reg-suit result to Slack channel.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -21,7 +21,7 @@
"undici": "^5.22.1"
},
"devDependencies": {
"reg-suit-interface": "^0.14.0",
"reg-suit-interface": "^0.14.2",
"typescript": "4.5.2"
}
}
6 changes: 3 additions & 3 deletions packages/reg-publish-gcs-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "reg-publish-gcs-plugin",
"version": "0.14.0",
"version": "0.14.2",
"description": "Fetch and publish snapshot images to Google Cloud Storage.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -26,15 +26,15 @@
"@google-cloud/storage": "^5.3.0",
"form-data": "^4.0.0",
"mkdirp": "^1.0.4",
"reg-suit-util": "^0.14.0",
"reg-suit-util": "^0.14.2",
"uuid": "^8.3.0"
},
"devDependencies": {
"@types/glob": "7.2.0",
"@types/mkdirp": "1.0.2",
"@types/uuid": "8.3.4",
"glob": "7.2.0",
"reg-suit-interface": "^0.14.0",
"reg-suit-interface": "^0.14.2",
"typescript": "4.5.2"
}
}
6 changes: 3 additions & 3 deletions packages/reg-publish-s3-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "reg-publish-s3-plugin",
"version": "0.14.0",
"version": "0.14.2",
"description": "Fetch and publish snapshot images to AWS S3.",
"regSuitPlugin": {
"recommended": true
Expand All @@ -23,13 +23,13 @@
"dependencies": {
"@aws-sdk/client-s3": "^3.485.0",
"mkdirp": "^1.0.4",
"reg-suit-util": "^0.14.0",
"reg-suit-util": "^0.14.2",
"uuid": "^8.3.0"
},
"devDependencies": {
"@types/mkdirp": "1.0.2",
"@types/uuid": "8.3.4",
"reg-suit-interface": "^0.14.0",
"reg-suit-interface": "^0.14.2",
"rimraf": "5.0.1",
"typescript": "4.5.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/reg-simple-keygen-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "reg-simple-keygen-plugin",
"version": "0.14.0",
"version": "0.14.2",
"description": "Determine snapshot key with given values",
"main": "lib/index.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"repository": "git+https://github.com/reg-viz/reg-suit.git",
"license": "MIT",
"devDependencies": {
"reg-suit-interface": "^0.14.0",
"reg-suit-interface": "^0.14.2",
"typescript": "4.5.2"
}
}
8 changes: 4 additions & 4 deletions packages/reg-suit-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "reg-suit",
"version": "0.14.1",
"version": "0.14.2",
"description": "",
"bin": {
"reg-suit": "lib/cli.js"
Expand All @@ -27,15 +27,15 @@
"cp-file": "9.1.0",
"ignore": "5.3.1",
"inquirer": "8.2.6",
"reg-suit-core": "^0.14.1",
"reg-suit-util": "^0.14.0",
"reg-suit-core": "^0.14.2",
"reg-suit-util": "^0.14.2",
"yargs": "17.0.1"
},
"devDependencies": {
"@types/cp-file": "6.1.2",
"@types/inquirer": "8.2.10",
"@types/yargs": "16.0.4",
"reg-suit-interface": "^0.14.0",
"reg-suit-interface": "^0.14.2",
"typescript": "4.5.2"
}
}
18 changes: 9 additions & 9 deletions packages/reg-suit-core-testing/package.json
@@ -1,22 +1,22 @@
{
"name": "reg-suit-core-testing",
"version": "0.14.1",
"version": "0.14.2",
"private": true,
"scripts": {
"reg-suit-debug": "node ../reg-suit-cli/lib/cli.js",
"test": "echo \"T.B.D.\""
},
"dependencies": {
"reg-notify-gitlab-plugin": "^0.14.0",
"reg-notify-slack-plugin": "^0.14.0",
"reg-publish-s3-plugin": "^0.14.0",
"reg-simple-keygen-plugin": "^0.14.0",
"reg-suit-core": "^0.14.1"
"reg-notify-gitlab-plugin": "^0.14.2",
"reg-notify-slack-plugin": "^0.14.2",
"reg-publish-s3-plugin": "^0.14.2",
"reg-simple-keygen-plugin": "^0.14.2",
"reg-suit-core": "^0.14.2"
},
"devDependencies": {
"reg-keygen-git-hash-plugin": "^0.14.0",
"reg-suit": "^0.14.1",
"reg-suit-interface": "^0.14.0",
"reg-keygen-git-hash-plugin": "^0.14.2",
"reg-suit": "^0.14.2",
"reg-suit-interface": "^0.14.2",
"typescript": "4.5.2"
}
}
6 changes: 3 additions & 3 deletions packages/reg-suit-core/package.json
@@ -1,6 +1,6 @@
{
"name": "reg-suit-core",
"version": "0.14.1",
"version": "0.14.2",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -20,13 +20,13 @@
"license": "MIT",
"dependencies": {
"reg-cli": "^0.18.1",
"reg-suit-util": "^0.14.0",
"reg-suit-util": "^0.14.2",
"rimraf": "^5.0.1"
},
"devDependencies": {
"@types/jest": "27.4.1",
"jest": "27.5.1",
"reg-suit-interface": "^0.14.0",
"reg-suit-interface": "^0.14.2",
"ts-jest": "27.1.4",
"typescript": "4.5.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/reg-suit-interface/package.json
@@ -1,6 +1,6 @@
{
"name": "reg-suit-interface",
"version": "0.14.0",
"version": "0.14.2",
"description": "",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down
14 changes: 7 additions & 7 deletions packages/reg-suit-toppage/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "reg-suit-toppage",
"version": "0.14.1",
"version": "0.14.2",
"description": "",
"scripts": {
"build": "bash scripts/build.sh v1.0.0",
Expand All @@ -27,12 +27,12 @@
"gh-pages": "3.2.3",
"mkdirp": "1.0.4",
"puppeteer": "10.4.0",
"reg-keygen-git-hash-plugin": "^0.14.0",
"reg-notify-github-plugin": "^0.14.0",
"reg-notify-slack-plugin": "^0.14.0",
"reg-publish-s3-plugin": "^0.14.0",
"reg-suit": "^0.14.1",
"reg-suit-core": "^0.14.1",
"reg-keygen-git-hash-plugin": "^0.14.2",
"reg-notify-github-plugin": "^0.14.2",
"reg-notify-slack-plugin": "^0.14.2",
"reg-publish-s3-plugin": "^0.14.2",
"reg-suit": "^0.14.2",
"reg-suit-core": "^0.14.2",
"typescript": "4.5.2"
}
}
4 changes: 2 additions & 2 deletions packages/reg-suit-util/package.json
@@ -1,6 +1,6 @@
{
"name": "reg-suit-util",
"version": "0.14.0",
"version": "0.14.2",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -19,7 +19,7 @@
"repository": "git+https://github.com/reg-viz/reg-suit.git",
"license": "MIT",
"devDependencies": {
"reg-suit-interface": "^0.14.0",
"reg-suit-interface": "^0.14.2",
"typescript": "4.5.2"
},
"dependencies": {
Expand Down

0 comments on commit 9672657

Please sign in to comment.