tpmkms_4wp 8.0.0-beta.63 → 8.0.0-beta.65
Sign up to get free protection for your applications and to get access to all the features.
- package/common/colors.instance.json +0 -28
- package/common/edible.instance.json +58 -58
- package/common/fastfood.instance.json +1242 -699
- package/common/nameable.js +13 -4
- package/common/nameable.test.json +1070 -0
- package/common/ordering.instance.json +68 -0
- package/common/people.instance.json +14 -46
- package/common/pipboy.instance.json +0 -56
- package/common/reports.instance.json +1 -1
- package/common/reports.js +5 -4
- package/common/reports.test.json +15623 -10458
- package/common/tokenize.js +1 -1
- package/package.json +2 -2
package/common/tokenize.js
CHANGED
@@ -14,7 +14,7 @@ const config = {
|
|
14
14
|
words: {
|
15
15
|
patterns: [
|
16
16
|
{ pattern: [{ type: 'space' }, { repeat: true }], defs: [ { remove: true } ] },
|
17
|
-
{ pattern: [{ type: 'alphanumeric' }, { repeat: true }], defs: [ { id: 'unknown', initial: "{ value: text, unknown: true }" } ] },
|
17
|
+
{ pattern: [{ type: 'alphanumeric' }, { repeat: true }], scale: 0.8, check_spelling: true, is_unknown: true, defs: [ { id: 'unknown', initial: "{ value: text, unknown: true }" } ] },
|
18
18
|
],
|
19
19
|
hierarchy: [
|
20
20
|
{ child: ' ', parent: 'space' },
|
package/package.json
CHANGED
@@ -295,8 +295,8 @@
|
|
295
295
|
"table": "^6.7.1",
|
296
296
|
"base-64": "^1.0.0",
|
297
297
|
"argparse": "^2.0.1",
|
298
|
-
"theprogrammablemind_4wp": "8.0.0-beta.
|
298
|
+
"theprogrammablemind_4wp": "8.0.0-beta.65"
|
299
299
|
},
|
300
|
-
"version": "8.0.0-beta.
|
300
|
+
"version": "8.0.0-beta.65",
|
301
301
|
"license": "UNLICENSED"
|
302
302
|
}
|