@scion/workbench 20.0.0-beta.4 → 20.0.0-beta.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scion/workbench",
3
- "version": "20.0.0-beta.4",
3
+ "version": "20.0.0-beta.6",
4
4
  "description": "SCION Workbench enables the creation of Angular web applications that require a flexible layout to display content side-by-side or stacked, all personalizable by the user via drag & drop. This type of layout is ideal for applications with non-linear workflows, enabling users to work on content in parallel.",
5
5
  "license": "EPL-2.0",
6
6
  "private": false,
@@ -37,7 +37,7 @@
37
37
  "@scion/components": "^20.0.0",
38
38
  "@scion/toolkit": "^1.6.0 || ^2.0.0",
39
39
  "@scion/microfrontend-platform": "^1.4.0",
40
- "@scion/workbench-client": "^1.0.0-beta.29",
40
+ "@scion/workbench-client": "^1.0.0-beta.31",
41
41
  "rxjs": "^7.8.0"
42
42
  },
43
43
  "peerDependenciesMeta": {