@operato/app 9.2.1 → 10.0.0-beta.1
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/dist/src/grist-editor/ox-grist-editor-resource-object-legacy.d.ts +1 -0
- package/dist/src/grist-editor/ox-grist-editor-resource-object-legacy.js +4 -1
- package/dist/src/grist-editor/ox-grist-editor-resource-object-legacy.js.map +1 -1
- package/dist/src/grist-editor/ox-grist-editor-resource-object.d.ts +1 -0
- package/dist/src/grist-editor/ox-grist-editor-resource-object.js +4 -1
- package/dist/src/grist-editor/ox-grist-editor-resource-object.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +17 -17
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": "
|
|
5
|
+
"version": "10.0.0-beta.1",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/src/index.js",
|
|
8
8
|
"module": "dist/src/index.js",
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"analyze": "cem analyze --litelement",
|
|
123
123
|
"start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\"",
|
|
124
124
|
"build": "tsc && npm run analyze -- --exclude dist",
|
|
125
|
-
"
|
|
125
|
+
"prepublishOnly": "tsc && npm run analyze -- --exclude dist",
|
|
126
126
|
"lint": "eslint --ext .ts,.html . --ignore-path .gitignore && prettier \"**/*.ts\" --check --ignore-path .gitignore",
|
|
127
127
|
"format": "eslint --ext .ts,.html . --fix --ignore-path .gitignore && prettier \"**/*.ts\" --write --ignore-path .gitignore",
|
|
128
128
|
"test": "tsc && wtr --coverage",
|
|
@@ -140,19 +140,19 @@
|
|
|
140
140
|
"@graphql-tools/delegate": "^10.0.1",
|
|
141
141
|
"@graphql-tools/wrap": "^8.5.0",
|
|
142
142
|
"@material/web": "^2.0.0",
|
|
143
|
-
"@operato/attachment": "^
|
|
144
|
-
"@operato/data-grist": "^
|
|
145
|
-
"@operato/font": "^
|
|
146
|
-
"@operato/form": "^
|
|
147
|
-
"@operato/graphql": "^
|
|
148
|
-
"@operato/i18n": "^
|
|
149
|
-
"@operato/input": "^
|
|
150
|
-
"@operato/layout": "^
|
|
151
|
-
"@operato/property-editor": "^
|
|
152
|
-
"@operato/property-panel": "^
|
|
153
|
-
"@operato/shell": "^
|
|
154
|
-
"@operato/styles": "^
|
|
155
|
-
"@operato/utils": "^
|
|
143
|
+
"@operato/attachment": "^10.0.0-beta.1",
|
|
144
|
+
"@operato/data-grist": "^10.0.0-beta.1",
|
|
145
|
+
"@operato/font": "^10.0.0-beta.1",
|
|
146
|
+
"@operato/form": "^10.0.0-beta.1",
|
|
147
|
+
"@operato/graphql": "^10.0.0-beta.1",
|
|
148
|
+
"@operato/i18n": "^10.0.0-beta.1",
|
|
149
|
+
"@operato/input": "^10.0.0-beta.1",
|
|
150
|
+
"@operato/layout": "^10.0.0-beta.1",
|
|
151
|
+
"@operato/property-editor": "^10.0.0-beta.1",
|
|
152
|
+
"@operato/property-panel": "^10.0.0-beta.1",
|
|
153
|
+
"@operato/shell": "^10.0.0-beta.1",
|
|
154
|
+
"@operato/styles": "^10.0.0-beta.1",
|
|
155
|
+
"@operato/utils": "^10.0.0-beta.1",
|
|
156
156
|
"cm6-graphql": "^0.0.14",
|
|
157
157
|
"codemirror": "^6.0.1",
|
|
158
158
|
"cronstrue": "^2.2.0",
|
|
@@ -189,9 +189,9 @@
|
|
|
189
189
|
},
|
|
190
190
|
"lint-staged": {
|
|
191
191
|
"*.ts": [
|
|
192
|
-
"eslint --
|
|
192
|
+
"eslint --fix",
|
|
193
193
|
"prettier --write"
|
|
194
194
|
]
|
|
195
195
|
},
|
|
196
|
-
"gitHead": "
|
|
196
|
+
"gitHead": "7fe28ab8818f8dc4a281f9f82db5d13b49f2cf9d"
|
|
197
197
|
}
|