tpmkms 9.1.1-beta.7 → 9.1.1-beta.9
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/colors.instance.json +0 -28
- package/common/concept.js +1 -1
- package/common/edible.instance.json +0 -112
- package/common/fastfood.instance.json +240 -412
- package/common/helpers/menus.js +132 -0
- package/common/menus.instance.json +2 -2
- package/common/menus.js +49 -3
- package/common/menus.test.json +6996 -5
- package/common/pipboy.instance.json +0 -56
- package/common/reports.instance.json +2 -2
- package/common/sdefaults.js +25 -0
- package/common/ui.js +3 -1
- package/common/wp.instance.json +0 -56
- package/package.json +3 -2
package/common/wp.instance.json
CHANGED
@@ -21386,20 +21386,6 @@
|
|
21386
21386
|
0
|
21387
21387
|
]
|
21388
21388
|
],
|
21389
|
-
[
|
21390
|
-
[
|
21391
|
-
"is",
|
21392
|
-
0
|
21393
|
-
],
|
21394
|
-
[
|
21395
|
-
"list",
|
21396
|
-
1
|
21397
|
-
],
|
21398
|
-
[
|
21399
|
-
"unknown",
|
21400
|
-
0
|
21401
|
-
]
|
21402
|
-
],
|
21403
21389
|
[
|
21404
21390
|
[
|
21405
21391
|
"is",
|
@@ -42276,20 +42262,6 @@
|
|
42276
42262
|
0
|
42277
42263
|
]
|
42278
42264
|
],
|
42279
|
-
[
|
42280
|
-
[
|
42281
|
-
"is",
|
42282
|
-
0
|
42283
|
-
],
|
42284
|
-
[
|
42285
|
-
"list",
|
42286
|
-
1
|
42287
|
-
],
|
42288
|
-
[
|
42289
|
-
"unknown",
|
42290
|
-
0
|
42291
|
-
]
|
42292
|
-
],
|
42293
42265
|
[
|
42294
42266
|
[
|
42295
42267
|
"is",
|
@@ -48083,34 +48055,6 @@
|
|
48083
48055
|
0
|
48084
48056
|
]
|
48085
48057
|
],
|
48086
|
-
[
|
48087
|
-
[
|
48088
|
-
"is",
|
48089
|
-
0
|
48090
|
-
],
|
48091
|
-
[
|
48092
|
-
"list",
|
48093
|
-
1
|
48094
|
-
],
|
48095
|
-
[
|
48096
|
-
"unknown",
|
48097
|
-
0
|
48098
|
-
]
|
48099
|
-
],
|
48100
|
-
[
|
48101
|
-
[
|
48102
|
-
"is",
|
48103
|
-
0
|
48104
|
-
],
|
48105
|
-
[
|
48106
|
-
"list",
|
48107
|
-
1
|
48108
|
-
],
|
48109
|
-
[
|
48110
|
-
"unknown",
|
48111
|
-
0
|
48112
|
-
]
|
48113
|
-
],
|
48114
48058
|
[
|
48115
48059
|
[
|
48116
48060
|
"is",
|
package/package.json
CHANGED
@@ -206,6 +206,7 @@
|
|
206
206
|
"common/helpers/dialogues.js",
|
207
207
|
"common/helpers/formulas.js",
|
208
208
|
"common/helpers/frankenhash.js",
|
209
|
+
"common/helpers/menus.js",
|
209
210
|
"common/helpers/meta.js",
|
210
211
|
"common/helpers/ordering.js",
|
211
212
|
"common/helpers/properties.js",
|
@@ -324,8 +325,8 @@
|
|
324
325
|
"scriptjs": "^2.5.9",
|
325
326
|
"table": "^6.7.1",
|
326
327
|
"uuid": "^9.0.0",
|
327
|
-
"theprogrammablemind": "9.1.1-beta.
|
328
|
+
"theprogrammablemind": "9.1.1-beta.9"
|
328
329
|
},
|
329
|
-
"version": "9.1.1-beta.
|
330
|
+
"version": "9.1.1-beta.9",
|
330
331
|
"license": "UNLICENSED"
|
331
332
|
}
|