tpmkms 8.0.0-beta.36 → 8.0.0-beta.37
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/common/nameable.js +0 -11
- package/package.json +2 -2
package/common/nameable.js
CHANGED
@@ -107,17 +107,6 @@ const configStruct = {
|
|
107
107
|
let createConfig = async () => {
|
108
108
|
const config = new Config(configStruct, module)
|
109
109
|
config.stop_auto_rebuild()
|
110
|
-
|
111
|
-
await config.initializer( ({config}) => {
|
112
|
-
config.addArgs(({kms}) => ({
|
113
|
-
mentioned: (context) => {
|
114
|
-
kms.nameable.api.mentioned(context)
|
115
|
-
},
|
116
|
-
mentions: (context) => {
|
117
|
-
return kms.nameable.api.mentions(context)
|
118
|
-
},
|
119
|
-
}))
|
120
|
-
})
|
121
110
|
await config.setApi(api)
|
122
111
|
await config.add(stm)
|
123
112
|
|
package/package.json
CHANGED
@@ -291,8 +291,8 @@
|
|
291
291
|
"table": "^6.7.1",
|
292
292
|
"base-64": "^1.0.0",
|
293
293
|
"argparse": "^2.0.1",
|
294
|
-
"theprogrammablemind": "8.0.0-beta.
|
294
|
+
"theprogrammablemind": "8.0.0-beta.37"
|
295
295
|
},
|
296
|
-
"version": "8.0.0-beta.
|
296
|
+
"version": "8.0.0-beta.37",
|
297
297
|
"license": "UNLICENSED"
|
298
298
|
}
|