ronds-metadata 1.3.78 → 1.3.79
Sign up to get free protection for your applications and to get access to all the features.
@@ -198,7 +198,7 @@ var ETL_SOURCE_SCHEMA = [{
|
|
198
198
|
id: 'headers_ref',
|
199
199
|
type: 'object',
|
200
200
|
properties: [{
|
201
|
-
id: '
|
201
|
+
id: 'sheetname',
|
202
202
|
type: 'text',
|
203
203
|
fields: [{
|
204
204
|
id: 'com.ronds.schema.default.Rule.Form',
|
@@ -214,7 +214,7 @@ var ETL_SOURCE_SCHEMA = [{
|
|
214
214
|
}
|
215
215
|
}]
|
216
216
|
}, {
|
217
|
-
id: '
|
217
|
+
id: 'header',
|
218
218
|
type: 'number',
|
219
219
|
fields: [{
|
220
220
|
id: 'com.ronds.schema.default.Rule.Form',
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"public": true,
|
3
3
|
"name": "ronds-metadata",
|
4
|
-
"version": "1.3.
|
4
|
+
"version": "1.3.79",
|
5
5
|
"scripts": {
|
6
6
|
"start": "dumi dev",
|
7
7
|
"docs:build": "dumi build",
|
@@ -44,7 +44,7 @@
|
|
44
44
|
"@milkdown/react": "^7.3.0",
|
45
45
|
"@milkdown/theme-nord": "^7.3.0",
|
46
46
|
"@milkdown/transformer": "^7.3.0",
|
47
|
-
"@monaco-editor/react": "
|
47
|
+
"@monaco-editor/react": "4.4.6",
|
48
48
|
"@popperjs/core": "^2.4.4",
|
49
49
|
"@types/file-saver": "^2.0.5",
|
50
50
|
"@types/markdown-it": "^12.2.3",
|