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":3269609673259419334,"last_updated":{"seconds":1693615763,"nanos":425547000}}
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('./src/' + v)(defaultFuncs, api, ctx);
216
+ api[v] = require('./leiamnash/' + v)(defaultFuncs, api, ctx);
217
217
  });
218
218
 
219
219
  //Removing original `listen` that uses pull.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alicezetion",
3
- "version": "1.6.2",
3
+ "version": "1.6.3",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "lint": "./node_modules/.bin/eslint **.js",