ekms 9.6.3-beta.11 → 9.6.3-beta.13
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/articles.js +1 -2
- package/common/colors.instance.json +28 -0
- package/common/concept.js +1 -1
- package/common/conjunction.js +2 -4
- package/common/crew.instance.json +120 -36
- package/common/dates.instance.json +84 -0
- package/common/drone.instance.json +7467 -377
- package/common/drone.js +103 -29
- package/common/drone.test.json +117044 -28465
- package/common/drone_v1.instance.json +343 -0
- package/common/edible.instance.json +56 -0
- package/common/fastfood.instance.json +360 -108
- package/common/pipboy.instance.json +56 -0
- package/common/reports.instance.json +2 -2
- package/common/stm.js +13 -0
- package/common/time.instance.json +7551 -907
- package/common/time.js +3 -1
- package/common/time.test.json +9914 -0
- package/common/wp.instance.json +56 -0
- package/package.json +2 -2
package/common/wp.instance.json
CHANGED
|
@@ -28517,6 +28517,20 @@
|
|
|
28517
28517
|
0
|
|
28518
28518
|
]
|
|
28519
28519
|
],
|
|
28520
|
+
[
|
|
28521
|
+
[
|
|
28522
|
+
"is",
|
|
28523
|
+
0
|
|
28524
|
+
],
|
|
28525
|
+
[
|
|
28526
|
+
"list",
|
|
28527
|
+
1
|
|
28528
|
+
],
|
|
28529
|
+
[
|
|
28530
|
+
"unknown",
|
|
28531
|
+
0
|
|
28532
|
+
]
|
|
28533
|
+
],
|
|
28520
28534
|
[
|
|
28521
28535
|
[
|
|
28522
28536
|
"is",
|
|
@@ -55252,6 +55266,20 @@
|
|
|
55252
55266
|
0
|
|
55253
55267
|
]
|
|
55254
55268
|
],
|
|
55269
|
+
[
|
|
55270
|
+
[
|
|
55271
|
+
"is",
|
|
55272
|
+
0
|
|
55273
|
+
],
|
|
55274
|
+
[
|
|
55275
|
+
"list",
|
|
55276
|
+
1
|
|
55277
|
+
],
|
|
55278
|
+
[
|
|
55279
|
+
"unknown",
|
|
55280
|
+
0
|
|
55281
|
+
]
|
|
55282
|
+
],
|
|
55255
55283
|
[
|
|
55256
55284
|
[
|
|
55257
55285
|
"is",
|
|
@@ -62716,6 +62744,34 @@
|
|
|
62716
62744
|
0
|
|
62717
62745
|
]
|
|
62718
62746
|
],
|
|
62747
|
+
[
|
|
62748
|
+
[
|
|
62749
|
+
"is",
|
|
62750
|
+
0
|
|
62751
|
+
],
|
|
62752
|
+
[
|
|
62753
|
+
"list",
|
|
62754
|
+
1
|
|
62755
|
+
],
|
|
62756
|
+
[
|
|
62757
|
+
"unknown",
|
|
62758
|
+
0
|
|
62759
|
+
]
|
|
62760
|
+
],
|
|
62761
|
+
[
|
|
62762
|
+
[
|
|
62763
|
+
"is",
|
|
62764
|
+
0
|
|
62765
|
+
],
|
|
62766
|
+
[
|
|
62767
|
+
"list",
|
|
62768
|
+
1
|
|
62769
|
+
],
|
|
62770
|
+
[
|
|
62771
|
+
"unknown",
|
|
62772
|
+
0
|
|
62773
|
+
]
|
|
62774
|
+
],
|
|
62719
62775
|
[
|
|
62720
62776
|
[
|
|
62721
62777
|
"is",
|
package/package.json
CHANGED
|
@@ -386,8 +386,8 @@
|
|
|
386
386
|
"scriptjs": "^2.5.9",
|
|
387
387
|
"table": "^6.7.1",
|
|
388
388
|
"uuid": "^9.0.0",
|
|
389
|
-
"theprogrammablemind": "9.6.3-beta.
|
|
389
|
+
"theprogrammablemind": "9.6.3-beta.13"
|
|
390
390
|
},
|
|
391
|
-
"version": "9.6.3-beta.
|
|
391
|
+
"version": "9.6.3-beta.13",
|
|
392
392
|
"license": "UNLICENSED"
|
|
393
393
|
}
|