tpmkms_4wp 9.3.0-beta.0 → 9.3.0-beta.2

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/main.js CHANGED
@@ -53,6 +53,7 @@ const reports = require('./common/reports')
53
53
  const tell = require('./common/tell')
54
54
  const pipboy = require('./common/pipboy')
55
55
  const wp = require('./common/wp')
56
+ const reminders = require('./common/reminders')
56
57
  const fastfood = require('./common/fastfood')
57
58
  const characters = require('./common/characters')
58
59
  const crew = require('./common/crew')
@@ -116,6 +117,7 @@ module.exports = {
116
117
  tell,
117
118
  pipboy,
118
119
  wp,
120
+ reminders,
119
121
  fastfood,
120
122
  characters,
121
123
  crew,
package/package.json CHANGED
@@ -115,6 +115,7 @@
115
115
  "tell",
116
116
  "pipboy",
117
117
  "wp",
118
+ "reminders",
118
119
  "fastfood"
119
120
  ]
120
121
  },
@@ -273,6 +274,9 @@
273
274
  "common/properties.test.json",
274
275
  "common/punctuation.js",
275
276
  "common/punctuation.test.json",
277
+ "common/reminders.instance.json",
278
+ "common/reminders.js",
279
+ "common/reminders.test.json",
276
280
  "common/reports.instance.json",
277
281
  "common/reports.js",
278
282
  "common/reports.test.json",
@@ -333,8 +337,8 @@
333
337
  "scriptjs": "^2.5.9",
334
338
  "table": "^6.7.1",
335
339
  "uuid": "^9.0.0",
336
- "theprogrammablemind_4wp": "9.3.0-beta.0"
340
+ "theprogrammablemind_4wp": "9.3.0-beta.2"
337
341
  },
338
- "version": "9.3.0-beta.0",
342
+ "version": "9.3.0-beta.2",
339
343
  "license": "UNLICENSED"
340
344
  }