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.
- package/README.md +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
|
|
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 `
|
|
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.
|
|
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": "
|
|
42
|
+
"ownerRevision": "d4fa9607e5e3153b969e186866ddd7697a119c81",
|
|
43
43
|
"ownerAsset": {
|
|
44
|
-
"url": "https://github.com/firestige/wsr-execution/releases/download/0.1.4
|
|
45
|
-
"sha256": "
|
|
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": {
|