tpmkms_4wp 7.4.3-beta.9 → 7.5.0

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
@@ -21,6 +21,7 @@ const spock = require('./common/spock');
21
21
  const stgame = require('./common/stgame');
22
22
  const tell = require('./common/tell');
23
23
  const time = require('./common/time');
24
+ const ui = require('./common/ui');
24
25
 
25
26
  module.exports = {
26
27
  Config: tpm.Config,
@@ -46,4 +47,5 @@ module.exports = {
46
47
  stgame,
47
48
  tell,
48
49
  time,
50
+ ui,
49
51
  }
package/package.json CHANGED
@@ -96,7 +96,10 @@
96
96
  "common/tester.js",
97
97
  "common/tester.test.json",
98
98
  "common/time.js",
99
- "common/time.test.json"
99
+ "common/time.test.json",
100
+ "common/ui.js",
101
+ "common/ui.instance.json",
102
+ "common/ui.test.json"
100
103
  ],
101
104
  "author": "dev@thinktelligence.com",
102
105
  "dependencies": {
@@ -111,8 +114,8 @@
111
114
  "table": "^6.7.1",
112
115
  "base-64": "^1.0.0",
113
116
  "argparse": "^2.0.1",
114
- "theprogrammablemind_4wp": "7.4.3-beta.9"
117
+ "theprogrammablemind_4wp": "7.5.0"
115
118
  },
116
- "version": "7.4.3-beta.9",
119
+ "version": "7.5.0",
117
120
  "license": "ISC"
118
121
  }