@operato/app 9.0.0-beta.0 → 9.0.0-beta.5

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