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 CHANGED
@@ -1,3 +1,3 @@
1
1
  # Source notice
2
2
 
3
- This composition package contains no runtime or UI implementation. It composes exact WSR-owned bundle versions and vendors no third-party source. See the repository `NOTICE.md` for compatibility attribution.
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 an exact composition bundle. It installs and activates the matching `dsh-wsr-execution` and `dsh-wsr-studio` versions; it has no runtime entry point, display name, or UI registration of its own.
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
@@ -1,3 +1,7 @@
1
+ - id: ui-workspace
2
+ name: '@deepseek-ai/dsh-client-ui-workspace'
3
+ disabled: true
4
+
1
5
  - insert:
2
6
  - id: wsr-execution
3
7
  name: 'dsh-wsr-execution'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dsh-wsr",
3
- "version": "0.1.1",
4
- "description": "Exact composition bundle for compatible WSR and WSR Studio DSH packages.",
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": "exact-composition",
20
+ "role": "compatible-composition",
21
21
  "foundationOnly": false
22
22
  },
23
23
  "dependencies": {
24
- "dsh-wsr-execution": "0.1.1",
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"