@agent-native/dispatch 0.38.7 → 0.38.8-nightly-20260925022151

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.
@@ -47,8 +47,8 @@ declare const _default: import("node_modules/@agent-native/core/dist").ActionDef
47
47
  notes?: string | undefined;
48
48
  scope?: "org" | "user" | undefined;
49
49
  }, {
50
- message?: undefined;
51
50
  id?: undefined;
51
+ message?: undefined;
52
52
  deleted?: undefined;
53
53
  providers: {
54
54
  id: string;
@@ -65,8 +65,8 @@ declare const _default: import("node_modules/@agent-native/core/dist").ActionDef
65
65
  registered?: undefined;
66
66
  label?: undefined;
67
67
  } | {
68
- message?: undefined;
69
68
  id?: undefined;
69
+ message?: undefined;
70
70
  count?: undefined;
71
71
  deleted?: undefined;
72
72
  providers?: undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-native/dispatch",
3
- "version": "0.38.7",
3
+ "version": "0.38.8-nightly-20260925022151",
4
4
  "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.",
5
5
  "homepage": "https://github.com/BuilderIO/agent-native#readme",
6
6
  "bugs": {
@@ -88,7 +88,7 @@
88
88
  "tailwind-merge": "^3.5.0",
89
89
  "vaul": "^1.1.2",
90
90
  "zod": "^4.3.6",
91
- "@agent-native/toolkit": "0.20.9"
91
+ "@agent-native/toolkit": "0.21.0-nightly-20260925022151"
92
92
  },
93
93
  "devDependencies": {
94
94
  "@react-router/dev": "^8.1.0",
@@ -102,10 +102,10 @@
102
102
  "typescript-7": "npm:typescript@^7.0.2",
103
103
  "vite": "8.1.0",
104
104
  "vitest": "^4.1.5",
105
- "@agent-native/core": "0.187.0"
105
+ "@agent-native/core": "0.188.0-nightly-20260925022151"
106
106
  },
107
107
  "peerDependencies": {
108
- "@agent-native/core": ">=0.8.0",
108
+ "@agent-native/core": "0.188.0-nightly-20260925022151",
109
109
  "react": ">=19.2.7",
110
110
  "react-dom": ">=19.2.7",
111
111
  "react-router": ">=8"