@brightsec/cli 11.0.0-next.8 → 11.0.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightsec/cli",
3
- "version": "11.0.0-next.8",
3
+ "version": "11.0.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,16 +26,18 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@neuralegion/capture-har": "^0.3.4",
29
- "@neuralegion/os-service": "^1.1.0",
29
+ "@neuralegion/os-service": "^1.2.2",
30
+ "@neuralegion/raw-socket": "^1.8.2",
30
31
  "ajv": "^6.12.6",
31
32
  "amqplib": "~0.10.2",
33
+ "arch": "^2.2.0",
32
34
  "better-ajv-errors": "^1.2.0",
33
35
  "chalk": "^4.1.2",
36
+ "ci-info": "^3.8.0",
34
37
  "content-type": "^1.0.4",
35
38
  "find-up": "^5.0.0",
36
39
  "js-yaml": "^4.1.0",
37
40
  "ms": "^2.1.3",
38
- "raw-socket": "^1.7.0",
39
41
  "reflect-metadata": "^0.1.13",
40
42
  "request": "~2.88.2",
41
43
  "request-promise": "~4.2.6",
@@ -57,7 +59,6 @@
57
59
  "@semantic-release/exec": "^6.0.3",
58
60
  "@semantic-release/git": "^10.0.1",
59
61
  "@types/amqplib": "~0.8.2",
60
- "@types/concat-stream": "^1.6.1",
61
62
  "@types/content-type": "^1.1.5",
62
63
  "@types/har-format": "^1.2.7",
63
64
  "@types/jest": "^28.1.7",
@@ -72,7 +73,6 @@
72
73
  "@typescript-eslint/eslint-plugin": "^5.33.1",
73
74
  "@typescript-eslint/parser": "^5.33.1",
74
75
  "clean-webpack-plugin": "^4.0.0",
75
- "concat-stream": "^2.0.0",
76
76
  "cross-env": "^7.0.3",
77
77
  "eslint": "^8.22.0",
78
78
  "eslint-config-prettier": "^8.5.0",
@@ -126,10 +126,11 @@
126
126
  "pkg": {
127
127
  "scripts": "dist/**/*.js",
128
128
  "assets": [
129
- "./node_modules/@neuralegion/os-service/build/Release/service.node",
130
- "./node_modules/raw-socket/build/Release/raw.node",
131
- "./node_modules/win-ca/lib/crypt32-ia32.node",
132
- "./node_modules/win-ca/lib/crypt32-x64.node"
129
+ "./node_modules/win-ca/lib/crypt32-*.node",
130
+ "./node_modules/@neuralegion/os-service/prebuilds/win32-*/node.abi108.node",
131
+ "./node_modules/@neuralegion/raw-socket/prebuilds/win32-*/node.abi108.node",
132
+ "./node_modules/@neuralegion/raw-socket/prebuilds/linux-x64/node.abi83.glibc.node",
133
+ "./node_modules/@neuralegion/raw-socket/prebuilds/darwin-x64+arm64/node.abi108.node"
133
134
  ],
134
135
  "targets": [
135
136
  "node14-linux-x64",
@@ -155,5 +156,8 @@
155
156
  "build:pkg": "pkg .",
156
157
  "prepare": "is-ci || husky install",
157
158
  "start": "node -r ts-node/register/transpile-only -r tsconfig-paths/register src/index.ts"
159
+ },
160
+ "brightCli": {
161
+ "distribution": "npm"
158
162
  }
159
163
  }