alicezetion 1.6.2 → 1.6.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -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.
|