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.
- package/cjs/adaptor-base.js +2 -4
- package/esm/adaptor-base.js +0 -2
- package/package.json +1 -1
package/cjs/adaptor-base.js
CHANGED
|
@@ -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:
|
|
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:
|
|
1068
|
+
Address: su.addr,
|
|
1071
1069
|
Processes: (0, _ramda.keys)(this.mem.env)
|
|
1072
1070
|
}
|
|
1073
1071
|
});
|
package/esm/adaptor-base.js
CHANGED
|
@@ -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"
|