@brightsec/cli 12.0.0-next.3 → 12.0.0-next.5

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": "12.0.0-next.3",
3
+ "version": "12.0.0-next.5",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -22,7 +22,7 @@
22
22
  ]
23
23
  },
24
24
  "engines": {
25
- "node": ">=10 <=18"
25
+ "node": ">=16 <=20"
26
26
  },
27
27
  "dependencies": {
28
28
  "@neuralegion/os-service": "1.2.2",
@@ -66,14 +66,13 @@
66
66
  "@types/jest": "^29.5.12",
67
67
  "@types/js-yaml": "^4.0.2",
68
68
  "@types/ms": "^0.7.31",
69
- "@types/node": "^10.17.59",
70
- "@types/request": "~2.48.7",
71
- "@types/request-promise": "~4.1.48",
69
+ "@types/node": "^16.18.96",
72
70
  "@types/semver": "^7.5.8",
73
71
  "@types/ws": "^7.4.7",
74
72
  "@types/yargs": "~16.0.1",
75
73
  "@typescript-eslint/eslint-plugin": "^5.33.1",
76
74
  "@typescript-eslint/parser": "^5.33.1",
75
+ "@yao-pkg/pkg": "^5.11.5",
77
76
  "clean-webpack-plugin": "^4.0.0",
78
77
  "conventional-changelog-conventionalcommits": "^7.0.2",
79
78
  "cross-env": "^7.0.3",
@@ -87,7 +86,6 @@
87
86
  "lint-staged": "^13.0.3",
88
87
  "nock": "^13.2.9",
89
88
  "nodemon": "^3.1.0",
90
- "pkg": "^5.8.0",
91
89
  "prettier": "^2.7.1",
92
90
  "semantic-release": "^22.0.12",
93
91
  "terser-webpack-plugin": "^5.3.5",
@@ -129,16 +127,17 @@
129
127
  "pkg": {
130
128
  "scripts": "dist/**/*.js",
131
129
  "assets": [
130
+ "./node_modules/axios/**",
132
131
  "./node_modules/win-ca/lib/crypt32-*.node",
133
- "./node_modules/@neuralegion/os-service/prebuilds/win32-*/node.abi108.node",
134
- "./node_modules/@neuralegion/raw-socket/prebuilds/win32-*/node.abi108.node",
135
- "./node_modules/@neuralegion/raw-socket/prebuilds/linux-x64/node.abi83.glibc.node",
136
- "./node_modules/@neuralegion/raw-socket/prebuilds/darwin-x64+arm64/node.abi108.node"
132
+ "./node_modules/@neuralegion/os-service/prebuilds/win32-*/node.abi115.node",
133
+ "./node_modules/@neuralegion/raw-socket/prebuilds/win32-*/node.abi115.node",
134
+ "./node_modules/@neuralegion/raw-socket/prebuilds/linux-x64/node.abi93.glibc.node",
135
+ "./node_modules/@neuralegion/raw-socket/prebuilds/darwin-x64+arm64/node.abi115.node"
137
136
  ],
138
137
  "targets": [
139
- "node14-linux-x64",
140
- "node18-macos-x64",
141
- "node18-windows-x64"
138
+ "node16-linux-x64",
139
+ "node20-macos-x64",
140
+ "node20-windows-x64"
142
141
  ],
143
142
  "outputPath": "bin",
144
143
  "compress": "Brotli"