tpmkms_4wp 9.1.1-beta.7 → 9.1.1-beta.8
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/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 +2 -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
@@ -324,8 +324,8 @@
|
|
324
324
|
"scriptjs": "^2.5.9",
|
325
325
|
"table": "^6.7.1",
|
326
326
|
"uuid": "^9.0.0",
|
327
|
-
"theprogrammablemind_4wp": "9.1.1-beta.
|
327
|
+
"theprogrammablemind_4wp": "9.1.1-beta.8"
|
328
328
|
},
|
329
|
-
"version": "9.1.1-beta.
|
329
|
+
"version": "9.1.1-beta.8",
|
330
330
|
"license": "UNLICENSED"
|
331
331
|
}
|