dsh-wsr 0.2.4 → 0.2.6

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 +1 -1
  2. 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.4` and `dsh-wsr-studio@^0.1.2`; 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.6` 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.4",
3
+ "version": "0.2.6",
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.4",
24
+ "dsh-wsr-execution": "^0.2.6",
25
25
  "dsh-wsr-studio": "^0.1.2"
26
26
  },
27
27
  "peerDependencies": {