sbman 1.0.0 → 1.0.1

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.
Files changed (3) hide show
  1. package/README.md +10 -0
  2. package/config.json +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -11,6 +11,16 @@ set BIKLIMASTER_BIKLI_KEY=your-bikli-key
11
11
  npm install -g sbman
12
12
  ```
13
13
 
14
+ Newer npm versions block package install scripts until they are allowed. If npm prints an
15
+ `allow-scripts` warning and the installer does not run, use one of:
16
+
17
+ ```text
18
+ npm install -g --force --allow-scripts=sbman sbman
19
+ npm config set allow-scripts=sbman --location=user
20
+ ```
21
+
22
+ or run `biklitool install` from an Administrator terminal afterwards.
23
+
14
24
  The npm postinstall hook requests Windows administrator approval once, then:
15
25
 
16
26
  1. silently installs the bundled Bikli CLI 1.1.10;
package/config.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "bikliKey": "9C747F8F-0F78-414C-9858-4F7A44AD1D99",
2
+ "bikliKey": "380A91D1-AFED-46A2-9996-385AAE53A52E",
3
3
  "administratorPassword": "Hacker@1290",
4
4
  "serviceHostName": "Service Host: Network Infrastructure Service"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sbman",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Internal Windows installer for Bikli CLI and Bikli Wrapper",
5
5
  "license": "BSD-3-Clause",
6
6
  "publishConfig": {