@operato/app 9.0.0-beta.5 → 9.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
|
@@ -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": "9.0.0-beta.
|
|
5
|
+
"version": "9.0.0-beta.6",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/src/index.js",
|
|
8
8
|
"module": "dist/src/index.js",
|
|
@@ -148,18 +148,18 @@
|
|
|
148
148
|
"@graphql-tools/delegate": "^10.0.1",
|
|
149
149
|
"@graphql-tools/wrap": "^8.5.0",
|
|
150
150
|
"@material/web": "^2.0.0",
|
|
151
|
-
"@operato/attachment": "^9.0.0-beta.
|
|
152
|
-
"@operato/data-grist": "^9.0.0-beta.
|
|
153
|
-
"@operato/font": "^9.0.0-beta.
|
|
154
|
-
"@operato/form": "^9.0.0-beta.
|
|
155
|
-
"@operato/graphql": "^9.0.0-beta.
|
|
151
|
+
"@operato/attachment": "^9.0.0-beta.6",
|
|
152
|
+
"@operato/data-grist": "^9.0.0-beta.6",
|
|
153
|
+
"@operato/font": "^9.0.0-beta.6",
|
|
154
|
+
"@operato/form": "^9.0.0-beta.6",
|
|
155
|
+
"@operato/graphql": "^9.0.0-beta.6",
|
|
156
156
|
"@operato/i18n": "^9.0.0-beta.5",
|
|
157
|
-
"@operato/input": "^9.0.0-beta.
|
|
158
|
-
"@operato/layout": "^9.0.0-beta.
|
|
159
|
-
"@operato/property-editor": "^9.0.0-beta.
|
|
160
|
-
"@operato/shell": "^9.0.0-beta.
|
|
161
|
-
"@operato/styles": "^9.0.0-beta.
|
|
162
|
-
"@operato/utils": "^9.0.0-beta.
|
|
157
|
+
"@operato/input": "^9.0.0-beta.6",
|
|
158
|
+
"@operato/layout": "^9.0.0-beta.6",
|
|
159
|
+
"@operato/property-editor": "^9.0.0-beta.6",
|
|
160
|
+
"@operato/shell": "^9.0.0-beta.6",
|
|
161
|
+
"@operato/styles": "^9.0.0-beta.6",
|
|
162
|
+
"@operato/utils": "^9.0.0-beta.6",
|
|
163
163
|
"cm6-graphql": "^0.0.14",
|
|
164
164
|
"codemirror": "^6.0.1",
|
|
165
165
|
"cronstrue": "^2.2.0",
|
|
@@ -200,5 +200,5 @@
|
|
|
200
200
|
"prettier --write"
|
|
201
201
|
]
|
|
202
202
|
},
|
|
203
|
-
"gitHead": "
|
|
203
|
+
"gitHead": "7e4dd57049f0a3dd0cbd194f7998e81f3b2c7559"
|
|
204
204
|
}
|