@agent-native/dispatch 0.9.0 → 0.9.2

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ### Agentic applications you own.
4
4
 
5
- Don't choose between structured user flows and autonomous agents. Every Agent-Native app is both.
5
+ Don't choose between rich user interfaces and autonomous agents. Every Agent-Native app is both.
6
6
 
7
7
  ## Agents and UIs — Fully Connected
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-native/dispatch",
3
- "version": "0.9.0",
3
+ "version": "0.9.2",
4
4
  "type": "module",
5
5
  "description": "Dispatch — workspace control plane for agent-native apps. Vault, integrations, destinations, scheduled jobs, and cross-app delegation, shipped as a single drop-in package.",
6
6
  "license": "MIT",
@@ -96,13 +96,13 @@
96
96
  },
97
97
  "devDependencies": {
98
98
  "@agent-native/core": "workspace:*",
99
- "@react-router/dev": "^7.13.1",
99
+ "@react-router/dev": "^7.16.0",
100
100
  "@types/node": "^24.2.1",
101
101
  "@types/react": "^19.2.14",
102
102
  "@types/react-dom": "^19.2.3",
103
103
  "react": "^19.2.5",
104
104
  "react-dom": "^19.2.5",
105
- "react-router": "^7.13.1",
105
+ "react-router": "^7.16.0",
106
106
  "tsc-alias": "^1.8.10",
107
107
  "typescript": "^6.0.3",
108
108
  "vite": "catalog:",