bdy 1.18.26-dev → 1.18.27-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 +24 -24
- package/package.json +24 -24
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.27-dev",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -32,47 +32,47 @@
|
|
|
32
32
|
"@buddy-works/ci-info": "1.1.2",
|
|
33
33
|
"@fastify/accept-negotiator": "1.1.0",
|
|
34
34
|
"@fastify/cors": "9.0.1",
|
|
35
|
-
"@inquirer/prompts": "8.2
|
|
36
|
-
"@puppeteer/browsers": "2.
|
|
37
|
-
"@scalar/json-magic": "0.
|
|
38
|
-
"@scalar/openapi-parser": "0.
|
|
39
|
-
"@scalar/openapi-types": "0.
|
|
40
|
-
"@scalar/types": "0.
|
|
41
|
-
"@xhmikosr/decompress": "
|
|
35
|
+
"@inquirer/prompts": "8.3.2",
|
|
36
|
+
"@puppeteer/browsers": "2.13.0",
|
|
37
|
+
"@scalar/json-magic": "0.12.4",
|
|
38
|
+
"@scalar/openapi-parser": "0.25.6",
|
|
39
|
+
"@scalar/openapi-types": "0.6.1",
|
|
40
|
+
"@scalar/types": "0.7.4",
|
|
41
|
+
"@xhmikosr/decompress": "11.1.1",
|
|
42
42
|
"basic-auth": "2.0.1",
|
|
43
43
|
"chalk": "4.1.2",
|
|
44
44
|
"commander": "12.1.0",
|
|
45
45
|
"content-disposition": "0.5.4",
|
|
46
|
-
"cookie": "1.
|
|
46
|
+
"cookie": "1.1.1",
|
|
47
47
|
"cross-spawn": "7.0.6",
|
|
48
|
-
"eventsource": "4.
|
|
48
|
+
"eventsource": "4.1.0",
|
|
49
49
|
"fastify": "4.29.1",
|
|
50
50
|
"fdir": "6.5.0",
|
|
51
51
|
"fflate": "0.8.2",
|
|
52
|
-
"human-id": "
|
|
53
|
-
"isbinaryfile": "5.0.
|
|
52
|
+
"human-id": "4.1.3",
|
|
53
|
+
"isbinaryfile": "5.0.7",
|
|
54
54
|
"jsonwebtoken": "9.0.3",
|
|
55
|
-
"mime-db": "1.
|
|
55
|
+
"mime-db": "1.54.0",
|
|
56
56
|
"mime-types": "2.1.35",
|
|
57
57
|
"netmask": "2.0.2",
|
|
58
58
|
"node-forge": "1.3.3",
|
|
59
59
|
"open": "11.0.0",
|
|
60
60
|
"path-is-inside": "1.0.2",
|
|
61
|
-
"picomatch": "4.0.
|
|
62
|
-
"pino": "8.
|
|
61
|
+
"picomatch": "4.0.4",
|
|
62
|
+
"pino": "8.21.0",
|
|
63
63
|
"punycode": "2.3.1",
|
|
64
|
-
"puppeteer-core": "23.
|
|
64
|
+
"puppeteer-core": "23.11.1",
|
|
65
65
|
"range-parser": "1.2.1",
|
|
66
|
-
"socket.io-client": "4.
|
|
67
|
-
"ssh2": "1.
|
|
68
|
-
"tar-stream": "3.1.
|
|
69
|
-
"terminal-kit": "3.1.
|
|
70
|
-
"undici": "6.
|
|
66
|
+
"socket.io-client": "4.8.3",
|
|
67
|
+
"ssh2": "1.17.0",
|
|
68
|
+
"tar-stream": "3.1.8",
|
|
69
|
+
"terminal-kit": "3.1.2",
|
|
70
|
+
"undici": "6.24.1",
|
|
71
71
|
"unzipper": "0.12.3",
|
|
72
72
|
"uuid": "10.0.0",
|
|
73
73
|
"which": "4.0.0",
|
|
74
|
-
"ws": "8.
|
|
75
|
-
"zod": "3.
|
|
74
|
+
"ws": "8.20.0",
|
|
75
|
+
"zod": "3.25.76"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@eslint/js": "9.39.2",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"eslint-config-prettier": "9.1.2",
|
|
105
105
|
"globals": "15.11.0",
|
|
106
106
|
"prettier": "3.3.3",
|
|
107
|
-
"rollup": "4.
|
|
107
|
+
"rollup": "4.60.0",
|
|
108
108
|
"rollup-plugin-natives": "0.7.8",
|
|
109
109
|
"typescript": "5.9.3",
|
|
110
110
|
"typescript-eslint": "8.54.0",
|
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.27-dev",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -32,47 +32,47 @@
|
|
|
32
32
|
"@buddy-works/ci-info": "1.1.2",
|
|
33
33
|
"@fastify/accept-negotiator": "1.1.0",
|
|
34
34
|
"@fastify/cors": "9.0.1",
|
|
35
|
-
"@inquirer/prompts": "8.2
|
|
36
|
-
"@puppeteer/browsers": "2.
|
|
37
|
-
"@scalar/json-magic": "0.
|
|
38
|
-
"@scalar/openapi-parser": "0.
|
|
39
|
-
"@scalar/openapi-types": "0.
|
|
40
|
-
"@scalar/types": "0.
|
|
41
|
-
"@xhmikosr/decompress": "
|
|
35
|
+
"@inquirer/prompts": "8.3.2",
|
|
36
|
+
"@puppeteer/browsers": "2.13.0",
|
|
37
|
+
"@scalar/json-magic": "0.12.4",
|
|
38
|
+
"@scalar/openapi-parser": "0.25.6",
|
|
39
|
+
"@scalar/openapi-types": "0.6.1",
|
|
40
|
+
"@scalar/types": "0.7.4",
|
|
41
|
+
"@xhmikosr/decompress": "11.1.1",
|
|
42
42
|
"basic-auth": "2.0.1",
|
|
43
43
|
"chalk": "4.1.2",
|
|
44
44
|
"commander": "12.1.0",
|
|
45
45
|
"content-disposition": "0.5.4",
|
|
46
|
-
"cookie": "1.
|
|
46
|
+
"cookie": "1.1.1",
|
|
47
47
|
"cross-spawn": "7.0.6",
|
|
48
|
-
"eventsource": "4.
|
|
48
|
+
"eventsource": "4.1.0",
|
|
49
49
|
"fastify": "4.29.1",
|
|
50
50
|
"fdir": "6.5.0",
|
|
51
51
|
"fflate": "0.8.2",
|
|
52
|
-
"human-id": "
|
|
53
|
-
"isbinaryfile": "5.0.
|
|
52
|
+
"human-id": "4.1.3",
|
|
53
|
+
"isbinaryfile": "5.0.7",
|
|
54
54
|
"jsonwebtoken": "9.0.3",
|
|
55
|
-
"mime-db": "1.
|
|
55
|
+
"mime-db": "1.54.0",
|
|
56
56
|
"mime-types": "2.1.35",
|
|
57
57
|
"netmask": "2.0.2",
|
|
58
58
|
"node-forge": "1.3.3",
|
|
59
59
|
"open": "11.0.0",
|
|
60
60
|
"path-is-inside": "1.0.2",
|
|
61
|
-
"picomatch": "4.0.
|
|
62
|
-
"pino": "8.
|
|
61
|
+
"picomatch": "4.0.4",
|
|
62
|
+
"pino": "8.21.0",
|
|
63
63
|
"punycode": "2.3.1",
|
|
64
|
-
"puppeteer-core": "23.
|
|
64
|
+
"puppeteer-core": "23.11.1",
|
|
65
65
|
"range-parser": "1.2.1",
|
|
66
|
-
"socket.io-client": "4.
|
|
67
|
-
"ssh2": "1.
|
|
68
|
-
"tar-stream": "3.1.
|
|
69
|
-
"terminal-kit": "3.1.
|
|
70
|
-
"undici": "6.
|
|
66
|
+
"socket.io-client": "4.8.3",
|
|
67
|
+
"ssh2": "1.17.0",
|
|
68
|
+
"tar-stream": "3.1.8",
|
|
69
|
+
"terminal-kit": "3.1.2",
|
|
70
|
+
"undici": "6.24.1",
|
|
71
71
|
"unzipper": "0.12.3",
|
|
72
72
|
"uuid": "10.0.0",
|
|
73
73
|
"which": "4.0.0",
|
|
74
|
-
"ws": "8.
|
|
75
|
-
"zod": "3.
|
|
74
|
+
"ws": "8.20.0",
|
|
75
|
+
"zod": "3.25.76"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@eslint/js": "9.39.2",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"eslint-config-prettier": "9.1.2",
|
|
105
105
|
"globals": "15.11.0",
|
|
106
106
|
"prettier": "3.3.3",
|
|
107
|
-
"rollup": "4.
|
|
107
|
+
"rollup": "4.60.0",
|
|
108
108
|
"rollup-plugin-natives": "0.7.8",
|
|
109
109
|
"typescript": "5.9.3",
|
|
110
110
|
"typescript-eslint": "8.54.0",
|