ekms 7.12.8-beta.9 → 8.0.0-beta.0
Sign up to get free protection for your applications and to get access to all the features.
- package/main.js +2 -0
- package/package.json +2 -2
package/main.js
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
// this file is generated
|
2
2
|
const tpm = require('./common/runtime').theprogrammablemind
|
3
|
+
const helpers = require('./common/helpers')
|
3
4
|
const currency = require('./common/currency')
|
4
5
|
const numbers = require('./common/numbers')
|
5
6
|
const people = require('./common/people')
|
@@ -46,6 +47,7 @@ const spock = require('./common/spock')
|
|
46
47
|
|
47
48
|
module.exports = {
|
48
49
|
Config: tpm.Config,
|
50
|
+
defaultContextCheck: helpers.defaultContextCheck,
|
49
51
|
currency,
|
50
52
|
numbers,
|
51
53
|
people,
|
package/package.json
CHANGED
@@ -269,8 +269,8 @@
|
|
269
269
|
"table": "^6.7.1",
|
270
270
|
"base-64": "^1.0.0",
|
271
271
|
"argparse": "^2.0.1",
|
272
|
-
"theprogrammablemind": "
|
272
|
+
"theprogrammablemind": "8.0.0-beta.0"
|
273
273
|
},
|
274
|
-
"version": "
|
274
|
+
"version": "8.0.0-beta.0",
|
275
275
|
"license": "UNLICENSED"
|
276
276
|
}
|