@mailwoman/neural-web 4.16.0 → 4.16.1

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mailwoman/neural-web",
3
- "version": "4.16.0",
3
+ "version": "4.16.1",
4
4
  "description": "Browser-side mailwoman neural runtime. Pairs the existing tokenizer + decoder with an onnxruntime-web inference path (WebGPU primary, WASM SIMD fallback). Drop-in for @mailwoman/neural when targeting a static-asset deploy (Phase B of the demo plan).",
5
5
  "license": "AGPL-3.0-only",
6
6
  "repository": {
@@ -14,8 +14,8 @@
14
14
  ".": "./out/index.js"
15
15
  },
16
16
  "dependencies": {
17
- "@mailwoman/core": "4.16.0",
18
- "@mailwoman/neural": "4.16.0",
17
+ "@mailwoman/core": "4.16.1",
18
+ "@mailwoman/neural": "4.16.1",
19
19
  "onnxruntime-web": "1.25.0-dev.20260327-722743c0e2"
20
20
  },
21
21
  "files": [