@nwire/wires 0.10.0 → 0.10.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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nwire/wires",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "description": "Nwire — transport-interface contract. `InterfaceBuilder` is the abstract base every transport (HTTP, queue, MCP, GraphQL, …) extends. Foreign hosts implement it. Six universal verbs (.use / .wire / .from / .mount / .run / .boot) plus manifest + attach seams are typed at this layer so transports stay consistent.",
5
5
  "keywords": [
6
6
  "interface",
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "zod": "^4.0.0",
50
- "@nwire/handler": "0.10.0"
50
+ "@nwire/handler": "0.10.1"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/node": "^22.19.9",