ekms 8.0.0-beta.5 → 8.0.0-beta.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/main.js +46 -45
  2. package/package.json +2 -2
package/main.js CHANGED
@@ -47,50 +47,51 @@ const kirk = require('./common/kirk')
47
47
  const spock = require('./common/spock')
48
48
 
49
49
  module.exports = {
50
- Config: tpm.Config,
50
+ Config: tpm.Config,
51
+ helpers,
51
52
  defaultContextCheck: helpers.defaultContextCheck,
52
- currency,
53
- numbers,
54
- colors,
55
- people,
56
- time,
57
- avatar,
58
- comparable,
59
- concept,
60
- countable,
61
- help,
62
- hierarchy,
63
- ordering,
64
- properties,
65
- sizeable,
66
- yesno,
67
- tokenize,
68
- dialogues,
69
- gdefaults,
70
- meta,
71
- pos,
72
- punctuation,
73
- stm,
74
- sdefaults,
75
- ui,
76
- math,
77
- formulas,
78
- dimension,
79
- length,
80
- pressure,
81
- temperature,
82
- weight,
83
- animals,
84
- edible,
85
- javascript,
86
- scorekeeper,
87
- reports,
88
- tell,
89
- pipboy,
90
- fastfood,
91
- characters,
92
- crew,
93
- stgame,
94
- kirk,
95
- spock,
53
+ currency,
54
+ numbers,
55
+ colors,
56
+ people,
57
+ time,
58
+ avatar,
59
+ comparable,
60
+ concept,
61
+ countable,
62
+ help,
63
+ hierarchy,
64
+ ordering,
65
+ properties,
66
+ sizeable,
67
+ yesno,
68
+ tokenize,
69
+ dialogues,
70
+ gdefaults,
71
+ meta,
72
+ pos,
73
+ punctuation,
74
+ stm,
75
+ sdefaults,
76
+ ui,
77
+ math,
78
+ formulas,
79
+ dimension,
80
+ length,
81
+ pressure,
82
+ temperature,
83
+ weight,
84
+ animals,
85
+ edible,
86
+ javascript,
87
+ scorekeeper,
88
+ reports,
89
+ tell,
90
+ pipboy,
91
+ fastfood,
92
+ characters,
93
+ crew,
94
+ stgame,
95
+ kirk,
96
+ spock,
96
97
  }
package/package.json CHANGED
@@ -272,8 +272,8 @@
272
272
  "table": "^6.7.1",
273
273
  "base-64": "^1.0.0",
274
274
  "argparse": "^2.0.1",
275
- "theprogrammablemind": "8.0.0-beta.5"
275
+ "theprogrammablemind": "8.0.0-beta.7"
276
276
  },
277
- "version": "8.0.0-beta.5",
277
+ "version": "8.0.0-beta.7",
278
278
  "license": "UNLICENSED"
279
279
  }