@operato/app 10.0.0-beta.3 → 10.0.0-beta.4
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": "10.0.0-beta.
|
|
5
|
+
"version": "10.0.0-beta.4",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/src/index.js",
|
|
8
8
|
"module": "dist/src/index.js",
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"@codemirror/theme-one-dark": "^6.1.2",
|
|
139
139
|
"@codemirror/view": "^6.22.1",
|
|
140
140
|
"@graphql-tools/delegate": "^10.0.1",
|
|
141
|
-
"@graphql-tools/wrap": "^
|
|
141
|
+
"@graphql-tools/wrap": "^10.0.0",
|
|
142
142
|
"@material/web": "^2.0.0",
|
|
143
143
|
"@operato/attachment": "^10.0.0-beta.2",
|
|
144
144
|
"@operato/data-grist": "^10.0.0-beta.2",
|
|
@@ -193,5 +193,5 @@
|
|
|
193
193
|
"prettier --write"
|
|
194
194
|
]
|
|
195
195
|
},
|
|
196
|
-
"gitHead": "
|
|
196
|
+
"gitHead": "b5371622289cbcb71415db74eea0d40c92bbbdb5"
|
|
197
197
|
}
|