shinkansen-transmission 2.2.206 → 2.2.207
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/README.md +5 -5
- package/package.json +2 -2
package/README.md
CHANGED
@@ -264,7 +264,7 @@ As you might expect, `meta` contains fields _about_ the Schema, while `elements`
|
|
264
264
|
schema: Object,
|
265
265
|
rootSchema: Object,
|
266
266
|
isRequired: Boolean,
|
267
|
-
selectedItems: Array
|
267
|
+
selectedItems: Array
|
268
268
|
},
|
269
269
|
elements: {
|
270
270
|
title: String,
|
@@ -290,13 +290,13 @@ As you might expect, `meta` contains fields _about_ the Schema, while `elements`
|
|
290
290
|
schema: Object,
|
291
291
|
rootSchema: Object,
|
292
292
|
isRequired: Boolean,
|
293
|
-
selectedItems: Array
|
293
|
+
selectedItems: Array
|
294
294
|
},
|
295
295
|
elements: {
|
296
296
|
title: String,
|
297
297
|
description: String,
|
298
298
|
oneOf: {
|
299
|
-
|
299
|
+
isRequired: Boolean,
|
300
300
|
selectedItems: Array,
|
301
301
|
items: Array,
|
302
302
|
name: String
|
@@ -317,7 +317,7 @@ As you might expect, `meta` contains fields _about_ the Schema, while `elements`
|
|
317
317
|
type: String /* One of "object" "array" "string" "number" "boolean" "null" */,
|
318
318
|
schema: Object,
|
319
319
|
rootSchema: Object,
|
320
|
-
|
320
|
+
isRequired: Boolean
|
321
321
|
},
|
322
322
|
elements: {
|
323
323
|
title: String,
|
@@ -337,7 +337,7 @@ As you might expect, `meta` contains fields _about_ the Schema, while `elements`
|
|
337
337
|
type: String /* One of "object" "array" "string" "number" "boolean" "null" */,
|
338
338
|
schema: Object,
|
339
339
|
rootSchema: Object,
|
340
|
-
|
340
|
+
isRequired: Boolean
|
341
341
|
},
|
342
342
|
elements: {
|
343
343
|
title: String,
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "shinkansen-transmission",
|
3
|
-
"version": "2.2.
|
3
|
+
"version": "2.2.207",
|
4
4
|
"description": "Shinkansen Transmission",
|
5
5
|
"keywords": [
|
6
6
|
"Shinkansen",
|
@@ -55,7 +55,7 @@
|
|
55
55
|
"eslint-config-love": "47.0.0",
|
56
56
|
"eslint-config-standard": "^17.1.0",
|
57
57
|
"husky": "^9.1.7",
|
58
|
-
"mocha": "^
|
58
|
+
"mocha": "^11.0.1",
|
59
59
|
"rimraf": "^6.0.1"
|
60
60
|
},
|
61
61
|
"imports": {
|