@unisphere/nx 1.1.0 → 1.1.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.
@@ -16,13 +16,7 @@
16
16
  },
17
17
  "servingType": {
18
18
  "type": "string",
19
- "description": "How should this app be served?",
20
- "enum": [
21
- "interactive-playground",
22
- "self-hosted",
23
- "iframe-with-query-params",
24
- "iframe-with-post-messages"
25
- ],
19
+ "description": "How should this app be served?",
26
20
  "default": "self-hosted",
27
21
  "x-prompt": {
28
22
  "message": "Which serving type do you want?",
@@ -12,12 +12,7 @@
12
12
  },
13
13
  "scope": {
14
14
  "type": "string",
15
- "description": "The distribution scope of the package",
16
- "enum": [
17
- "public",
18
- "internal",
19
- "none"
20
- ],
15
+ "description": "The distribution scope of the package",
21
16
  "default": "none",
22
17
  "x-prompt": {
23
18
  "message": "What scope should this package have?",
@@ -12,11 +12,7 @@
12
12
  },
13
13
  "usage": {
14
14
  "type": "string",
15
- "description": "How will this runtime be used?",
16
- "enum": [
17
- "loadedByExternalHost",
18
- "embeddedInWidgetPlayground"
19
- ],
15
+ "description": "How will this runtime be used?",
20
16
  "x-prompt": {
21
17
  "message": "How will this runtime be used?",
22
18
  "type": "list",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unisphere/nx",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",