dsh-wsr 0.2.5 → 0.2.7
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
# WSR suite
|
|
2
2
|
|
|
3
|
-
`dsh-wsr` is a compatible composition bundle. It installs and activates `dsh-wsr-execution@^0.2.
|
|
3
|
+
`dsh-wsr` is a compatible composition bundle. It installs and activates `dsh-wsr-execution@^0.2.7` and `dsh-wsr-studio@^0.1.2`; it has no runtime entry point, display name, or UI registration of its own.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-wsr",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.7",
|
|
4
4
|
"description": "Composition bundle for compatible WSR and WSR Studio DSH packages.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"foundationOnly": false
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"dsh-wsr-execution": "^0.2.
|
|
24
|
+
"dsh-wsr-execution": "^0.2.7",
|
|
25
25
|
"dsh-wsr-studio": "^0.1.2"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|