@operato/app 8.0.0-beta.4 → 8.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/CHANGELOG.md +17 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +11 -12
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": "8.0.0-beta.
|
|
5
|
+
"version": "8.0.0-beta.6",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
7
7
|
"module": "dist/src/index.js",
|
|
8
8
|
"exports": {
|
|
@@ -144,19 +144,18 @@
|
|
|
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/
|
|
148
|
-
"@graphql-tools/wrap": "^8.5.0",
|
|
147
|
+
"@graphql-tools/wrap": "^9.0.0",
|
|
149
148
|
"@material/web": "^2.0.0",
|
|
150
|
-
"@operato/attachment": "^8.0.0-beta.
|
|
151
|
-
"@operato/data-grist": "^8.0.0-beta.
|
|
152
|
-
"@operato/font": "^8.0.0-beta.
|
|
153
|
-
"@operato/form": "^8.0.0-beta.
|
|
149
|
+
"@operato/attachment": "^8.0.0-beta.6",
|
|
150
|
+
"@operato/data-grist": "^8.0.0-beta.6",
|
|
151
|
+
"@operato/font": "^8.0.0-beta.6",
|
|
152
|
+
"@operato/form": "^8.0.0-beta.5",
|
|
154
153
|
"@operato/graphql": "^8.0.0-beta.2",
|
|
155
154
|
"@operato/i18n": "^8.0.0-beta.2",
|
|
156
|
-
"@operato/input": "^8.0.0-beta.
|
|
157
|
-
"@operato/layout": "^8.0.0-beta.
|
|
158
|
-
"@operato/property-editor": "^8.0.0-beta.
|
|
159
|
-
"@operato/shell": "^8.0.0-beta.
|
|
155
|
+
"@operato/input": "^8.0.0-beta.5",
|
|
156
|
+
"@operato/layout": "^8.0.0-beta.5",
|
|
157
|
+
"@operato/property-editor": "^8.0.0-beta.6",
|
|
158
|
+
"@operato/shell": "^8.0.0-beta.5",
|
|
160
159
|
"@operato/styles": "^8.0.0-beta.2",
|
|
161
160
|
"@operato/utils": "^8.0.0-beta.2",
|
|
162
161
|
"cm6-graphql": "^0.0.14",
|
|
@@ -199,5 +198,5 @@
|
|
|
199
198
|
"prettier --write"
|
|
200
199
|
]
|
|
201
200
|
},
|
|
202
|
-
"gitHead": "
|
|
201
|
+
"gitHead": "b152426bfb79be62ba34a2eb1a4bb092b5ead2c2"
|
|
203
202
|
}
|