@solongate/guard-linux-arm64 0.83.31 → 0.83.33

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/README.md CHANGED
@@ -1,9 +1,13 @@
1
1
  # @solongate/guard-linux-arm64
2
2
 
3
- The SolonGate guard, compiled for linux arm64.
3
+ Prebuilt SolonGate binaries for `linux`/`arm64`.
4
4
 
5
- You do not install this yourself. `@solongate/proxy` lists it as an
6
- optional dependency and npm picks the one matching your machine.
5
+ Installed automatically as an optional dependency of
6
+ [`@solongate/proxy`](https://www.npmjs.com/package/@solongate/proxy). There is no
7
+ reason to depend on it directly, and nothing in it to import: it contains two
8
+ executables and this file.
7
9
 
8
- If it fails to install, nothing breaks: the guard falls back to its Node
9
- implementation, which is slower and enforces exactly the same policy.
10
+ If npm skipped it an unsupported platform, `--no-optional`, a restricted
11
+ registry SolonGate still works. The guard falls back to its Node
12
+ implementation, which enforces the same policy more slowly. A missing binary
13
+ costs speed and never protection.
package/package.json CHANGED
@@ -1,7 +1,12 @@
1
1
  {
2
2
  "name": "@solongate/guard-linux-arm64",
3
- "version": "0.83.31",
4
- "description": "SolonGate guard binary for linux arm64",
3
+ "version": "0.83.33",
4
+ "description": "SolonGate guard and CLI binaries for linux-arm64",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/solongate/solongate"
9
+ },
5
10
  "os": [
6
11
  "linux"
7
12
  ],
@@ -9,11 +14,8 @@
9
14
  "arm64"
10
15
  ],
11
16
  "files": [
12
- "solongate-guard"
17
+ "solongate-guard",
18
+ "solongate"
13
19
  ],
14
- "license": "SEE LICENSE IN LICENSE",
15
- "repository": {
16
- "type": "git",
17
- "url": "git+https://github.com/codeyevsky/solongate.git"
18
- }
20
+ "preferUnplugged": true
19
21
  }
package/solongate ADDED
Binary file
package/solongate-guard CHANGED
Binary file