dsh-wsr 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.
- package/NOTICE.md +1 -1
- package/README.md +1 -1
- package/cordis.patch.yml +4 -0
- package/package.json +5 -5
package/NOTICE.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
# Source notice
|
|
2
2
|
|
|
3
|
-
This composition package contains no runtime or UI implementation. It composes
|
|
3
|
+
This composition package contains no runtime or UI implementation. It composes compatible WSR-owned bundle versions and vendors no third-party source. See the repository `NOTICE.md` for compatibility attribution.
|
package/README.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
# WSR suite
|
|
2
2
|
|
|
3
|
-
`dsh-wsr` is
|
|
3
|
+
`dsh-wsr` is a compatible composition bundle. It installs and activates `dsh-wsr-execution@^0.2.0` and `dsh-wsr-studio@^0.1.1`; it has no runtime entry point, display name, or UI registration of its own.
|
package/cordis.patch.yml
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-wsr",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.2.1",
|
|
4
|
+
"description": "Composition bundle for compatible WSR and WSR Studio DSH packages.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"cordis.patch.yml",
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
19
|
"wsr": {
|
|
20
|
-
"role": "
|
|
20
|
+
"role": "compatible-composition",
|
|
21
21
|
"foundationOnly": false
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"dsh-wsr-execution": "0.
|
|
25
|
-
"dsh-wsr-studio": "0.1.1"
|
|
24
|
+
"dsh-wsr-execution": "^0.2.0",
|
|
25
|
+
"dsh-wsr-studio": "^0.1.1"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"@deepseek-ai/dsh": "0.1.1-rc.2"
|