tpmkms_4wp 9.1.1-beta.6 → 9.1.1-beta.7
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 +28 -0
- package/common/dialogues.js +2 -1
- package/common/edible.instance.json +112 -0
- package/common/fastfood.instance.json +1383 -1653
- package/common/formulas.js +3 -1
- package/common/helpers/concept.js +6 -2
- package/common/helpers/dialogues.js +1 -1
- package/common/menus.instance.json +6261 -5
- package/common/menus.js +102 -5
- package/common/menus.test.json +5306 -1
- package/common/people.instance.json +0 -36
- package/common/pipboy.instance.json +56 -0
- package/common/pokemon.instance.json +0 -8
- package/common/reports.instance.json +14 -22
- package/common/wp.instance.json +56 -0
- package/package.json +2 -2
package/common/wp.instance.json
CHANGED
@@ -21386,6 +21386,20 @@
|
|
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
|
+
],
|
21389
21403
|
[
|
21390
21404
|
[
|
21391
21405
|
"is",
|
@@ -42262,6 +42276,20 @@
|
|
42262
42276
|
0
|
42263
42277
|
]
|
42264
42278
|
],
|
42279
|
+
[
|
42280
|
+
[
|
42281
|
+
"is",
|
42282
|
+
0
|
42283
|
+
],
|
42284
|
+
[
|
42285
|
+
"list",
|
42286
|
+
1
|
42287
|
+
],
|
42288
|
+
[
|
42289
|
+
"unknown",
|
42290
|
+
0
|
42291
|
+
]
|
42292
|
+
],
|
42265
42293
|
[
|
42266
42294
|
[
|
42267
42295
|
"is",
|
@@ -48055,6 +48083,34 @@
|
|
48055
48083
|
0
|
48056
48084
|
]
|
48057
48085
|
],
|
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
|
+
],
|
48058
48114
|
[
|
48059
48115
|
[
|
48060
48116
|
"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.7"
|
328
328
|
},
|
329
|
-
"version": "9.1.1-beta.
|
329
|
+
"version": "9.1.1-beta.7",
|
330
330
|
"license": "UNLICENSED"
|
331
331
|
}
|