tpmkms 9.1.0 → 9.1.1-beta.1
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 +2 -0
- package/common/avatar.js +0 -6
- package/common/colors.instance.json +28 -0
- package/common/comparable.js +6 -0
- package/common/crew.instance.json +0 -39
- package/common/crew.js +0 -7
- package/common/edible.instance.json +56 -0
- package/common/fastfood.instance.json +61 -337
- package/common/menus.instance.json +2 -0
- package/common/menus.js +61 -0
- package/common/menus.test.json +2 -0
- package/common/negation.js +5 -0
- package/common/pipboy.instance.json +84 -122
- package/common/pipboy.js +0 -7
- package/common/properties.js +1 -0
- package/common/reports.instance.json +1 -1
- package/common/temperature.instance.json +112 -0
- package/common/wp.instance.json +56 -0
- package/main.js +2 -0
- package/package.json +7 -3
@@ -5260,6 +5260,36 @@
|
|
5260
5260
|
0
|
5261
5261
|
]
|
5262
5262
|
],
|
5263
|
+
[
|
5264
|
+
[
|
5265
|
+
"celcius",
|
5266
|
+
0
|
5267
|
+
],
|
5268
|
+
[
|
5269
|
+
"divideByOperator",
|
5270
|
+
0
|
5271
|
+
],
|
5272
|
+
[
|
5273
|
+
"equals",
|
5274
|
+
0
|
5275
|
+
],
|
5276
|
+
[
|
5277
|
+
"fahrenheit",
|
5278
|
+
0
|
5279
|
+
],
|
5280
|
+
[
|
5281
|
+
"integer",
|
5282
|
+
0
|
5283
|
+
],
|
5284
|
+
[
|
5285
|
+
"plusOperator",
|
5286
|
+
0
|
5287
|
+
],
|
5288
|
+
[
|
5289
|
+
"timesOperator",
|
5290
|
+
0
|
5291
|
+
]
|
5292
|
+
],
|
5263
5293
|
[
|
5264
5294
|
[
|
5265
5295
|
"celcius",
|
@@ -7948,6 +7978,32 @@
|
|
7948
7978
|
0
|
7949
7979
|
]
|
7950
7980
|
],
|
7981
|
+
[
|
7982
|
+
[
|
7983
|
+
"celcius",
|
7984
|
+
0
|
7985
|
+
],
|
7986
|
+
[
|
7987
|
+
"divideByOperator",
|
7988
|
+
0
|
7989
|
+
],
|
7990
|
+
[
|
7991
|
+
"equals",
|
7992
|
+
0
|
7993
|
+
],
|
7994
|
+
[
|
7995
|
+
"integer",
|
7996
|
+
0
|
7997
|
+
],
|
7998
|
+
[
|
7999
|
+
"plusOperator",
|
8000
|
+
0
|
8001
|
+
],
|
8002
|
+
[
|
8003
|
+
"timesOperator",
|
8004
|
+
0
|
8005
|
+
]
|
8006
|
+
],
|
7951
8007
|
[
|
7952
8008
|
[
|
7953
8009
|
"celcius",
|
@@ -9424,6 +9480,36 @@
|
|
9424
9480
|
0
|
9425
9481
|
]
|
9426
9482
|
],
|
9483
|
+
[
|
9484
|
+
[
|
9485
|
+
"celcius",
|
9486
|
+
0
|
9487
|
+
],
|
9488
|
+
[
|
9489
|
+
"divideByOperator",
|
9490
|
+
0
|
9491
|
+
],
|
9492
|
+
[
|
9493
|
+
"equals",
|
9494
|
+
0
|
9495
|
+
],
|
9496
|
+
[
|
9497
|
+
"fahrenheit",
|
9498
|
+
0
|
9499
|
+
],
|
9500
|
+
[
|
9501
|
+
"integer",
|
9502
|
+
0
|
9503
|
+
],
|
9504
|
+
[
|
9505
|
+
"plusOperator",
|
9506
|
+
0
|
9507
|
+
],
|
9508
|
+
[
|
9509
|
+
"timesOperator",
|
9510
|
+
0
|
9511
|
+
]
|
9512
|
+
],
|
9427
9513
|
[
|
9428
9514
|
[
|
9429
9515
|
"celcius",
|
@@ -9578,6 +9664,32 @@
|
|
9578
9664
|
0
|
9579
9665
|
]
|
9580
9666
|
],
|
9667
|
+
[
|
9668
|
+
[
|
9669
|
+
"celcius",
|
9670
|
+
0
|
9671
|
+
],
|
9672
|
+
[
|
9673
|
+
"divideByOperator",
|
9674
|
+
0
|
9675
|
+
],
|
9676
|
+
[
|
9677
|
+
"equals",
|
9678
|
+
0
|
9679
|
+
],
|
9680
|
+
[
|
9681
|
+
"integer",
|
9682
|
+
0
|
9683
|
+
],
|
9684
|
+
[
|
9685
|
+
"plusOperator",
|
9686
|
+
0
|
9687
|
+
],
|
9688
|
+
[
|
9689
|
+
"timesOperator",
|
9690
|
+
0
|
9691
|
+
]
|
9692
|
+
],
|
9581
9693
|
[
|
9582
9694
|
[
|
9583
9695
|
"celcius",
|
package/common/wp.instance.json
CHANGED
@@ -21370,6 +21370,20 @@
|
|
21370
21370
|
0
|
21371
21371
|
]
|
21372
21372
|
],
|
21373
|
+
[
|
21374
|
+
[
|
21375
|
+
"is",
|
21376
|
+
0
|
21377
|
+
],
|
21378
|
+
[
|
21379
|
+
"list",
|
21380
|
+
1
|
21381
|
+
],
|
21382
|
+
[
|
21383
|
+
"unknown",
|
21384
|
+
0
|
21385
|
+
]
|
21386
|
+
],
|
21373
21387
|
[
|
21374
21388
|
[
|
21375
21389
|
"is",
|
@@ -42237,6 +42251,20 @@
|
|
42237
42251
|
0
|
42238
42252
|
]
|
42239
42253
|
],
|
42254
|
+
[
|
42255
|
+
[
|
42256
|
+
"is",
|
42257
|
+
0
|
42258
|
+
],
|
42259
|
+
[
|
42260
|
+
"list",
|
42261
|
+
1
|
42262
|
+
],
|
42263
|
+
[
|
42264
|
+
"unknown",
|
42265
|
+
0
|
42266
|
+
]
|
42267
|
+
],
|
42240
42268
|
[
|
42241
42269
|
[
|
42242
42270
|
"is",
|
@@ -48029,6 +48057,34 @@
|
|
48029
48057
|
0
|
48030
48058
|
]
|
48031
48059
|
],
|
48060
|
+
[
|
48061
|
+
[
|
48062
|
+
"is",
|
48063
|
+
0
|
48064
|
+
],
|
48065
|
+
[
|
48066
|
+
"list",
|
48067
|
+
1
|
48068
|
+
],
|
48069
|
+
[
|
48070
|
+
"unknown",
|
48071
|
+
0
|
48072
|
+
]
|
48073
|
+
],
|
48074
|
+
[
|
48075
|
+
[
|
48076
|
+
"is",
|
48077
|
+
0
|
48078
|
+
],
|
48079
|
+
[
|
48080
|
+
"list",
|
48081
|
+
1
|
48082
|
+
],
|
48083
|
+
[
|
48084
|
+
"unknown",
|
48085
|
+
0
|
48086
|
+
]
|
48087
|
+
],
|
48032
48088
|
[
|
48033
48089
|
[
|
48034
48090
|
"is",
|
package/main.js
CHANGED
@@ -35,6 +35,7 @@ const punctuation = require('./common/punctuation')
|
|
35
35
|
const stm = require('./common/stm')
|
36
36
|
const sdefaults = require('./common/sdefaults')
|
37
37
|
const ui = require('./common/ui')
|
38
|
+
const menus = require('./common/menus')
|
38
39
|
const math = require('./common/math')
|
39
40
|
const formulas = require('./common/formulas')
|
40
41
|
const dimension = require('./common/dimension')
|
@@ -95,6 +96,7 @@ module.exports = {
|
|
95
96
|
stm,
|
96
97
|
sdefaults,
|
97
98
|
ui,
|
99
|
+
menus,
|
98
100
|
math,
|
99
101
|
formulas,
|
100
102
|
dimension,
|
package/package.json
CHANGED
@@ -72,7 +72,8 @@
|
|
72
72
|
"punctuation",
|
73
73
|
"stm",
|
74
74
|
"sdefaults",
|
75
|
-
"ui"
|
75
|
+
"ui",
|
76
|
+
"menus"
|
76
77
|
]
|
77
78
|
},
|
78
79
|
{
|
@@ -224,6 +225,9 @@
|
|
224
225
|
"common/math.instance.json",
|
225
226
|
"common/math.js",
|
226
227
|
"common/math.test.json",
|
228
|
+
"common/menus.instance.json",
|
229
|
+
"common/menus.js",
|
230
|
+
"common/menus.test.json",
|
227
231
|
"common/meta.instance.json",
|
228
232
|
"common/meta.js",
|
229
233
|
"common/meta.test.json",
|
@@ -320,8 +324,8 @@
|
|
320
324
|
"scriptjs": "^2.5.9",
|
321
325
|
"table": "^6.7.1",
|
322
326
|
"uuid": "^9.0.0",
|
323
|
-
"theprogrammablemind": "9.1.
|
327
|
+
"theprogrammablemind": "9.1.1-beta.1"
|
324
328
|
},
|
325
|
-
"version": "9.1.
|
329
|
+
"version": "9.1.1-beta.1",
|
326
330
|
"license": "UNLICENSED"
|
327
331
|
}
|