@ixon-cdk/core 1.3.0-next.0 → 1.3.0-next.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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @title Custom Component Workspace Configuration
2
+ * @title UI Component Workspace Configuration
3
3
  */
4
4
  export interface schema {
5
5
  /**
@@ -42,7 +42,7 @@
42
42
  "required": [
43
43
  "components"
44
44
  ],
45
- "title": "Custom Component Workspace Configuration",
45
+ "title": "UI Component Workspace Configuration",
46
46
  "definitions": {
47
47
  "component": {
48
48
  "type": "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ixon-cdk/core",
3
- "version": "1.3.0-next.0",
3
+ "version": "1.3.0-next.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "",