@agoric/orchestration 0.1.1-dev-dcd35b8.0.dcd35b8 → 0.1.1-dev-88ad533.0.88ad533

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/orchestration",
3
- "version": "0.1.1-dev-dcd35b8.0.dcd35b8",
3
+ "version": "0.1.1-dev-88ad533.0.88ad533",
4
4
  "description": "Chain abstraction for Agoric's orchestration clients",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -35,19 +35,19 @@
35
35
  },
36
36
  "homepage": "https://github.com/Agoric/agoric-sdk#readme",
37
37
  "dependencies": {
38
- "@agoric/async-flow": "0.1.1-dev-dcd35b8.0.dcd35b8",
39
- "@agoric/cosmic-proto": "0.4.1-dev-dcd35b8.0.dcd35b8",
40
- "@agoric/ertp": "0.16.3-dev-dcd35b8.0.dcd35b8",
41
- "@agoric/internal": "0.3.3-dev-dcd35b8.0.dcd35b8",
42
- "@agoric/network": "0.1.1-dev-dcd35b8.0.dcd35b8",
43
- "@agoric/notifier": "0.6.3-dev-dcd35b8.0.dcd35b8",
44
- "@agoric/store": "0.9.3-dev-dcd35b8.0.dcd35b8",
45
- "@agoric/time": "0.3.3-dev-dcd35b8.0.dcd35b8",
46
- "@agoric/vat-data": "0.5.3-dev-dcd35b8.0.dcd35b8",
47
- "@agoric/vats": "0.15.2-dev-dcd35b8.0.dcd35b8",
48
- "@agoric/vow": "0.1.1-dev-dcd35b8.0.dcd35b8",
49
- "@agoric/zoe": "0.26.3-dev-dcd35b8.0.dcd35b8",
50
- "@agoric/zone": "0.2.3-dev-dcd35b8.0.dcd35b8",
38
+ "@agoric/async-flow": "0.1.1-dev-88ad533.0.88ad533",
39
+ "@agoric/cosmic-proto": "0.4.1-dev-88ad533.0.88ad533",
40
+ "@agoric/ertp": "0.16.3-dev-88ad533.0.88ad533",
41
+ "@agoric/internal": "0.3.3-dev-88ad533.0.88ad533",
42
+ "@agoric/network": "0.1.1-dev-88ad533.0.88ad533",
43
+ "@agoric/notifier": "0.6.3-dev-88ad533.0.88ad533",
44
+ "@agoric/store": "0.9.3-dev-88ad533.0.88ad533",
45
+ "@agoric/time": "0.3.3-dev-88ad533.0.88ad533",
46
+ "@agoric/vat-data": "0.5.3-dev-88ad533.0.88ad533",
47
+ "@agoric/vats": "0.15.2-dev-88ad533.0.88ad533",
48
+ "@agoric/vow": "0.1.1-dev-88ad533.0.88ad533",
49
+ "@agoric/zoe": "0.26.3-dev-88ad533.0.88ad533",
50
+ "@agoric/zone": "0.2.3-dev-88ad533.0.88ad533",
51
51
  "@cosmjs/encoding": "^0.36.0",
52
52
  "@endo/base64": "^1.0.12",
53
53
  "@endo/errors": "^1.2.13",
@@ -60,7 +60,7 @@
60
60
  "bs58": "^6.0.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@agoric/swingset-liveslots": "0.10.3-dev-dcd35b8.0.dcd35b8",
63
+ "@agoric/swingset-liveslots": "0.10.3-dev-88ad533.0.88ad533",
64
64
  "@chain-registry/client": "^1.53.194",
65
65
  "@cosmjs/amino": "^0.36.0",
66
66
  "@cosmjs/proto-signing": "^0.36.0",
@@ -106,5 +106,5 @@
106
106
  "typeCoverage": {
107
107
  "atLeast": 97.46
108
108
  },
109
- "gitHead": "dcd35b8fa70cec3e8e0df7fe988623c7e0bbc83f"
109
+ "gitHead": "88ad5332a78ac6fdefe2531ad86e230ad168a151"
110
110
  }
@@ -7,6 +7,7 @@
7
7
  * while preserving type info.
8
8
  */
9
9
  export {
10
+ isHex,
10
11
  hashStruct,
11
12
  hashTypedData,
12
13
  recoverTypedDataAddress,
@@ -1,4 +1,4 @@
1
- import "./chunk-OFIEVWYB.js";
1
+ import "./chunk-ZKSIP2AM.js";
2
2
  import {
3
3
  decodeAbiParameters,
4
4
  encodeAbiParameters,
@@ -1,4 +1,4 @@
1
- export { hashStruct, hashTypedData, recoverTypedDataAddress, serializeTypedData, validateTypedData, verifyTypedData } from 'viem/utils';
1
+ export { hashStruct, hashTypedData, isHex, recoverTypedDataAddress, serializeTypedData, validateTypedData, verifyTypedData } from 'viem/utils';
2
2
 
3
3
  /**
4
4
  * @file viem internal typedData utils exported for direct usage
@@ -5,8 +5,10 @@ import {
5
5
  serializeTypedData,
6
6
  validateTypedData,
7
7
  verifyTypedData
8
- } from "./chunk-OFIEVWYB.js";
9
- import "./chunk-GCI53Z2G.js";
8
+ } from "./chunk-ZKSIP2AM.js";
9
+ import {
10
+ isHex
11
+ } from "./chunk-GCI53Z2G.js";
10
12
  import "./chunk-4VNS5WPM.js";
11
13
 
12
14
  // src/utils/viem-utils/hashTypedData.ts
@@ -42,6 +44,7 @@ export {
42
44
  encodeType,
43
45
  hashStruct,
44
46
  hashTypedData,
47
+ isHex,
45
48
  recoverTypedDataAddress,
46
49
  serializeTypedData,
47
50
  validateTypedData,