@operato/app 8.0.0-beta.6 → 9.0.0-beta.0
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/CHANGELOG.md +25 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +16 -15
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@operato/app",
|
|
3
3
|
"description": "WebApplication production supporting components following open-wc recommendations",
|
|
4
4
|
"author": "heartyoh",
|
|
5
|
-
"version": "
|
|
5
|
+
"version": "9.0.0-beta.0",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
7
7
|
"module": "dist/src/index.js",
|
|
8
8
|
"exports": {
|
|
@@ -144,20 +144,21 @@
|
|
|
144
144
|
"@codemirror/state": "^6.3.3",
|
|
145
145
|
"@codemirror/theme-one-dark": "^6.1.2",
|
|
146
146
|
"@codemirror/view": "^6.22.1",
|
|
147
|
-
"@graphql-tools/
|
|
147
|
+
"@graphql-tools/delegate": "^10.0.1",
|
|
148
|
+
"@graphql-tools/wrap": "^8.5.0",
|
|
148
149
|
"@material/web": "^2.0.0",
|
|
149
|
-
"@operato/attachment": "^
|
|
150
|
-
"@operato/data-grist": "^
|
|
151
|
-
"@operato/font": "^
|
|
152
|
-
"@operato/form": "^
|
|
153
|
-
"@operato/graphql": "^
|
|
154
|
-
"@operato/i18n": "^
|
|
155
|
-
"@operato/input": "^
|
|
156
|
-
"@operato/layout": "^
|
|
157
|
-
"@operato/property-editor": "^
|
|
158
|
-
"@operato/shell": "^
|
|
159
|
-
"@operato/styles": "^
|
|
160
|
-
"@operato/utils": "^
|
|
150
|
+
"@operato/attachment": "^9.0.0-beta.0",
|
|
151
|
+
"@operato/data-grist": "^9.0.0-beta.0",
|
|
152
|
+
"@operato/font": "^9.0.0-beta.0",
|
|
153
|
+
"@operato/form": "^9.0.0-beta.0",
|
|
154
|
+
"@operato/graphql": "^9.0.0-beta.0",
|
|
155
|
+
"@operato/i18n": "^9.0.0-beta.0",
|
|
156
|
+
"@operato/input": "^9.0.0-beta.0",
|
|
157
|
+
"@operato/layout": "^9.0.0-beta.0",
|
|
158
|
+
"@operato/property-editor": "^9.0.0-beta.0",
|
|
159
|
+
"@operato/shell": "^9.0.0-beta.0",
|
|
160
|
+
"@operato/styles": "^9.0.0-beta.0",
|
|
161
|
+
"@operato/utils": "^9.0.0-beta.0",
|
|
161
162
|
"cm6-graphql": "^0.0.14",
|
|
162
163
|
"codemirror": "^6.0.1",
|
|
163
164
|
"cronstrue": "^2.2.0",
|
|
@@ -198,5 +199,5 @@
|
|
|
198
199
|
"prettier --write"
|
|
199
200
|
]
|
|
200
201
|
},
|
|
201
|
-
"gitHead": "
|
|
202
|
+
"gitHead": "22a89f0f8bf5b197ae03f409776c2d2d08cf29aa"
|
|
202
203
|
}
|