@operato/app 8.0.0-beta.10 → 8.0.0-beta.11
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 +8 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +5 -3
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.11",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
7
7
|
"module": "dist/src/index.js",
|
|
8
8
|
"exports": {
|
|
@@ -144,7 +144,8 @@
|
|
|
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
150
|
"@operato/attachment": "^8.0.0-beta.6",
|
|
150
151
|
"@operato/data-grist": "^8.0.0-beta.6",
|
|
@@ -162,6 +163,7 @@
|
|
|
162
163
|
"codemirror": "^6.0.1",
|
|
163
164
|
"cronstrue": "^2.2.0",
|
|
164
165
|
"graphql": "^16.5.0",
|
|
166
|
+
"graphql-config": "^5.0.2",
|
|
165
167
|
"graphql-tag": "^2.12.6",
|
|
166
168
|
"lit": "^3.1.2"
|
|
167
169
|
},
|
|
@@ -197,5 +199,5 @@
|
|
|
197
199
|
"prettier --write"
|
|
198
200
|
]
|
|
199
201
|
},
|
|
200
|
-
"gitHead": "
|
|
202
|
+
"gitHead": "0898c8780ae6ceb71156adb498bfb0c860218e86"
|
|
201
203
|
}
|