@agent-ix/quire-wasm 0.3.0 → 0.5.0

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
@@ -61,7 +61,7 @@ validateFromBlob("FR", moduleBlob, { id: "FR-001", /* ... */ });
61
61
  ## Install
62
62
 
63
63
  ```bash
64
- npm install @agent-ix/quire-wasm # from GitHub Packages
64
+ npm install @agent-ix/quire-wasm
65
65
  ```
66
66
 
67
67
  ## Build
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-ix/quire-wasm",
3
- "version": "0.3.0",
3
+ "version": "0.5.0",
4
4
  "description": "WebAssembly bindings for quire-rs (parse, extract, validate) — powers spec-editor live preview.",
5
5
  "type": "module",
6
6
  "main": "pkg/quire_wasm.js",
@@ -28,5 +28,5 @@
28
28
  "type": "git",
29
29
  "url": "https://github.com/agent-ix/quire-wasm.git"
30
30
  },
31
- "license": "MIT"
31
+ "license": "AGPL-3.0-only"
32
32
  }