@crewhaus/continuity-store 0.3.1 → 0.3.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.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crewhaus/continuity-store",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "v0.3.0 Goal 1 — focus/plans/goals/handoff stores under .crewhaus/state/ with the claimed→proven proof ladder verified against session event logs, trash/restore clearing, advisory locking, and tenant path fencing.",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
"test": "bun test src"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@crewhaus/errors": "0.3.
|
|
19
|
-
"@crewhaus/event-log": "0.3.
|
|
20
|
-
"@crewhaus/infra-utils": "0.3.
|
|
21
|
-
"@crewhaus/tenancy": "0.3.
|
|
18
|
+
"@crewhaus/errors": "0.3.2",
|
|
19
|
+
"@crewhaus/event-log": "0.3.2",
|
|
20
|
+
"@crewhaus/infra-utils": "0.3.2",
|
|
21
|
+
"@crewhaus/tenancy": "0.3.2",
|
|
22
22
|
"yaml": "^2.6.0"
|
|
23
23
|
},
|
|
24
24
|
"license": "Apache-2.0",
|