tpmkms_4wp 8.9.1-beta.7 → 8.9.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.
Files changed (52) hide show
  1. package/common/articles.js +1 -1
  2. package/common/asking.js +2 -2
  3. package/common/avatar.js +1 -1
  4. package/common/characters.js +1 -1
  5. package/common/comparable.js +1 -1
  6. package/common/concept.js +1 -1
  7. package/common/conjunction.js +1 -1
  8. package/common/countable.js +1 -1
  9. package/common/currency.js +2 -2
  10. package/common/dialogues.js +3 -3
  11. package/common/dimension.js +2 -2
  12. package/common/errors.js +1 -1
  13. package/common/events.js +1 -1
  14. package/common/fastfood.instance.json +705 -928
  15. package/common/fastfood.js +3 -3
  16. package/common/formulas.js +1 -1
  17. package/common/gdefaults.js +2 -2
  18. package/common/help.js +4 -4
  19. package/common/helpers/concept.js +3 -3
  20. package/common/helpers/conjunction.js +1 -1
  21. package/common/helpers/formulas.js +4 -4
  22. package/common/helpers/frankenhash.js +4 -4
  23. package/common/helpers/meta.js +4 -4
  24. package/common/helpers/ordering.js +2 -2
  25. package/common/helpers/properties.js +16 -16
  26. package/common/helpers.js +1 -1
  27. package/common/hierarchy.js +3 -3
  28. package/common/javascript.js +1 -1
  29. package/common/math.js +1 -1
  30. package/common/meta.js +5 -5
  31. package/common/negation.js +1 -1
  32. package/common/numbers.js +1 -1
  33. package/common/ordinals.js +1 -1
  34. package/common/people.js +1 -1
  35. package/common/percentages.js +1 -1
  36. package/common/pipboy.js +1 -1
  37. package/common/pos.js +1 -1
  38. package/common/properties.js +2 -2
  39. package/common/punctuation.js +1 -1
  40. package/common/reports.instance.json +2 -2
  41. package/common/reports.js +7 -7
  42. package/common/scorekeeper.js +5 -5
  43. package/common/sdefaults.js +2 -2
  44. package/common/sizeable.js +1 -1
  45. package/common/stm.js +6 -6
  46. package/common/tell.js +1 -1
  47. package/common/tester.js +1 -1
  48. package/common/wp.instance.json +50 -2
  49. package/common/wp.js +40 -3
  50. package/common/wp.test.json +9804 -91
  51. package/common/yesno.js +1 -1
  52. package/package.json +4 -4
package/common/yesno.js CHANGED
@@ -3,7 +3,7 @@ const { defaultContextCheck } = require('./helpers')
3
3
  const gdefaults = require('./gdefaults')
4
4
  const yesno_tests = require('./yesno.test.json')
5
5
 
6
- let config = {
6
+ const config = {
7
7
  name: 'yesno',
8
8
  operators: [
9
9
  "([yes])",
package/package.json CHANGED
@@ -7,8 +7,8 @@
7
7
  "jest": "^29.7.0"
8
8
  },
9
9
  "scripts": {
10
- "lint:fix": "eslint \"**/*.js\" --fix",
11
- "lint": "eslint \"**/*.js\"",
10
+ "lint:fix": "eslint \"common/**/*.js\" --fix",
11
+ "lint": "eslint \"common/**/*.js\"",
12
12
  "tod": "node inspect node_modules/.bin/jest --runInBand -t NEO23",
13
13
  "test:debug": "node inspect node_modules/.bin/jest --runInBand --config ./jest.config.json",
14
14
  "to": "node node_modules/.bin/jest --runInBand -t NEO23",
@@ -320,8 +320,8 @@
320
320
  "scriptjs": "^2.5.9",
321
321
  "table": "^6.7.1",
322
322
  "uuid": "^9.0.0",
323
- "theprogrammablemind_4wp": "8.9.1-beta.7"
323
+ "theprogrammablemind_4wp": "8.9.1-beta.9"
324
324
  },
325
- "version": "8.9.1-beta.7",
325
+ "version": "8.9.1-beta.9",
326
326
  "license": "UNLICENSED"
327
327
  }