@nekzus/liop 2.0.0-alpha.20 → 2.0.0-alpha.21

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 (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -52,6 +52,12 @@ This fundamentally solves the data privacy, bandwidth, and latency challenges of
52
52
  npm install @nekzus/liop@latest
53
53
  ```
54
54
 
55
+ Or for the latest stable zero-trust features on the beta channel:
56
+
57
+ ```bash
58
+ npm install @nekzus/liop@beta
59
+ ```
60
+
55
61
  > **Requirements:** Node.js ≥ 20.0. The SDK uses `node:crypto`, `node:vm`, and `piscina` (worker threads) internally.
56
62
 
57
63
  ### Zero-Bloat & Micro-Deployments (Opt-Out)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nekzus/liop",
3
- "version": "2.0.0-alpha.20",
3
+ "version": "2.0.0-alpha.21",
4
4
  "description": "Official SDK for Logic-Injection-on-Origin Protocol (LIOP). Deploy Logic-on-Origin with WebAssembly at gRPC speed and bidirectional MCP compatibility.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",