wao 0.35.3 → 0.35.4
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/hb.js +2 -2
- package/cjs/workspace/package.json +1 -1
- package/esm/hb.js +2 -2
- package/esm/workspace/package.json +1 -1
- package/package.json +1 -1
package/cjs/hb.js
CHANGED
|
@@ -8,8 +8,8 @@ var _aoconnect = require("@permaweb/aoconnect");
|
|
|
8
8
|
var _ramda = require("ramda");
|
|
9
9
|
var _utils = require("./utils.js");
|
|
10
10
|
var _hbsig = require("hbsig");
|
|
11
|
-
var _hyperAos = _interopRequireDefault(require("./
|
|
12
|
-
var _aos_wamr = _interopRequireDefault(require("./
|
|
11
|
+
var _hyperAos = _interopRequireDefault(require("./hyper-aos.js"));
|
|
12
|
+
var _aos_wamr = _interopRequireDefault(require("./aos_wamr.js"));
|
|
13
13
|
var _httpsigUtils = require("./httpsig-utils.js");
|
|
14
14
|
var _excluded = ["path"],
|
|
15
15
|
_excluded2 = ["action", "tags"],
|
package/esm/hb.js
CHANGED
|
@@ -2,8 +2,8 @@ import { createSigner } from "@permaweb/aoconnect"
|
|
|
2
2
|
import { isEmpty, last, isNotNil, mergeLeft, clone } from "ramda"
|
|
3
3
|
import { toAddr, buildTags, seed } from "./utils.js"
|
|
4
4
|
import { rsaid, hmacid, sign, signer, send as _send, commit } from "hbsig"
|
|
5
|
-
import hyper_aos from "./
|
|
6
|
-
import aos_wamr from "./
|
|
5
|
+
import hyper_aos from "./hyper-aos.js"
|
|
6
|
+
import aos_wamr from "./aos_wamr.js"
|
|
7
7
|
import { from } from "./httpsig-utils.js"
|
|
8
8
|
|
|
9
9
|
class HB {
|