@agent-native/dispatch 0.15.0 → 0.15.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.
- package/README.md +3 -0
- package/package.json +8 -2
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# @agent-native/dispatch
|
|
2
2
|
|
|
3
|
+
Dispatch is the Agent-Native workspace control plane and a separate product.
|
|
4
|
+
It is not a Toolkit capability module.
|
|
5
|
+
|
|
3
6
|
Workspace control plane for agent-native apps — vault, integrations,
|
|
4
7
|
destinations, cross-app workspace resources, recurring "dream" report jobs,
|
|
5
8
|
and cross-app delegation, shipped as a single drop-in package.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agent-native/dispatch",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.1",
|
|
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": {
|
|
@@ -17,6 +17,12 @@
|
|
|
17
17
|
"src"
|
|
18
18
|
],
|
|
19
19
|
"type": "module",
|
|
20
|
+
"sideEffects": [
|
|
21
|
+
"*.css",
|
|
22
|
+
"dist/server/index.js",
|
|
23
|
+
"dist/server/lib/usage-metrics-store.js",
|
|
24
|
+
"dist/server/plugins/core-routes.js"
|
|
25
|
+
],
|
|
20
26
|
"exports": {
|
|
21
27
|
".": "./dist/index.js",
|
|
22
28
|
"./routes": "./dist/routes/index.js",
|
|
@@ -93,7 +99,7 @@
|
|
|
93
99
|
"typescript-7": "npm:typescript@^7.0.2",
|
|
94
100
|
"vite": "8.1.0",
|
|
95
101
|
"vitest": "^4.1.5",
|
|
96
|
-
"@agent-native/core": "0.109.
|
|
102
|
+
"@agent-native/core": "0.109.4"
|
|
97
103
|
},
|
|
98
104
|
"peerDependencies": {
|
|
99
105
|
"@agent-native/core": ">=0.8.0",
|