@kubbisec/naus 1.0.66 → 1.0.67
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/bin/naus.js +1 -5
- package/package.json +6 -6
package/bin/naus.js
CHANGED
|
@@ -63,11 +63,7 @@ if (!binaryPath) {
|
|
|
63
63
|
console.error(
|
|
64
64
|
`[naus] Native binary not found for ${process.platform}/${process.arch}.\n` +
|
|
65
65
|
`Expected package: ${packageName}\n` +
|
|
66
|
-
`
|
|
67
|
-
` npm install -g ${packageName}\n` +
|
|
68
|
-
`Or reinstall the meta package including optional deps:\n` +
|
|
69
|
-
` npm install -g @kubbisec/naus --include=optional\n` +
|
|
70
|
-
`If optional installs are disabled globally, run: npm config delete omit`
|
|
66
|
+
`Try reinstalling: npm install -g @kubbisec/naus`,
|
|
71
67
|
);
|
|
72
68
|
process.exit(1);
|
|
73
69
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubbisec/naus",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.67",
|
|
4
4
|
"description": "KubbiSec Naus CI/CD Runner — install globally, run anywhere",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"bin": {
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
"README.md",
|
|
12
12
|
"LICENSE"
|
|
13
13
|
],
|
|
14
|
-
"
|
|
15
|
-
"@kubbisec/naus-linux-x64": "1.0.
|
|
16
|
-
"@kubbisec/naus-linux-arm64": "1.0.
|
|
17
|
-
"@kubbisec/naus-darwin-arm64": "1.0.
|
|
18
|
-
"@kubbisec/naus-win32-x64": "1.0.
|
|
14
|
+
"dependencies": {
|
|
15
|
+
"@kubbisec/naus-linux-x64": "1.0.67",
|
|
16
|
+
"@kubbisec/naus-linux-arm64": "1.0.67",
|
|
17
|
+
"@kubbisec/naus-darwin-arm64": "1.0.67",
|
|
18
|
+
"@kubbisec/naus-win32-x64": "1.0.67"
|
|
19
19
|
},
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=18"
|