@operato/app 10.0.0-beta.18 → 10.0.0-beta.21
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 +7 -7
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.21",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/src/index.js",
|
|
8
8
|
"module": "dist/src/index.js",
|
|
@@ -140,16 +140,16 @@
|
|
|
140
140
|
"@graphql-tools/delegate": "^10.0.1",
|
|
141
141
|
"@graphql-tools/wrap": "^10.0.0",
|
|
142
142
|
"@material/web": "^2.0.0",
|
|
143
|
-
"@operato/attachment": "^10.0.0-beta.
|
|
144
|
-
"@operato/data-grist": "^10.0.0-beta.
|
|
145
|
-
"@operato/font": "^10.0.0-beta.
|
|
143
|
+
"@operato/attachment": "^10.0.0-beta.21",
|
|
144
|
+
"@operato/data-grist": "^10.0.0-beta.21",
|
|
145
|
+
"@operato/font": "^10.0.0-beta.21",
|
|
146
146
|
"@operato/form": "^10.0.0-beta.7",
|
|
147
147
|
"@operato/graphql": "^10.0.0-beta.2",
|
|
148
148
|
"@operato/i18n": "^10.0.0-beta.2",
|
|
149
149
|
"@operato/input": "^10.0.0-beta.7",
|
|
150
150
|
"@operato/layout": "^10.0.0-beta.7",
|
|
151
|
-
"@operato/property-editor": "^10.0.0-beta.
|
|
152
|
-
"@operato/property-panel": "^10.0.0-beta.
|
|
151
|
+
"@operato/property-editor": "^10.0.0-beta.21",
|
|
152
|
+
"@operato/property-panel": "^10.0.0-beta.21",
|
|
153
153
|
"@operato/shell": "^10.0.0-beta.7",
|
|
154
154
|
"@operato/styles": "^10.0.0-beta.7",
|
|
155
155
|
"@operato/utils": "^10.0.0-beta.2",
|
|
@@ -193,5 +193,5 @@
|
|
|
193
193
|
"prettier --write"
|
|
194
194
|
]
|
|
195
195
|
},
|
|
196
|
-
"gitHead": "
|
|
196
|
+
"gitHead": "ff2d03c92228d02f5effe5c65f79d349fc57e5d4"
|
|
197
197
|
}
|