dsh-wsr-execution 0.1.0 → 0.1.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 +4 -4
package/README.md CHANGED
@@ -21,6 +21,6 @@ and exact MIT provenance are documented under
21
21
  `src/client/delivery-inventory/UPSTREAM.md`.
22
22
 
23
23
  The exact `wsr-execution@0.1.4` peer comes from the immutable GitHub
24
- `0.1.4-rc.1` release asset recorded in `package.json`, not npm. Install that
24
+ stable `0.1.4` 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
- SHA-256 is `4407239534795f528b3ca597583a682636dd539516f567434a128d5437345e4d`.
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.0",
3
+ "version": "0.1.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": "0feb3333afd88e00444f80a7a0d135d2f93582db",
42
+ "ownerRevision": "d4fa9607e5e3153b969e186866ddd7697a119c81",
43
43
  "ownerAsset": {
44
- "url": "https://github.com/firestige/wsr-execution/releases/download/0.1.4-rc.1/wsr-execution-0.1.4.tgz",
45
- "sha256": "4407239534795f528b3ca597583a682636dd539516f567434a128d5437345e4d"
44
+ "url": "https://github.com/firestige/wsr-execution/releases/download/0.1.4/wsr-execution-0.1.4.tgz",
45
+ "sha256": "0b889b707b5fdc84d934e6c807ce101b4edaa356409253a1f48d6ffca7f53420"
46
46
  }
47
47
  },
48
48
  "dependencies": {