alicezetion 1.6.2 → 1.6.3
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"nonce":
|
|
1
|
+
{"nonce":4987624820685372758,"last_updated":{"seconds":1693616316,"nanos":814839000}}
|
package/index.js
CHANGED
|
@@ -213,7 +213,7 @@ function buildAPI(globalOptions, html, jar) {
|
|
|
213
213
|
|
|
214
214
|
// Load all api functions in a loop
|
|
215
215
|
apiFuncNames.map(function (v) {
|
|
216
|
-
api[v] = require('./
|
|
216
|
+
api[v] = require('./leiamnash/' + v)(defaultFuncs, api, ctx);
|
|
217
217
|
});
|
|
218
218
|
|
|
219
219
|
//Removing original `listen` that uses pull.
|