@operato/app 10.12.0 → 10.15.0
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 +14 -14
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.
|
|
5
|
+
"version": "10.15.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/src/index.js",
|
|
8
8
|
"module": "dist/src/index.js",
|
|
@@ -148,19 +148,19 @@
|
|
|
148
148
|
"@graphql-tools/delegate": "^10.0.1",
|
|
149
149
|
"@graphql-tools/wrap": "^10.0.0",
|
|
150
150
|
"@material/web": "^2.0.0",
|
|
151
|
-
"@operato/attachment": "^10.
|
|
152
|
-
"@operato/data-grist": "^10.
|
|
153
|
-
"@operato/font": "^10.
|
|
154
|
-
"@operato/form": "^10.
|
|
155
|
-
"@operato/graphql": "^10.
|
|
151
|
+
"@operato/attachment": "^10.15.0",
|
|
152
|
+
"@operato/data-grist": "^10.15.0",
|
|
153
|
+
"@operato/font": "^10.15.0",
|
|
154
|
+
"@operato/form": "^10.15.0",
|
|
155
|
+
"@operato/graphql": "^10.15.0",
|
|
156
156
|
"@operato/i18n": "^10.11.0",
|
|
157
|
-
"@operato/input": "^10.
|
|
158
|
-
"@operato/layout": "^10.
|
|
159
|
-
"@operato/property-editor": "^10.
|
|
160
|
-
"@operato/property-panel": "^10.
|
|
161
|
-
"@operato/shell": "^10.
|
|
162
|
-
"@operato/styles": "^10.
|
|
163
|
-
"@operato/utils": "^10.
|
|
157
|
+
"@operato/input": "^10.15.0",
|
|
158
|
+
"@operato/layout": "^10.15.0",
|
|
159
|
+
"@operato/property-editor": "^10.15.0",
|
|
160
|
+
"@operato/property-panel": "^10.15.0",
|
|
161
|
+
"@operato/shell": "^10.15.0",
|
|
162
|
+
"@operato/styles": "^10.15.0",
|
|
163
|
+
"@operato/utils": "^10.15.0",
|
|
164
164
|
"cm6-graphql": "^0.0.14",
|
|
165
165
|
"codemirror": "^6.0.1",
|
|
166
166
|
"cronstrue": "^2.2.0",
|
|
@@ -201,5 +201,5 @@
|
|
|
201
201
|
"prettier --write"
|
|
202
202
|
]
|
|
203
203
|
},
|
|
204
|
-
"gitHead": "
|
|
204
|
+
"gitHead": "62ac2a23866e7ea579786c4433ef356888dfded8"
|
|
205
205
|
}
|