@brightsec/cli 11.5.4 → 12.0.0-next.10
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +16 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightsec/cli",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "12.0.0-next.10",
|
|
4
4
|
"private": false,
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -22,29 +22,28 @@
|
|
|
22
22
|
]
|
|
23
23
|
},
|
|
24
24
|
"engines": {
|
|
25
|
-
"node": ">=
|
|
25
|
+
"node": ">=16 <=20"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@neuralegion/capture-har": "^0.3.4",
|
|
29
28
|
"@neuralegion/os-service": "1.2.2",
|
|
30
29
|
"@neuralegion/raw-socket": "1.8.2",
|
|
31
30
|
"@sentry/node": "^7.70.0",
|
|
32
31
|
"ajv": "^6.12.6",
|
|
33
32
|
"amqplib": "~0.10.2",
|
|
34
33
|
"arch": "^2.2.0",
|
|
34
|
+
"axios": "^1.6.8",
|
|
35
35
|
"better-ajv-errors": "^1.2.0",
|
|
36
36
|
"chalk": "^4.1.2",
|
|
37
37
|
"ci-info": "^3.8.0",
|
|
38
38
|
"fast-content-type-parse": "^1.1.0",
|
|
39
39
|
"find-up": "^5.0.0",
|
|
40
|
+
"form-data": "^4.0.0",
|
|
40
41
|
"http-proxy-agent": "^7.0.2",
|
|
41
42
|
"https-proxy-agent": "^7.0.4",
|
|
42
43
|
"iconv-lite": "^0.6.3",
|
|
43
44
|
"js-yaml": "^4.1.0",
|
|
44
45
|
"ms": "^2.1.3",
|
|
45
46
|
"reflect-metadata": "^0.1.13",
|
|
46
|
-
"request": "~2.88.2",
|
|
47
|
-
"request-promise": "~4.2.6",
|
|
48
47
|
"semver": "^7.6.0",
|
|
49
48
|
"socket.io-client": "^4.7.1",
|
|
50
49
|
"socket.io-msgpack-parser": "^3.0.2",
|
|
@@ -67,14 +66,14 @@
|
|
|
67
66
|
"@types/jest": "^29.5.12",
|
|
68
67
|
"@types/js-yaml": "^4.0.2",
|
|
69
68
|
"@types/ms": "^0.7.31",
|
|
70
|
-
"@types/node": "^
|
|
71
|
-
"@types/request": "~2.48.7",
|
|
72
|
-
"@types/request-promise": "~4.1.48",
|
|
69
|
+
"@types/node": "^16.18.96",
|
|
73
70
|
"@types/semver": "^7.5.8",
|
|
74
71
|
"@types/ws": "^7.4.7",
|
|
75
72
|
"@types/yargs": "~16.0.1",
|
|
76
73
|
"@typescript-eslint/eslint-plugin": "^5.33.1",
|
|
77
74
|
"@typescript-eslint/parser": "^5.33.1",
|
|
75
|
+
"@yao-pkg/pkg": "^5.11.5",
|
|
76
|
+
"axios-retry": "^4.3.0",
|
|
78
77
|
"clean-webpack-plugin": "^4.0.0",
|
|
79
78
|
"conventional-changelog-conventionalcommits": "^7.0.2",
|
|
80
79
|
"cross-env": "^7.0.3",
|
|
@@ -88,9 +87,8 @@
|
|
|
88
87
|
"lint-staged": "^13.0.3",
|
|
89
88
|
"nock": "^13.2.9",
|
|
90
89
|
"nodemon": "^3.1.0",
|
|
91
|
-
"pkg": "^5.8.0",
|
|
92
90
|
"prettier": "^2.7.1",
|
|
93
|
-
"semantic-release": "^
|
|
91
|
+
"semantic-release": "^22.0.12",
|
|
94
92
|
"terser-webpack-plugin": "^5.3.5",
|
|
95
93
|
"ts-jest": "^29.1.2",
|
|
96
94
|
"ts-loader": "^9.3.1",
|
|
@@ -130,16 +128,17 @@
|
|
|
130
128
|
"pkg": {
|
|
131
129
|
"scripts": "dist/**/*.js",
|
|
132
130
|
"assets": [
|
|
131
|
+
"./node_modules/axios/**",
|
|
133
132
|
"./node_modules/win-ca/lib/crypt32-*.node",
|
|
134
|
-
"./node_modules/@neuralegion/os-service/prebuilds/win32-*/node.
|
|
135
|
-
"./node_modules/@neuralegion/raw-socket/prebuilds/win32-*/node.
|
|
136
|
-
"./node_modules/@neuralegion/raw-socket/prebuilds/linux-x64/node.
|
|
137
|
-
"./node_modules/@neuralegion/raw-socket/prebuilds/darwin-x64+arm64/node.
|
|
133
|
+
"./node_modules/@neuralegion/os-service/prebuilds/win32-*/node.abi115.node",
|
|
134
|
+
"./node_modules/@neuralegion/raw-socket/prebuilds/win32-*/node.abi115.node",
|
|
135
|
+
"./node_modules/@neuralegion/raw-socket/prebuilds/linux-x64/node.abi93.glibc.node",
|
|
136
|
+
"./node_modules/@neuralegion/raw-socket/prebuilds/darwin-x64+arm64/node.abi115.node"
|
|
138
137
|
],
|
|
139
138
|
"targets": [
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"
|
|
139
|
+
"node16-linux-x64",
|
|
140
|
+
"node20-macos-x64",
|
|
141
|
+
"node20-windows-x64"
|
|
143
142
|
],
|
|
144
143
|
"outputPath": "bin",
|
|
145
144
|
"compress": "Brotli"
|