bdy 1.18.13-dev → 1.18.14-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/distTs/package.json +12 -12
- package/distTs/src/unitTest/ci.js +2 -2
- package/package.json +12 -12
package/distTs/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bdy",
|
|
3
3
|
"preferGlobal": false,
|
|
4
|
-
"version": "1.18.
|
|
4
|
+
"version": "1.18.14-dev",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -29,11 +29,15 @@
|
|
|
29
29
|
"bdy": "distTs/bin/cli.js"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"
|
|
33
|
-
"@buddy-works/ci-info": "1.0.5",
|
|
32
|
+
"@buddy-works/ci-info": "1.1.2",
|
|
34
33
|
"@fastify/accept-negotiator": "1.1.0",
|
|
35
34
|
"@fastify/cors": "9.0.1",
|
|
35
|
+
"@inquirer/prompts": "8.2.0",
|
|
36
36
|
"@puppeteer/browsers": "2.4.0",
|
|
37
|
+
"@scalar/json-magic": "0.9.4",
|
|
38
|
+
"@scalar/openapi-parser": "0.24.5",
|
|
39
|
+
"@scalar/openapi-types": "0.5.3",
|
|
40
|
+
"@scalar/types": "0.5.10",
|
|
37
41
|
"@xhmikosr/decompress": "10.0.1",
|
|
38
42
|
"basic-auth": "2.0.1",
|
|
39
43
|
"chalk": "4.1.2",
|
|
@@ -42,14 +46,8 @@
|
|
|
42
46
|
"cookie": "1.0.2",
|
|
43
47
|
"cross-spawn": "7.0.6",
|
|
44
48
|
"eventsource": "4.0.0",
|
|
45
|
-
"@scalar/openapi-parser": "0.24.5",
|
|
46
|
-
"@scalar/json-magic": "0.9.4",
|
|
47
|
-
"@scalar/types": "0.5.10",
|
|
48
|
-
"@scalar/openapi-types": "0.5.3",
|
|
49
49
|
"fastify": "4.29.1",
|
|
50
|
-
"@inquirer/prompts": "8.2.0",
|
|
51
50
|
"fdir": "6.5.0",
|
|
52
|
-
"open": "11.0.0",
|
|
53
51
|
"fflate": "0.8.2",
|
|
54
52
|
"human-id": "^4.1.3",
|
|
55
53
|
"isbinaryfile": "5.0.2",
|
|
@@ -59,6 +57,7 @@
|
|
|
59
57
|
"netmask": "2.0.2",
|
|
60
58
|
"node-fetch": "3.3.2",
|
|
61
59
|
"node-forge": "1.3.3",
|
|
60
|
+
"open": "11.0.0",
|
|
62
61
|
"path-is-inside": "1.0.2",
|
|
63
62
|
"picomatch": "4.0.3",
|
|
64
63
|
"pino": "8.20.0",
|
|
@@ -67,10 +66,11 @@
|
|
|
67
66
|
"range-parser": "1.2.1",
|
|
68
67
|
"socket.io-client": "4.7.5",
|
|
69
68
|
"ssh2": "1.15.0",
|
|
69
|
+
"tabtab": "3.0.2",
|
|
70
70
|
"tar-stream": "3.1.7",
|
|
71
|
-
"unzipper": "0.12.3",
|
|
72
71
|
"terminal-kit": "3.1.1",
|
|
73
72
|
"undici": "6.23.0",
|
|
73
|
+
"unzipper": "0.12.3",
|
|
74
74
|
"uuid": "10.0.0",
|
|
75
75
|
"which": "4.0.0",
|
|
76
76
|
"ws": "8.18.0",
|
|
@@ -87,7 +87,6 @@
|
|
|
87
87
|
"@types/content-disposition": "0.5.4",
|
|
88
88
|
"@types/cross-spawn": "6.0.6",
|
|
89
89
|
"@types/jsonwebtoken": "9.0.2",
|
|
90
|
-
"@types/tabtab": "3.0.2",
|
|
91
90
|
"@types/mime-db": "1.43.6",
|
|
92
91
|
"@types/mime-types": "2.1.4",
|
|
93
92
|
"@types/netmask": "2.0.5",
|
|
@@ -97,12 +96,13 @@
|
|
|
97
96
|
"@types/punycode": "2.1.4",
|
|
98
97
|
"@types/range-parser": "1.2.1",
|
|
99
98
|
"@types/ssh2": "1.15.5",
|
|
99
|
+
"@types/tabtab": "3.0.2",
|
|
100
100
|
"@types/tar-stream": "3.1.4",
|
|
101
101
|
"@types/terminal-kit": "2.5.6",
|
|
102
|
+
"@types/unzipper": "0.10.11",
|
|
102
103
|
"@types/uuid": "10.0.0",
|
|
103
104
|
"@types/which": "3.0.4",
|
|
104
105
|
"@types/ws": "8.18.0",
|
|
105
|
-
"@types/unzipper": "0.10.11",
|
|
106
106
|
"eslint": "9.39.2",
|
|
107
107
|
"eslint-config-prettier": "9.1.2",
|
|
108
108
|
"globals": "15.11.0",
|
|
@@ -99,9 +99,9 @@ async function getCiInfo() {
|
|
|
99
99
|
}
|
|
100
100
|
const ciProvider = ci_info_1.CI.NONE;
|
|
101
101
|
const refType = 'BRANCH';
|
|
102
|
-
const refName = (await (0, ci_info_2.
|
|
102
|
+
const refName = (await (0, ci_info_2.getBranchNameWithGit)({ logger: output_1.default.warning })) || '';
|
|
103
103
|
const buildId = (0, uuid_1.v4)();
|
|
104
|
-
const toRevision = (await (0, ci_info_2.
|
|
104
|
+
const toRevision = (await (0, ci_info_2.getCommitHashWithGit)({ logger: output_1.default.warning })) || '';
|
|
105
105
|
return {
|
|
106
106
|
ciProvider,
|
|
107
107
|
refType,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bdy",
|
|
3
3
|
"preferGlobal": false,
|
|
4
|
-
"version": "1.18.
|
|
4
|
+
"version": "1.18.14-dev",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -29,11 +29,15 @@
|
|
|
29
29
|
"bdy": "distTs/bin/cli.js"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"
|
|
33
|
-
"@buddy-works/ci-info": "1.0.5",
|
|
32
|
+
"@buddy-works/ci-info": "1.1.2",
|
|
34
33
|
"@fastify/accept-negotiator": "1.1.0",
|
|
35
34
|
"@fastify/cors": "9.0.1",
|
|
35
|
+
"@inquirer/prompts": "8.2.0",
|
|
36
36
|
"@puppeteer/browsers": "2.4.0",
|
|
37
|
+
"@scalar/json-magic": "0.9.4",
|
|
38
|
+
"@scalar/openapi-parser": "0.24.5",
|
|
39
|
+
"@scalar/openapi-types": "0.5.3",
|
|
40
|
+
"@scalar/types": "0.5.10",
|
|
37
41
|
"@xhmikosr/decompress": "10.0.1",
|
|
38
42
|
"basic-auth": "2.0.1",
|
|
39
43
|
"chalk": "4.1.2",
|
|
@@ -42,14 +46,8 @@
|
|
|
42
46
|
"cookie": "1.0.2",
|
|
43
47
|
"cross-spawn": "7.0.6",
|
|
44
48
|
"eventsource": "4.0.0",
|
|
45
|
-
"@scalar/openapi-parser": "0.24.5",
|
|
46
|
-
"@scalar/json-magic": "0.9.4",
|
|
47
|
-
"@scalar/types": "0.5.10",
|
|
48
|
-
"@scalar/openapi-types": "0.5.3",
|
|
49
49
|
"fastify": "4.29.1",
|
|
50
|
-
"@inquirer/prompts": "8.2.0",
|
|
51
50
|
"fdir": "6.5.0",
|
|
52
|
-
"open": "11.0.0",
|
|
53
51
|
"fflate": "0.8.2",
|
|
54
52
|
"human-id": "^4.1.3",
|
|
55
53
|
"isbinaryfile": "5.0.2",
|
|
@@ -59,6 +57,7 @@
|
|
|
59
57
|
"netmask": "2.0.2",
|
|
60
58
|
"node-fetch": "3.3.2",
|
|
61
59
|
"node-forge": "1.3.3",
|
|
60
|
+
"open": "11.0.0",
|
|
62
61
|
"path-is-inside": "1.0.2",
|
|
63
62
|
"picomatch": "4.0.3",
|
|
64
63
|
"pino": "8.20.0",
|
|
@@ -67,10 +66,11 @@
|
|
|
67
66
|
"range-parser": "1.2.1",
|
|
68
67
|
"socket.io-client": "4.7.5",
|
|
69
68
|
"ssh2": "1.15.0",
|
|
69
|
+
"tabtab": "3.0.2",
|
|
70
70
|
"tar-stream": "3.1.7",
|
|
71
|
-
"unzipper": "0.12.3",
|
|
72
71
|
"terminal-kit": "3.1.1",
|
|
73
72
|
"undici": "6.23.0",
|
|
73
|
+
"unzipper": "0.12.3",
|
|
74
74
|
"uuid": "10.0.0",
|
|
75
75
|
"which": "4.0.0",
|
|
76
76
|
"ws": "8.18.0",
|
|
@@ -87,7 +87,6 @@
|
|
|
87
87
|
"@types/content-disposition": "0.5.4",
|
|
88
88
|
"@types/cross-spawn": "6.0.6",
|
|
89
89
|
"@types/jsonwebtoken": "9.0.2",
|
|
90
|
-
"@types/tabtab": "3.0.2",
|
|
91
90
|
"@types/mime-db": "1.43.6",
|
|
92
91
|
"@types/mime-types": "2.1.4",
|
|
93
92
|
"@types/netmask": "2.0.5",
|
|
@@ -97,12 +96,13 @@
|
|
|
97
96
|
"@types/punycode": "2.1.4",
|
|
98
97
|
"@types/range-parser": "1.2.1",
|
|
99
98
|
"@types/ssh2": "1.15.5",
|
|
99
|
+
"@types/tabtab": "3.0.2",
|
|
100
100
|
"@types/tar-stream": "3.1.4",
|
|
101
101
|
"@types/terminal-kit": "2.5.6",
|
|
102
|
+
"@types/unzipper": "0.10.11",
|
|
102
103
|
"@types/uuid": "10.0.0",
|
|
103
104
|
"@types/which": "3.0.4",
|
|
104
105
|
"@types/ws": "8.18.0",
|
|
105
|
-
"@types/unzipper": "0.10.11",
|
|
106
106
|
"eslint": "9.39.2",
|
|
107
107
|
"eslint-config-prettier": "9.1.2",
|
|
108
108
|
"globals": "15.11.0",
|