tpmkms_4wp 7.4.3-beta.5 → 7.4.3-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.

Potentially problematic release.


This version of tpmkms_4wp might be problematic. Click here for more details.

package/main.js CHANGED
@@ -14,6 +14,7 @@ const numbers = require('./common/numbers');
14
14
  const people = require('./common/people');
15
15
  const ordering = require('./common/ordering');
16
16
  const properties = require('./common/properties');
17
+ const pipboy = require('./common/pipboy');
17
18
  const reports = require('./common/reports');
18
19
  const scorekeeper = require('./common/scorekeeper');
19
20
  const spock = require('./common/spock');
@@ -37,6 +38,7 @@ module.exports = {
37
38
  numbers,
38
39
  ordering,
39
40
  properties,
41
+ pipboy,
40
42
  reports,
41
43
  people,
42
44
  scorekeeper,
package/package.json CHANGED
@@ -64,6 +64,9 @@
64
64
  "common/math.test.json",
65
65
  "common/numbers.js",
66
66
  "common/numbers.test.json",
67
+ "common/pipboy.js",
68
+ "common/pipboy.instance.json",
69
+ "common/pipboy.test.json",
67
70
  "common/people.js",
68
71
  "common/people.instance.json",
69
72
  "common/people.test.json",
@@ -108,8 +111,8 @@
108
111
  "table": "^6.7.1",
109
112
  "base-64": "^1.0.0",
110
113
  "argparse": "^2.0.1",
111
- "theprogrammablemind_4wp": "7.4.3-beta.5"
114
+ "theprogrammablemind_4wp": "7.4.3-beta.7"
112
115
  },
113
- "version": "7.4.3-beta.5",
116
+ "version": "7.4.3-beta.7",
114
117
  "license": "ISC"
115
118
  }