ekms 9.6.3-beta.9 → 9.7.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/common/actions.instance.json +2767 -13
- package/common/actions.js +112 -5
- package/common/actions.test.json +79138 -384
- package/common/angle.instance.json +138 -834
- package/common/angle.test.json +172 -127
- package/common/animals.instance.json +260 -0
- package/common/articles.js +1 -2
- 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 +63 -18
- package/common/concept.js +2 -1
- package/common/conjunction.js +11 -17
- package/common/control.js +42 -0
- package/common/control.test.json +2 -0
- package/common/crew.instance.json +520 -0
- package/common/dates.instance.json +100 -0
- package/common/dimension.instance.json +264 -69
- package/common/dimension.js +2 -2
- package/common/dimension.test.json +545 -441
- package/common/drone.instance.json +9101 -794
- package/common/drone.js +257 -68
- package/common/drone.test.json +415672 -38730
- package/common/drone_v1.instance.json +462 -57
- package/common/edible.instance.json +640 -0
- package/common/emotions.instance.json +20 -0
- package/common/evaluate.js +1 -1
- package/common/fastfood.instance.json +1310 -176
- package/common/formulas.instance.json +20 -5
- package/common/formulas.js +1 -1
- package/common/gdefaults.js +19 -3
- package/common/help.test.json +23 -3
- package/common/helpers/conjunction.js +2 -0
- package/common/helpers/formulas.js +6 -0
- package/common/helpers/properties.js +9 -7
- package/common/helpers.js +11 -6
- package/common/hierarchy.js +2 -0
- package/common/kirk.instance.json +20 -0
- package/common/length.instance.json +1117 -5708
- package/common/length.test.json +29761 -12488
- package/common/logging.js +41 -0
- package/common/logging.test.json +2 -0
- package/common/math.instance.json +30 -12
- package/common/math.js +6 -5
- package/common/menus.instance.json +140 -35
- package/common/meta.js +1 -1
- package/common/nameable.js +0 -2
- 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 -85
- package/common/pokemon.instance.json +260 -0
- package/common/pressure.instance.json +108 -370
- package/common/properties.instance.json +20 -0
- package/common/properties.js +2 -1
- package/common/properties.test.json +2754 -2142
- package/common/rates.test.json +6914 -2428
- package/common/reports.instance.json +49 -176
- package/common/sdefaults.js +18 -5
- package/common/spock.instance.json +20 -0
- package/common/stm.js +95 -12
- package/common/stm.test.json +2670 -54
- package/common/temperature.instance.json +709 -2284
- package/common/time.instance.json +14241 -2228
- package/common/time.js +30 -3
- package/common/time.test.json +9914 -0
- package/common/tokenize.js +2 -0
- package/common/ui.instance.json +20 -5
- package/common/ui.js +1 -1
- package/common/weight.instance.json +621 -1886
- package/common/wp.instance.json +280 -70
- package/main.js +4 -0
- package/package.json +11 -5
|
@@ -413,6 +413,16 @@
|
|
|
413
413
|
"theAble",
|
|
414
414
|
false
|
|
415
415
|
],
|
|
416
|
+
[
|
|
417
|
+
"deletable",
|
|
418
|
+
"deletable",
|
|
419
|
+
false
|
|
420
|
+
],
|
|
421
|
+
[
|
|
422
|
+
"delete",
|
|
423
|
+
"verb",
|
|
424
|
+
false
|
|
425
|
+
],
|
|
416
426
|
[
|
|
417
427
|
"distributable",
|
|
418
428
|
"queryable",
|
|
@@ -498,6 +508,11 @@
|
|
|
498
508
|
"theAble",
|
|
499
509
|
false
|
|
500
510
|
],
|
|
511
|
+
[
|
|
512
|
+
"memorable",
|
|
513
|
+
"deletable",
|
|
514
|
+
false
|
|
515
|
+
],
|
|
501
516
|
[
|
|
502
517
|
"memorable",
|
|
503
518
|
"theAble",
|
|
@@ -623,6 +638,11 @@
|
|
|
623
638
|
"theAble",
|
|
624
639
|
false
|
|
625
640
|
],
|
|
641
|
+
[
|
|
642
|
+
"recall",
|
|
643
|
+
"verb",
|
|
644
|
+
false
|
|
645
|
+
],
|
|
626
646
|
[
|
|
627
647
|
"remember",
|
|
628
648
|
"verb",
|
|
@@ -955,6 +975,16 @@
|
|
|
955
975
|
"theAble",
|
|
956
976
|
false
|
|
957
977
|
],
|
|
978
|
+
[
|
|
979
|
+
"deletable",
|
|
980
|
+
"deletable",
|
|
981
|
+
false
|
|
982
|
+
],
|
|
983
|
+
[
|
|
984
|
+
"delete",
|
|
985
|
+
"verb",
|
|
986
|
+
false
|
|
987
|
+
],
|
|
958
988
|
[
|
|
959
989
|
"distributable",
|
|
960
990
|
"queryable",
|
|
@@ -1040,6 +1070,11 @@
|
|
|
1040
1070
|
"theAble",
|
|
1041
1071
|
false
|
|
1042
1072
|
],
|
|
1073
|
+
[
|
|
1074
|
+
"memorable",
|
|
1075
|
+
"deletable",
|
|
1076
|
+
false
|
|
1077
|
+
],
|
|
1043
1078
|
[
|
|
1044
1079
|
"memorable",
|
|
1045
1080
|
"theAble",
|
|
@@ -1165,6 +1200,11 @@
|
|
|
1165
1200
|
"theAble",
|
|
1166
1201
|
false
|
|
1167
1202
|
],
|
|
1203
|
+
[
|
|
1204
|
+
"recall",
|
|
1205
|
+
"verb",
|
|
1206
|
+
false
|
|
1207
|
+
],
|
|
1168
1208
|
[
|
|
1169
1209
|
"remember",
|
|
1170
1210
|
"verb",
|
|
@@ -10099,6 +10139,16 @@
|
|
|
10099
10139
|
"thisAble",
|
|
10100
10140
|
false
|
|
10101
10141
|
],
|
|
10142
|
+
[
|
|
10143
|
+
"deletable",
|
|
10144
|
+
"deletable",
|
|
10145
|
+
false
|
|
10146
|
+
],
|
|
10147
|
+
[
|
|
10148
|
+
"delete",
|
|
10149
|
+
"verb",
|
|
10150
|
+
false
|
|
10151
|
+
],
|
|
10102
10152
|
[
|
|
10103
10153
|
"distributable",
|
|
10104
10154
|
"queryable",
|
|
@@ -10464,6 +10514,11 @@
|
|
|
10464
10514
|
"thisAble",
|
|
10465
10515
|
false
|
|
10466
10516
|
],
|
|
10517
|
+
[
|
|
10518
|
+
"memorable",
|
|
10519
|
+
"deletable",
|
|
10520
|
+
false
|
|
10521
|
+
],
|
|
10467
10522
|
[
|
|
10468
10523
|
"memorable",
|
|
10469
10524
|
"theAble",
|
|
@@ -10719,6 +10774,11 @@
|
|
|
10719
10774
|
"theAble",
|
|
10720
10775
|
false
|
|
10721
10776
|
],
|
|
10777
|
+
[
|
|
10778
|
+
"recall",
|
|
10779
|
+
"verb",
|
|
10780
|
+
false
|
|
10781
|
+
],
|
|
10722
10782
|
[
|
|
10723
10783
|
"remember",
|
|
10724
10784
|
"verb",
|
|
@@ -14510,6 +14570,16 @@
|
|
|
14510
14570
|
"thisAble",
|
|
14511
14571
|
false
|
|
14512
14572
|
],
|
|
14573
|
+
[
|
|
14574
|
+
"deletable",
|
|
14575
|
+
"deletable",
|
|
14576
|
+
false
|
|
14577
|
+
],
|
|
14578
|
+
[
|
|
14579
|
+
"delete",
|
|
14580
|
+
"verb",
|
|
14581
|
+
false
|
|
14582
|
+
],
|
|
14513
14583
|
[
|
|
14514
14584
|
"distributable",
|
|
14515
14585
|
"queryable",
|
|
@@ -14920,6 +14990,11 @@
|
|
|
14920
14990
|
"thisAble",
|
|
14921
14991
|
false
|
|
14922
14992
|
],
|
|
14993
|
+
[
|
|
14994
|
+
"memorable",
|
|
14995
|
+
"deletable",
|
|
14996
|
+
false
|
|
14997
|
+
],
|
|
14923
14998
|
[
|
|
14924
14999
|
"memorable",
|
|
14925
15000
|
"theAble",
|
|
@@ -15220,6 +15295,11 @@
|
|
|
15220
15295
|
"theAble",
|
|
15221
15296
|
false
|
|
15222
15297
|
],
|
|
15298
|
+
[
|
|
15299
|
+
"recall",
|
|
15300
|
+
"verb",
|
|
15301
|
+
false
|
|
15302
|
+
],
|
|
15223
15303
|
[
|
|
15224
15304
|
"remember",
|
|
15225
15305
|
"verb",
|
|
@@ -17831,6 +17911,16 @@
|
|
|
17831
17911
|
"thisAble",
|
|
17832
17912
|
false
|
|
17833
17913
|
],
|
|
17914
|
+
[
|
|
17915
|
+
"deletable",
|
|
17916
|
+
"deletable",
|
|
17917
|
+
false
|
|
17918
|
+
],
|
|
17919
|
+
[
|
|
17920
|
+
"delete",
|
|
17921
|
+
"verb",
|
|
17922
|
+
false
|
|
17923
|
+
],
|
|
17834
17924
|
[
|
|
17835
17925
|
"distributable",
|
|
17836
17926
|
"queryable",
|
|
@@ -18281,6 +18371,11 @@
|
|
|
18281
18371
|
"thisAble",
|
|
18282
18372
|
false
|
|
18283
18373
|
],
|
|
18374
|
+
[
|
|
18375
|
+
"memorable",
|
|
18376
|
+
"deletable",
|
|
18377
|
+
false
|
|
18378
|
+
],
|
|
18284
18379
|
[
|
|
18285
18380
|
"memorable",
|
|
18286
18381
|
"theAble",
|
|
@@ -18631,6 +18726,11 @@
|
|
|
18631
18726
|
"theAble",
|
|
18632
18727
|
false
|
|
18633
18728
|
],
|
|
18729
|
+
[
|
|
18730
|
+
"recall",
|
|
18731
|
+
"verb",
|
|
18732
|
+
false
|
|
18733
|
+
],
|
|
18634
18734
|
[
|
|
18635
18735
|
"remember",
|
|
18636
18736
|
"verb",
|