File tree Expand file tree Collapse file tree 16 files changed +51
-51
lines changed
reg-keygen-git-hash-plugin
reg-notify-chatwork-plugin
reg-notify-github-with-api-plugin Expand file tree Collapse file tree 16 files changed +51
-51
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"lerna" : " 2.11.0" ,
3
- "version" : " 0.12.1 " ,
3
+ "version" : " 0.12.2 " ,
4
4
"packages" : [" packages/*" ],
5
5
"npmClient" : " yarn" ,
6
6
"useWorkspaces" : true ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " reg-keygen-git-hash-plugin" ,
3
- "version" : " 0.12.1 " ,
3
+ "version" : " 0.12.2 " ,
4
4
"description" : " Detect the snapshot key to be compare with using Git hash." ,
5
5
"regSuitPlugin" : {
6
6
"recommended" : true
23
23
"repository" : " git+https://github.com/reg-viz/reg-suit.git" ,
24
24
"license" : " MIT" ,
25
25
"dependencies" : {
26
- "reg-suit-util" : " ^0.12.1 " ,
26
+ "reg-suit-util" : " ^0.12.2 " ,
27
27
"shell-escape" : " ^0.2.0"
28
28
},
29
29
"devDependencies" : {
30
30
"@types/jest" : " 27.4.1" ,
31
31
"@types/shell-escape" : " 0.2.1" ,
32
32
"glob" : " 7.2.0" ,
33
33
"jest" : " 27.5.1" ,
34
- "reg-suit-interface" : " ^0.12.1 " ,
34
+ "reg-suit-interface" : " ^0.12.2 " ,
35
35
"rimraf" : " 5.0.1" ,
36
36
"ts-jest" : " 27.1.4" ,
37
37
"typescript" : " 4.5.2"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " reg-notify-chatwork-plugin" ,
3
- "version" : " 0.12.1 " ,
3
+ "version" : " 0.12.2 " ,
4
4
"description" : " Notify reg-suit result to Chatwork channel." ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
21
21
"undici" : " ^5.22.1"
22
22
},
23
23
"devDependencies" : {
24
- "reg-suit-interface" : " ^0.12.1 " ,
24
+ "reg-suit-interface" : " ^0.12.2 " ,
25
25
"typescript" : " 4.5.2"
26
26
}
27
27
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " reg-notify-github-plugin" ,
3
- "version" : " 0.12.1 " ,
3
+ "version" : " 0.12.2 " ,
4
4
"description" : " Notify reg-suit result to GitHub repository" ,
5
5
"regSuitPlugin" : {
6
6
"recommended" : true
24
24
"devDependencies" : {
25
25
"@types/jest" : " 27.4.1" ,
26
26
"jest" : " 27.5.1" ,
27
- "reg-suit-interface" : " ^0.12.1 " ,
27
+ "reg-suit-interface" : " ^0.12.2 " ,
28
28
"ts-jest" : " 27.1.4" ,
29
29
"typescript" : " 4.5.2"
30
30
},
31
31
"dependencies" : {
32
32
"open" : " ^8.0.0" ,
33
33
"reg-gh-app-interface" : " ^1.3.0" ,
34
- "reg-suit-util" : " ^0.12.1 " ,
34
+ "reg-suit-util" : " ^0.12.2 " ,
35
35
"tiny-commit-walker" : " ^1.1.2" ,
36
36
"undici" : " ^5.22.1"
37
37
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " reg-notify-github-with-api-plugin" ,
3
- "version" : " 0.12.1 " ,
3
+ "version" : " 0.12.2 " ,
4
4
"description" : " Notify reg-suit result to GHE repository using API" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
21
21
"license" : " MIT" ,
22
22
"devDependencies" : {
23
23
"dotenv" : " 10.0.0" ,
24
- "reg-suit-interface" : " ^0.12.1 " ,
24
+ "reg-suit-interface" : " ^0.12.2 " ,
25
25
"typescript" : " 4.5.2"
26
26
},
27
27
"dependencies" : {
30
30
"apollo-link-http" : " ^1.5.17" ,
31
31
"graphql" : " ^15.3.0" ,
32
32
"graphql-tag" : " ^2.11.0" ,
33
- "reg-suit-util" : " ^0.12.1 " ,
33
+ "reg-suit-util" : " ^0.12.2 " ,
34
34
"tiny-commit-walker" : " ^1.2.1" ,
35
35
"undici" : " ^5.22.1"
36
36
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " reg-notify-gitlab-plugin" ,
3
- "version" : " 0.12.1 " ,
3
+ "version" : " 0.12.2 " ,
4
4
"description" : " Notify reg-suit result to GitLab repository" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
22
22
"@types/jest" : " 27.4.1" ,
23
23
"@types/sinon" : " 10.0.11" ,
24
24
"jest" : " 27.5.1" ,
25
- "reg-suit-interface" : " ^0.12.1 " ,
25
+ "reg-suit-interface" : " ^0.12.2 " ,
26
26
"sinon" : " 11.1.2" ,
27
27
"ts-jest" : " 27.1.4" ,
28
28
"typescript" : " 4.5.2"
29
29
},
30
30
"dependencies" : {
31
- "reg-suit-util" : " ^0.12.1 " ,
31
+ "reg-suit-util" : " ^0.12.2 " ,
32
32
"undici" : " ^5.22.1"
33
33
}
34
34
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " reg-notify-slack-plugin" ,
3
- "version" : " 0.12.1 " ,
3
+ "version" : " 0.12.2 " ,
4
4
"description" : " Notify reg-suit result to Slack channel." ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
21
21
"undici" : " ^5.22.1"
22
22
},
23
23
"devDependencies" : {
24
- "reg-suit-interface" : " ^0.12.1 " ,
24
+ "reg-suit-interface" : " ^0.12.2 " ,
25
25
"typescript" : " 4.5.2"
26
26
}
27
27
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " reg-publish-gcs-plugin" ,
3
- "version" : " 0.12.1 " ,
3
+ "version" : " 0.12.2 " ,
4
4
"description" : " Fetch and publish snapshot images to Google Cloud Storage." ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
26
26
"@google-cloud/storage" : " ^5.3.0" ,
27
27
"form-data" : " ^4.0.0" ,
28
28
"mkdirp" : " ^1.0.4" ,
29
- "reg-suit-util" : " ^0.12.1 " ,
29
+ "reg-suit-util" : " ^0.12.2 " ,
30
30
"uuid" : " ^8.3.0"
31
31
},
32
32
"devDependencies" : {
33
33
"@types/glob" : " 7.2.0" ,
34
34
"@types/mkdirp" : " 1.0.2" ,
35
35
"@types/uuid" : " 8.3.4" ,
36
36
"glob" : " 7.2.0" ,
37
- "reg-suit-interface" : " ^0.12.1 " ,
37
+ "reg-suit-interface" : " ^0.12.2 " ,
38
38
"typescript" : " 4.5.2"
39
39
}
40
40
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " reg-publish-s3-plugin" ,
3
- "version" : " 0.12.1 " ,
3
+ "version" : " 0.12.2 " ,
4
4
"description" : " Fetch and publish snapshot images to AWS S3." ,
5
5
"regSuitPlugin" : {
6
6
"recommended" : true
25
25
"dependencies" : {
26
26
"aws-sdk" : " ^2.755.0" ,
27
27
"mkdirp" : " ^1.0.4" ,
28
- "reg-suit-util" : " ^0.12.1 " ,
28
+ "reg-suit-util" : " ^0.12.2 " ,
29
29
"uuid" : " ^8.3.0"
30
30
},
31
31
"devDependencies" : {
32
32
"@types/mkdirp" : " 1.0.2" ,
33
33
"@types/uuid" : " 8.3.4" ,
34
- "reg-suit-interface" : " ^0.12.1 " ,
34
+ "reg-suit-interface" : " ^0.12.2 " ,
35
35
"rimraf" : " 5.0.1" ,
36
36
"typescript" : " 4.5.2"
37
37
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " reg-simple-keygen-plugin" ,
3
- "version" : " 0.12.1 " ,
3
+ "version" : " 0.12.2 " ,
4
4
"description" : " Determine snapshot key with given values" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
18
18
"repository" : " git+https://github.com/reg-viz/reg-suit.git" ,
19
19
"license" : " MIT" ,
20
20
"devDependencies" : {
21
- "reg-suit-interface" : " ^0.12.1 " ,
21
+ "reg-suit-interface" : " ^0.12.2 " ,
22
22
"typescript" : " 4.5.2"
23
23
}
24
24
}
You can’t perform that action at this time.
0 commit comments