@armorerlabs/guard 0.2.3 → 0.2.4

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 +4 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -21,7 +21,8 @@ Then install the Node wrapper:
21
21
  npm install @armorerlabs/guard
22
22
  ```
23
23
 
24
- Until the npm package is published, use the repository package directly:
24
+ If the npm registry has not propagated the package yet, use the repository
25
+ package directly:
25
26
 
26
27
  ```bash
27
28
  git clone https://github.com/ArmorerLabs/Armorer-Guard.git
@@ -85,6 +86,5 @@ armorer-guard-node mcp-proxy -- npx your-mcp-server
85
86
 
86
87
  ## License
87
88
 
88
- The wrapper follows the Armorer Guard repository license. The runtime is
89
- source-available under PolyForm Noncommercial; commercial use requires a paid
90
- commercial license from Armorer Labs.
89
+ The wrapper follows the Armorer Guard repository license. Armorer Guard is
90
+ released under the MIT License.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@armorerlabs/guard",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Node wrapper for the Armorer Guard local Rust scanner and MCP proxy.",
5
5
  "type": "module",
6
6
  "main": "./index.js",
@@ -33,7 +33,7 @@
33
33
  "bugs": {
34
34
  "url": "https://github.com/ArmorerLabs/Armorer-Guard/issues"
35
35
  },
36
- "license": "SEE LICENSE IN ../../LICENSE.md",
36
+ "license": "MIT",
37
37
  "engines": {
38
38
  "node": ">=18"
39
39
  }