tpmkms_4wp 7.12.8-beta.4 → 7.12.8-beta.6

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.
Files changed (57) hide show
  1. package/common/animals.instance.json +67 -227
  2. package/common/animals.js +1 -1
  3. package/common/avatar.js +7 -5
  4. package/common/characters.js +7 -5
  5. package/common/crew.instance.json +257 -417
  6. package/common/crew.js +1 -1
  7. package/common/currency.js +0 -2
  8. package/common/dialogues.js +13 -11
  9. package/common/dimension.instance.json +10 -10
  10. package/common/dimension.js +1 -1
  11. package/common/edible.instance.json +139 -255
  12. package/common/edible.js +1 -1
  13. package/common/emotions.instance.json +56 -32
  14. package/common/emotions.js +1 -1
  15. package/common/fastfood.instance.json +915 -1919
  16. package/common/fastfood.js +1 -1
  17. package/common/formulas.instance.json +7 -7
  18. package/common/formulas.js +2 -2
  19. package/common/help.js +4 -2
  20. package/common/helpers.js +5 -0
  21. package/common/javascript.js +8 -6
  22. package/common/kirk.instance.json +1 -1
  23. package/common/kirk.js +1 -1
  24. package/common/length.instance.json +37 -217
  25. package/common/length.js +1 -1
  26. package/common/math.instance.json +19 -39
  27. package/common/math.js +1 -1
  28. package/common/meta.instance.json +1 -1
  29. package/common/meta.js +29 -10
  30. package/common/numbers.js +31 -24
  31. package/common/ordering.instance.json +86 -82
  32. package/common/ordering.js +1 -1
  33. package/common/people.instance.json +42 -70
  34. package/common/people.js +1 -1
  35. package/common/pipboy.instance.json +109 -169
  36. package/common/pipboy.js +1 -1
  37. package/common/pokemon.instance.json +31 -87
  38. package/common/pokemon.js +1 -1
  39. package/common/pressure.instance.json +10 -30
  40. package/common/pressure.js +1 -1
  41. package/common/properties.instance.json +16 -44
  42. package/common/properties.js +13 -8
  43. package/common/reports.instance.json +6 -62
  44. package/common/reports.js +9 -7
  45. package/common/scorekeeper.instance.json +1 -1
  46. package/common/scorekeeper.js +9 -7
  47. package/common/spock.instance.json +1 -1
  48. package/common/spock.js +1 -1
  49. package/common/tell.js +4 -2
  50. package/common/temperature.instance.json +13 -129
  51. package/common/temperature.js +1 -1
  52. package/common/time.js +36 -20
  53. package/common/time.test.json +66 -44
  54. package/common/ui.instance.json +1 -1
  55. package/common/weight.instance.json +25 -193
  56. package/common/weight.js +1 -1
  57. package/package.json +2 -2
@@ -1,5 +1,5 @@
1
1
  {
2
- "queries": [
2
+ "configs": [
3
3
  "troy modifies ounces",
4
4
  "weight is a dimension",
5
5
  "kilograms grams pounds (troy ounces) ounces and tons are units of weight",
@@ -800,13 +800,13 @@
800
800
  "modifiers": [
801
801
  {
802
802
  "marker": "unknown",
803
+ "value": "troy",
804
+ "word": "troy",
805
+ "text": "troy",
803
806
  "range": {
804
807
  "start": 0,
805
808
  "end": 3
806
809
  },
807
- "word": "troy",
808
- "text": "troy",
809
- "value": "troy",
810
810
  "unknown": true,
811
811
  "dead": true,
812
812
  "level": 1
@@ -814,13 +814,13 @@
814
814
  ],
815
815
  "concept": {
816
816
  "marker": "unknown",
817
+ "value": "ounces",
818
+ "word": "ounces",
819
+ "text": "ounces",
817
820
  "range": {
818
821
  "start": 14,
819
822
  "end": 19
820
823
  },
821
- "word": "ounces",
822
- "text": "ounces",
823
- "value": "ounces",
824
824
  "unknown": true,
825
825
  "dead": true,
826
826
  "level": 1
@@ -1815,13 +1815,13 @@
1815
1815
  "one": {
1816
1816
  "number": "one",
1817
1817
  "marker": "unknown",
1818
+ "value": "weight",
1819
+ "word": "weight",
1820
+ "text": "weight",
1818
1821
  "range": {
1819
1822
  "start": 0,
1820
1823
  "end": 20
1821
1824
  },
1822
- "word": "weight",
1823
- "text": "weight",
1824
- "value": "weight",
1825
1825
  "unknown": true,
1826
1826
  "dead": true,
1827
1827
  "types": [
@@ -3345,39 +3345,39 @@
3345
3345
  "value": [
3346
3346
  {
3347
3347
  "marker": "unknown",
3348
+ "value": "kilograms",
3349
+ "word": "kilograms",
3350
+ "text": "kilograms",
3348
3351
  "range": {
3349
3352
  "start": 0,
3350
3353
  "end": 8
3351
3354
  },
3352
- "word": "kilograms",
3353
- "text": "kilograms",
3354
- "value": "kilograms",
3355
3355
  "unknown": true,
3356
3356
  "dead": true,
3357
3357
  "level": 1
3358
3358
  },
3359
3359
  {
3360
3360
  "marker": "unknown",
3361
+ "value": "grams",
3362
+ "word": "grams",
3363
+ "text": "grams",
3361
3364
  "range": {
3362
3365
  "start": 10,
3363
3366
  "end": 14
3364
3367
  },
3365
- "word": "grams",
3366
- "text": "grams",
3367
- "value": "grams",
3368
3368
  "unknown": true,
3369
3369
  "dead": true,
3370
3370
  "level": 1
3371
3371
  },
3372
3372
  {
3373
3373
  "marker": "unknown",
3374
+ "value": "pounds",
3375
+ "word": "pounds",
3376
+ "text": "pounds",
3374
3377
  "range": {
3375
3378
  "start": 16,
3376
3379
  "end": 21
3377
3380
  },
3378
- "word": "pounds",
3379
- "text": "pounds",
3380
- "value": "pounds",
3381
3381
  "unknown": true,
3382
3382
  "dead": true,
3383
3383
  "level": 1
@@ -3433,13 +3433,13 @@
3433
3433
  },
3434
3434
  {
3435
3435
  "marker": "unknown",
3436
+ "value": "tons",
3437
+ "word": "tons",
3438
+ "text": "tons",
3436
3439
  "range": {
3437
3440
  "start": 48,
3438
3441
  "end": 51
3439
3442
  },
3440
- "word": "tons",
3441
- "text": "tons",
3442
- "value": "tons",
3443
3443
  "unknown": true,
3444
3444
  "dead": true,
3445
3445
  "level": 1
@@ -3818,32 +3818,6 @@
3818
3818
  0
3819
3819
  ]
3820
3820
  ],
3821
- [
3822
- [
3823
- "is",
3824
- 0
3825
- ],
3826
- [
3827
- "list",
3828
- 1
3829
- ],
3830
- [
3831
- "propertyOf",
3832
- 0
3833
- ],
3834
- [
3835
- "unit",
3836
- 0
3837
- ],
3838
- [
3839
- "unknown",
3840
- 1
3841
- ],
3842
- [
3843
- "weight",
3844
- 0
3845
- ]
3846
- ],
3847
3821
  [
3848
3822
  [
3849
3823
  "is",
@@ -3897,20 +3871,6 @@
3897
3871
  "propertyOf",
3898
3872
  1
3899
3873
  ]
3900
- ],
3901
- [
3902
- [
3903
- "troy",
3904
- 0
3905
- ],
3906
- [
3907
- "unknown",
3908
- 0
3909
- ],
3910
- [
3911
- "weight",
3912
- 0
3913
- ]
3914
3874
  ]
3915
3875
  ],
3916
3876
  "learned_contextual_priorities": [],
@@ -5150,16 +5110,6 @@
5150
5110
  ""
5151
5111
  ],
5152
5112
  "associations": [
5153
- [
5154
- [
5155
- "*",
5156
- 0
5157
- ],
5158
- [
5159
- "troy",
5160
- 0
5161
- ]
5162
- ],
5163
5113
  [
5164
5114
  [
5165
5115
  "equals",
@@ -6454,16 +6404,6 @@
6454
6404
  ""
6455
6405
  ],
6456
6406
  "associations": [
6457
- [
6458
- [
6459
- "/",
6460
- 0
6461
- ],
6462
- [
6463
- "troy",
6464
- 0
6465
- ]
6466
- ],
6467
6407
  [
6468
6408
  [
6469
6409
  "divideByOperator",
@@ -14035,13 +13975,13 @@
14035
13975
  ],
14036
13976
  "x": {
14037
13977
  "marker": "unknown",
13978
+ "value": "tonne",
13979
+ "word": "tonne",
13980
+ "text": "tonne",
14038
13981
  "range": {
14039
13982
  "start": 6,
14040
13983
  "end": 10
14041
13984
  },
14042
- "word": "tonne",
14043
- "text": "tonne",
14044
- "value": "tonne",
14045
13985
  "unknown": true,
14046
13986
  "dead": true,
14047
13987
  "types": [
@@ -14090,20 +14030,6 @@
14090
14030
  ""
14091
14031
  ],
14092
14032
  "associations": [
14093
- [
14094
- [
14095
- "*",
14096
- 0
14097
- ],
14098
- [
14099
- "ton",
14100
- 0
14101
- ],
14102
- [
14103
- "unknown",
14104
- 0
14105
- ]
14106
- ],
14107
14033
  [
14108
14034
  [
14109
14035
  "equals",
@@ -15387,16 +15313,6 @@
15387
15313
  ""
15388
15314
  ],
15389
15315
  "associations": [
15390
- [
15391
- [
15392
- "*",
15393
- 0
15394
- ],
15395
- [
15396
- "ton",
15397
- 0
15398
- ]
15399
- ],
15400
15316
  [
15401
15317
  [
15402
15318
  "equals",
@@ -15472,50 +15388,6 @@
15472
15388
  "fragments": [],
15473
15389
  "semantics": [],
15474
15390
  "associations": [
15475
- [
15476
- [
15477
- "*",
15478
- 0
15479
- ],
15480
- [
15481
- "ton",
15482
- 0
15483
- ]
15484
- ],
15485
- [
15486
- [
15487
- "*",
15488
- 0
15489
- ],
15490
- [
15491
- "ton",
15492
- 0
15493
- ],
15494
- [
15495
- "unknown",
15496
- 0
15497
- ]
15498
- ],
15499
- [
15500
- [
15501
- "*",
15502
- 0
15503
- ],
15504
- [
15505
- "troy",
15506
- 0
15507
- ]
15508
- ],
15509
- [
15510
- [
15511
- "/",
15512
- 0
15513
- ],
15514
- [
15515
- "troy",
15516
- 0
15517
- ]
15518
- ],
15519
15391
  [
15520
15392
  [
15521
15393
  "a",
@@ -16438,32 +16310,6 @@
16438
16310
  0
16439
16311
  ]
16440
16312
  ],
16441
- [
16442
- [
16443
- "is",
16444
- 0
16445
- ],
16446
- [
16447
- "list",
16448
- 1
16449
- ],
16450
- [
16451
- "propertyOf",
16452
- 0
16453
- ],
16454
- [
16455
- "unit",
16456
- 0
16457
- ],
16458
- [
16459
- "unknown",
16460
- 1
16461
- ],
16462
- [
16463
- "weight",
16464
- 0
16465
- ]
16466
- ],
16467
16313
  [
16468
16314
  [
16469
16315
  "is",
@@ -16561,20 +16407,6 @@
16561
16407
  "unknown",
16562
16408
  1
16563
16409
  ]
16564
- ],
16565
- [
16566
- [
16567
- "troy",
16568
- 0
16569
- ],
16570
- [
16571
- "unknown",
16572
- 0
16573
- ],
16574
- [
16575
- "weight",
16576
- 0
16577
- ]
16578
16410
  ]
16579
16411
  ],
16580
16412
  "learned_contextual_priorities": []
package/common/weight.js CHANGED
@@ -16,7 +16,7 @@ const weight_instance = require('./weight.instance.json')
16
16
  troy ounce is an ounce
17
17
  */
18
18
  const template = {
19
- "queries": [
19
+ configs: [
20
20
  "troy modifies ounces",
21
21
  "weight is a dimension",
22
22
  // "kilograms grams pounds ounces and tons are units of weight",
package/package.json CHANGED
@@ -265,8 +265,8 @@
265
265
  "table": "^6.7.1",
266
266
  "base-64": "^1.0.0",
267
267
  "argparse": "^2.0.1",
268
- "theprogrammablemind_4wp": "7.12.8-beta.4"
268
+ "theprogrammablemind_4wp": "7.12.8-beta.6"
269
269
  },
270
- "version": "7.12.8-beta.4",
270
+ "version": "7.12.8-beta.6",
271
271
  "license": "UNLICENSED"
272
272
  }