@prettier-ai/dsh-workspace 0.1.2-alpha.5 → 0.1.2-rc.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.
Files changed (1) hide show
  1. package/package.json +14 -14
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@prettier-ai/dsh-workspace",
3
3
  "description": "Workspace entity registry (ctx.workspaceRegistry): durable workspace records with validated session attachment over the domain data form for the DeepSeek Harness",
4
- "version": "0.1.2-alpha.5",
4
+ "version": "0.1.2-rc.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -37,25 +37,25 @@
37
37
  ],
38
38
  "license": "MIT",
39
39
  "peerDependencies": {
40
+ "@prettier-ai/dsh-invariants": "^0.1.2-rc.1",
40
41
  "@prettier-ai/cordis": "^4.0.2",
41
- "@prettier-ai/dsh-session-persistence": "^0.1.2-alpha.5",
42
- "@prettier-ai/dsh-storage-domain": "^0.1.2-alpha.5",
43
- "@prettier-ai/dsh-storage": "^0.1.2-alpha.5",
44
- "@prettier-ai/dsh-invariants": "^0.1.2-alpha.5",
45
- "@prettier-ai/dsh-typert-protocol": "^0.1.2-alpha.5",
46
- "@prettier-ai/dsh-session": "^0.1.2-alpha.5"
42
+ "@prettier-ai/dsh-session-persistence": "^0.1.2-rc.1",
43
+ "@prettier-ai/dsh-storage": "^0.1.2-rc.1",
44
+ "@prettier-ai/dsh-session": "^0.1.2-rc.1",
45
+ "@prettier-ai/dsh-storage-domain": "^0.1.2-rc.1",
46
+ "@prettier-ai/dsh-typert-protocol": "^0.1.2-rc.1"
47
47
  },
48
48
  "dependencies": {
49
49
  "zod": "^4.4.3",
50
- "@prettier-ai/dsh-brand": "^0.1.2-alpha.5"
50
+ "@prettier-ai/dsh-brand": "^0.1.2-rc.1"
51
51
  },
52
52
  "devDependencies": {
53
- "@prettier-ai/dsh-invariants": "^0.1.2-alpha.5",
54
- "@prettier-ai/dsh-session-persistence": "^0.1.2-alpha.5",
55
- "@prettier-ai/dsh-session": "^0.1.2-alpha.5",
56
- "@prettier-ai/dsh-storage": "^0.1.2-alpha.5",
57
- "@prettier-ai/dsh-storage-domain": "^0.1.2-alpha.5",
58
53
  "@prettier-ai/cordis": "^4.0.2",
59
- "@prettier-ai/dsh-typert-protocol": "^0.1.2-alpha.5"
54
+ "@prettier-ai/dsh-session-persistence": "^0.1.2-rc.1",
55
+ "@prettier-ai/dsh-invariants": "^0.1.2-rc.1",
56
+ "@prettier-ai/dsh-storage": "^0.1.2-rc.1",
57
+ "@prettier-ai/dsh-session": "^0.1.2-rc.1",
58
+ "@prettier-ai/dsh-storage-domain": "^0.1.2-rc.1",
59
+ "@prettier-ai/dsh-typert-protocol": "^0.1.2-rc.1"
60
60
  }
61
61
  }