wao 0.16.2 → 0.16.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.
@@ -7,8 +7,6 @@ exports["default"] = void 0;
7
7
  var _hb = _interopRequireDefault(require("./hb.js"));
8
8
  var _arbundles = require("arbundles");
9
9
  var _utils = require("./utils.js");
10
- var _aoconnect = require("./aoconnect.js");
11
- var _test = require("./test.js");
12
10
  var _ramda = require("ramda");
13
11
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
14
12
  function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
@@ -799,7 +797,7 @@ var Adaptor = /*#__PURE__*/function () {
799
797
  return _context20.abrupt("return", {
800
798
  json: {
801
799
  timestamp: Date.now(),
802
- address: _test.cu.addr
800
+ address: cu.addr
803
801
  }
804
802
  });
805
803
  case 2:
@@ -1067,7 +1065,7 @@ var Adaptor = /*#__PURE__*/function () {
1067
1065
  json: {
1068
1066
  Unit: "Scheduler",
1069
1067
  Timestamp: Date.now(),
1070
- Address: _test.su.addr,
1068
+ Address: su.addr,
1071
1069
  Processes: (0, _ramda.keys)(this.mem.env)
1072
1070
  }
1073
1071
  });
@@ -6,8 +6,6 @@ import {
6
6
  tags,
7
7
  toGraphObj,
8
8
  } from "./utils.js"
9
- import { connect } from "./aoconnect.js"
10
- import { GQL, cu, su, mu } from "./test.js"
11
9
  import { keys, map, isNil, reverse, omit } from "ramda"
12
10
  //import { httpbis, createVerifier } from "http-message-signatures"
13
11
  //import { createPublicKey } from "node:crypto"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wao",
3
- "version": "0.16.2",
3
+ "version": "0.16.3",
4
4
  "bin": {
5
5
  "wao": "./cjs/cli.js",
6
6
  "wao-esm": "./esm/cli.js"