@operato/app 8.2.15 → 8.2.17
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 +16 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +6 -6
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.2.
|
|
5
|
+
"version": "8.2.17",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
7
7
|
"module": "dist/src/index.js",
|
|
8
8
|
"exports": {
|
|
@@ -147,15 +147,15 @@
|
|
|
147
147
|
"@graphql-tools/delegate": "^10.0.1",
|
|
148
148
|
"@graphql-tools/wrap": "^8.5.0",
|
|
149
149
|
"@material/web": "^2.0.0",
|
|
150
|
-
"@operato/attachment": "^8.2.
|
|
151
|
-
"@operato/data-grist": "^8.2.
|
|
152
|
-
"@operato/font": "^8.2.
|
|
150
|
+
"@operato/attachment": "^8.2.17",
|
|
151
|
+
"@operato/data-grist": "^8.2.17",
|
|
152
|
+
"@operato/font": "^8.2.17",
|
|
153
153
|
"@operato/form": "^8.2.11",
|
|
154
154
|
"@operato/graphql": "^8.2.11",
|
|
155
155
|
"@operato/i18n": "^8.2.5",
|
|
156
156
|
"@operato/input": "^8.2.5",
|
|
157
157
|
"@operato/layout": "^8.2.11",
|
|
158
|
-
"@operato/property-editor": "^8.2.
|
|
158
|
+
"@operato/property-editor": "^8.2.17",
|
|
159
159
|
"@operato/shell": "^8.2.11",
|
|
160
160
|
"@operato/styles": "^8.2.5",
|
|
161
161
|
"@operato/utils": "^8.2.5",
|
|
@@ -199,5 +199,5 @@
|
|
|
199
199
|
"prettier --write"
|
|
200
200
|
]
|
|
201
201
|
},
|
|
202
|
-
"gitHead": "
|
|
202
|
+
"gitHead": "acc7b35c30e8db6a185371e88cd7ae6b5304987b"
|
|
203
203
|
}
|