ekms 9.6.3-beta.22 → 9.6.3-beta.24
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/common/angle.instance.json +80 -0
- package/common/angle.test.json +172 -127
- package/common/animals.instance.json +260 -0
- package/common/avatar.test.json +173 -33
- package/common/can.instance.json +40 -0
- package/common/colors.instance.json +280 -0
- package/common/comparable.instance.json +120 -0
- package/common/compass.instance.json +60 -0
- package/common/crew.instance.json +728 -0
- package/common/dates.instance.json +100 -0
- package/common/dimension.instance.json +260 -0
- package/common/dimension.test.json +545 -441
- package/common/drone.instance.json +470 -39
- package/common/drone.js +52 -42
- package/common/drone.test.json +42885 -1170
- package/common/drone_v1.instance.json +140 -15
- package/common/edible.instance.json +640 -72
- package/common/emotions.instance.json +20 -0
- package/common/evaluate.js +1 -1
- package/common/fastfood.instance.json +1305 -144
- package/common/formulas.instance.json +20 -0
- package/common/gdefaults.js +6 -0
- package/common/help.test.json +3 -3
- package/common/helpers.js +2 -1
- package/common/kirk.instance.json +20 -0
- package/common/length.instance.json +540 -0
- package/common/length.test.json +29761 -12488
- package/common/math.instance.json +20 -0
- package/common/menus.instance.json +140 -0
- package/common/nameable.test.json +252 -150
- package/common/ordering.instance.json +40 -0
- package/common/people.instance.json +160 -0
- package/common/pipboy.instance.json +340 -0
- package/common/pokemon.instance.json +260 -0
- package/common/pressure.instance.json +80 -0
- package/common/properties.instance.json +20 -0
- package/common/properties.js +1 -1
- package/common/properties.test.json +2754 -2142
- package/common/rates.test.json +6914 -2428
- package/common/reports.instance.json +42 -2
- package/common/spock.instance.json +20 -0
- package/common/stm.js +46 -11
- package/common/stm.test.json +2670 -54
- package/common/temperature.instance.json +80 -0
- package/common/time.instance.json +220 -0
- package/common/ui.instance.json +20 -0
- package/common/weight.instance.json +240 -0
- package/common/wp.instance.json +280 -88
- package/package.json +2 -2
|
@@ -218,6 +218,16 @@
|
|
|
218
218
|
"hierarchyAble",
|
|
219
219
|
false
|
|
220
220
|
],
|
|
221
|
+
[
|
|
222
|
+
"deletable",
|
|
223
|
+
"deletable",
|
|
224
|
+
false
|
|
225
|
+
],
|
|
226
|
+
[
|
|
227
|
+
"delete",
|
|
228
|
+
"verb",
|
|
229
|
+
false
|
|
230
|
+
],
|
|
221
231
|
[
|
|
222
232
|
"descending",
|
|
223
233
|
"hierarchyAble",
|
|
@@ -1023,6 +1033,11 @@
|
|
|
1023
1033
|
"unit",
|
|
1024
1034
|
false
|
|
1025
1035
|
],
|
|
1036
|
+
[
|
|
1037
|
+
"memorable",
|
|
1038
|
+
"deletable",
|
|
1039
|
+
false
|
|
1040
|
+
],
|
|
1026
1041
|
[
|
|
1027
1042
|
"memorable",
|
|
1028
1043
|
"theAble",
|
|
@@ -1458,6 +1473,11 @@
|
|
|
1458
1473
|
"theAble",
|
|
1459
1474
|
false
|
|
1460
1475
|
],
|
|
1476
|
+
[
|
|
1477
|
+
"recall",
|
|
1478
|
+
"verb",
|
|
1479
|
+
false
|
|
1480
|
+
],
|
|
1461
1481
|
[
|
|
1462
1482
|
"remember",
|
|
1463
1483
|
"verb",
|
|
@@ -2455,6 +2475,16 @@
|
|
|
2455
2475
|
"hierarchyAble",
|
|
2456
2476
|
false
|
|
2457
2477
|
],
|
|
2478
|
+
[
|
|
2479
|
+
"deletable",
|
|
2480
|
+
"deletable",
|
|
2481
|
+
false
|
|
2482
|
+
],
|
|
2483
|
+
[
|
|
2484
|
+
"delete",
|
|
2485
|
+
"verb",
|
|
2486
|
+
false
|
|
2487
|
+
],
|
|
2458
2488
|
[
|
|
2459
2489
|
"descending",
|
|
2460
2490
|
"hierarchyAble",
|
|
@@ -3260,6 +3290,11 @@
|
|
|
3260
3290
|
"unit",
|
|
3261
3291
|
false
|
|
3262
3292
|
],
|
|
3293
|
+
[
|
|
3294
|
+
"memorable",
|
|
3295
|
+
"deletable",
|
|
3296
|
+
false
|
|
3297
|
+
],
|
|
3263
3298
|
[
|
|
3264
3299
|
"memorable",
|
|
3265
3300
|
"theAble",
|
|
@@ -3695,6 +3730,11 @@
|
|
|
3695
3730
|
"theAble",
|
|
3696
3731
|
false
|
|
3697
3732
|
],
|
|
3733
|
+
[
|
|
3734
|
+
"recall",
|
|
3735
|
+
"verb",
|
|
3736
|
+
false
|
|
3737
|
+
],
|
|
3698
3738
|
[
|
|
3699
3739
|
"remember",
|
|
3700
3740
|
"verb",
|
|
@@ -5248,6 +5288,16 @@
|
|
|
5248
5288
|
"unit_angle",
|
|
5249
5289
|
false
|
|
5250
5290
|
],
|
|
5291
|
+
[
|
|
5292
|
+
"deletable",
|
|
5293
|
+
"deletable",
|
|
5294
|
+
false
|
|
5295
|
+
],
|
|
5296
|
+
[
|
|
5297
|
+
"delete",
|
|
5298
|
+
"verb",
|
|
5299
|
+
false
|
|
5300
|
+
],
|
|
5251
5301
|
[
|
|
5252
5302
|
"descending",
|
|
5253
5303
|
"hierarchyAble",
|
|
@@ -6053,6 +6103,11 @@
|
|
|
6053
6103
|
"unit",
|
|
6054
6104
|
false
|
|
6055
6105
|
],
|
|
6106
|
+
[
|
|
6107
|
+
"memorable",
|
|
6108
|
+
"deletable",
|
|
6109
|
+
false
|
|
6110
|
+
],
|
|
6056
6111
|
[
|
|
6057
6112
|
"memorable",
|
|
6058
6113
|
"theAble",
|
|
@@ -6533,6 +6588,11 @@
|
|
|
6533
6588
|
"theAble",
|
|
6534
6589
|
false
|
|
6535
6590
|
],
|
|
6591
|
+
[
|
|
6592
|
+
"recall",
|
|
6593
|
+
"verb",
|
|
6594
|
+
false
|
|
6595
|
+
],
|
|
6536
6596
|
[
|
|
6537
6597
|
"remember",
|
|
6538
6598
|
"verb",
|
|
@@ -7984,6 +8044,16 @@
|
|
|
7984
8044
|
"unit_angle",
|
|
7985
8045
|
false
|
|
7986
8046
|
],
|
|
8047
|
+
[
|
|
8048
|
+
"deletable",
|
|
8049
|
+
"deletable",
|
|
8050
|
+
false
|
|
8051
|
+
],
|
|
8052
|
+
[
|
|
8053
|
+
"delete",
|
|
8054
|
+
"verb",
|
|
8055
|
+
false
|
|
8056
|
+
],
|
|
7987
8057
|
[
|
|
7988
8058
|
"descending",
|
|
7989
8059
|
"hierarchyAble",
|
|
@@ -8789,6 +8859,11 @@
|
|
|
8789
8859
|
"unit",
|
|
8790
8860
|
false
|
|
8791
8861
|
],
|
|
8862
|
+
[
|
|
8863
|
+
"memorable",
|
|
8864
|
+
"deletable",
|
|
8865
|
+
false
|
|
8866
|
+
],
|
|
8792
8867
|
[
|
|
8793
8868
|
"memorable",
|
|
8794
8869
|
"theAble",
|
|
@@ -9269,6 +9344,11 @@
|
|
|
9269
9344
|
"theAble",
|
|
9270
9345
|
false
|
|
9271
9346
|
],
|
|
9347
|
+
[
|
|
9348
|
+
"recall",
|
|
9349
|
+
"verb",
|
|
9350
|
+
false
|
|
9351
|
+
],
|
|
9272
9352
|
[
|
|
9273
9353
|
"remember",
|
|
9274
9354
|
"verb",
|