dsh-wsr-execution 0.1.1 → 0.2.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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -20,7 +20,7 @@ The package is locked to DSH `0.1.1-rc.2`. Its Workspace UI composition fork
20
20
  and exact MIT provenance are documented under
21
21
  `src/client/delivery-inventory/UPSTREAM.md`.
22
22
 
23
- The exact `wsr-execution@0.1.4` peer comes from the immutable GitHub
24
- stable `0.1.4` release asset recorded in `package.json`, not ambient npm resolution. Install that
23
+ The compatible `wsr-execution@^0.2.0` peer comes from the immutable GitHub
24
+ `0.2.1` release asset recorded in `package.json`, not ambient npm resolution. Install that
25
25
  asset as an explicit DSH profile root alongside this adapter; its required
26
26
  SHA-256 is `0b889b707b5fdc84d934e6c807ce101b4edaa356409253a1f48d6ffca7f53420`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-wsr-execution",
3
- "version": "0.1.1",
3
+ "version": "0.2.1",
4
4
  "description": "DeepSeek Harness adapter bundle for WSR Intake, Delivery resources, Session state, Actions, and final results.",
5
5
  "type": "module",
6
6
  "main": "./src/index.js",
@@ -39,10 +39,10 @@
39
39
  "displayName": "WSR",
40
40
  "role": "execution-adapter",
41
41
  "foundationOnly": false,
42
- "ownerRevision": "d4fa9607e5e3153b969e186866ddd7697a119c81",
42
+ "ownerRevision": "ffe7cc27f89f6555265f438a51f490355c68e7da",
43
43
  "ownerAsset": {
44
- "url": "https://github.com/firestige/wsr-execution/releases/download/0.1.4/wsr-execution-0.1.4.tgz",
45
- "sha256": "0b889b707b5fdc84d934e6c807ce101b4edaa356409253a1f48d6ffca7f53420"
44
+ "url": "https://github.com/firestige/wsr-execution/releases/download/0.2.1/wsr-execution-0.2.1.tgz",
45
+ "sha256": "9375714297ea0af221ad9634f08c1b205d985649ae51db2964d46e6a9e4accf4"
46
46
  }
47
47
  },
48
48
  "dependencies": {
@@ -55,7 +55,7 @@
55
55
  },
56
56
  "peerDependencies": {
57
57
  "@deepseek-ai/dsh": "0.1.1-rc.2",
58
- "wsr-execution": "0.1.4"
58
+ "wsr-execution": "^0.2.0"
59
59
  },
60
60
  "peerDependenciesMeta": {
61
61
  "@deepseek-ai/dsh": {