tpmkms_4wp 9.5.1-beta.30 → 9.5.1-beta.32

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,7 +53,7 @@ const scorekeeper = require('./common/scorekeeper')
53
53
  const reports = require('./common/reports')
54
54
  const tell = require('./common/tell')
55
55
  const pipboy = require('./common/pipboy')
56
- const tank = require('./common/tank')
56
+ const drone = require('./common/drone')
57
57
  const wp = require('./common/wp')
58
58
  const reminders = require('./common/reminders')
59
59
  const fastfood = require('./common/fastfood')
@@ -120,7 +120,7 @@ module.exports = {
120
120
  reports,
121
121
  tell,
122
122
  pipboy,
123
- tank,
123
+ drone,
124
124
  wp,
125
125
  reminders,
126
126
  fastfood,
package/package.json CHANGED
@@ -115,7 +115,7 @@
115
115
  "reports",
116
116
  "tell",
117
117
  "pipboy",
118
- "tank",
118
+ "drone",
119
119
  "wp",
120
120
  "reminders",
121
121
  "fastfood"
@@ -198,6 +198,9 @@
198
198
  "common/dimension.instance.json",
199
199
  "common/dimension.js",
200
200
  "common/dimension.test.json",
201
+ "common/drone.instance.json",
202
+ "common/drone.js",
203
+ "common/drone.test.json",
201
204
  "common/edible.instance.json",
202
205
  "common/edible.js",
203
206
  "common/edible.test.json",
@@ -320,9 +323,6 @@
320
323
  "common/stgame.test.json",
321
324
  "common/stm.js",
322
325
  "common/stm.test.json",
323
- "common/tank.instance.json",
324
- "common/tank.js",
325
- "common/tank.test.json",
326
326
  "common/tell.js",
327
327
  "common/tell.test.json",
328
328
  "common/temperature.instance.json",
@@ -367,8 +367,8 @@
367
367
  "scriptjs": "^2.5.9",
368
368
  "table": "^6.7.1",
369
369
  "uuid": "^9.0.0",
370
- "theprogrammablemind_4wp": "9.5.1-beta.30"
370
+ "theprogrammablemind_4wp": "9.5.1-beta.32"
371
371
  },
372
- "version": "9.5.1-beta.30",
372
+ "version": "9.5.1-beta.32",
373
373
  "license": "UNLICENSED"
374
374
  }