@solongate/guard-linux-arm64 0.83.29 → 0.83.31

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,13 +1,9 @@
1
1
  # @solongate/guard-linux-arm64
2
2
 
3
- Prebuilt SolonGate binaries for `linux`/`arm64`.
3
+ The SolonGate guard, compiled for linux arm64.
4
4
 
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.
5
+ You do not install this yourself. `@solongate/proxy` lists it as an
6
+ optional dependency and npm picks the one matching your machine.
9
7
 
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.
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.
package/package.json CHANGED
@@ -1,12 +1,7 @@
1
1
  {
2
2
  "name": "@solongate/guard-linux-arm64",
3
- "version": "0.83.29",
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
- },
3
+ "version": "0.83.31",
4
+ "description": "SolonGate guard binary for linux arm64",
10
5
  "os": [
11
6
  "linux"
12
7
  ],
@@ -14,8 +9,11 @@
14
9
  "arm64"
15
10
  ],
16
11
  "files": [
17
- "solongate-guard",
18
- "solongate"
12
+ "solongate-guard"
19
13
  ],
20
- "preferUnplugged": true
14
+ "license": "SEE LICENSE IN LICENSE",
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "git+https://github.com/codeyevsky/solongate.git"
18
+ }
21
19
  }
package/solongate-guard CHANGED
Binary file
package/solongate DELETED
Binary file