@stoneforge/shared-routes 1.8.0 → 1.9.0
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 +1 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -52,6 +52,7 @@ export default app;
|
|
|
52
52
|
| `createDocumentRoutes(services)` | Document versioning and content |
|
|
53
53
|
| `createInboxRoutes(services)` | Per-entity notification inbox |
|
|
54
54
|
| `createPlanRoutes(services)` | Plan creation and status tracking |
|
|
55
|
+
| `createTaskRoutes(services)` | Task CRUD and assignment |
|
|
55
56
|
|
|
56
57
|
All factories accept a `CollaborateServices` (or `CollaborateServicesWithBroadcast`) object that provides the backing `QuarryAPI` and optional broadcast function.
|
|
57
58
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stoneforge/shared-routes",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Shared route factories for Stoneforge servers",
|
|
6
6
|
"repository": {
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"hono": "^4.7.0",
|
|
32
|
-
"@stoneforge/core": "1.
|
|
33
|
-
"@stoneforge/storage": "1.
|
|
32
|
+
"@stoneforge/core": "1.9.0",
|
|
33
|
+
"@stoneforge/storage": "1.9.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/bun": "latest",
|