@agoric/client-utils 0.1.1-dev-412bc11.0.412bc11 → 0.1.1-dev-23d1f97.0.23d1f97

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.
@@ -99,7 +99,7 @@ export declare function writeVarint64(val: {
99
99
  lo: number;
100
100
  hi: number;
101
101
  }, buf: Uint8Array | number[], pos: number): void;
102
- export declare function int64Length(lo: number, hi: number): 3 | 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
102
+ export declare function int64Length(lo: number, hi: number): 3 | 1 | 5 | 10 | 2 | 4 | 6 | 7 | 8 | 9;
103
103
  export declare function writeFixed32(val: number, buf: Uint8Array | number[], pos: number): void;
104
104
  export declare function writeByte(val: number, buf: Uint8Array | number[], pos: number): void;
105
105
  export {};
@@ -75,7 +75,7 @@ export declare const makeSigningSmartWalletKit: ({ connectWithSigner, walletUtil
75
75
  fromBoard: {
76
76
  convertSlotToVal: (boardId: any, iface: any) => any;
77
77
  };
78
- marshaller: Omit<import("@endo/marshal").Marshal<string | null>, "serialize" | "unserialize">;
78
+ marshaller: Omit<import("@endo/marshal").Marshal<any>, "serialize" | "unserialize">;
79
79
  networkConfig: import("./network-config.js").MinimalNetworkConfig;
80
80
  readLatestHead: (path: string) => Promise<T>;
81
81
  readPublished: <T extends string>(subpath: T) => Promise<import("./types.js").TypedPublished<T>>;
@@ -24,7 +24,7 @@ export function makeSmartWalletKit({ fetch, delay, names, }: {
24
24
  fromBoard: {
25
25
  convertSlotToVal: (boardId: any, iface: any) => any;
26
26
  };
27
- marshaller: Omit<import("@endo/marshal").Marshal<string | null>, "serialize" | "unserialize">;
27
+ marshaller: Omit<import("@endo/marshal").Marshal<any>, "serialize" | "unserialize">;
28
28
  networkConfig: MinimalNetworkConfig;
29
29
  readLatestHead: (path: string) => Promise<T>;
30
30
  readPublished: <T extends string>(subpath: T) => Promise<import("./types.js").TypedPublished<T>>;
@@ -27,7 +27,7 @@ export function makeVstorageKit({ fetch }: {
27
27
  fromBoard: {
28
28
  convertSlotToVal: (boardId: any, iface: any) => any;
29
29
  };
30
- marshaller: Omit<import("@endo/marshal").Marshal<string | null>, "serialize" | "unserialize">;
30
+ marshaller: Omit<import("@endo/marshal").Marshal<any>, "serialize" | "unserialize">;
31
31
  networkConfig: MinimalNetworkConfig;
32
32
  readLatestHead: (path: string) => Promise<T>;
33
33
  readPublished: <T extends string>(subpath: T) => Promise<TypedPublished<T>>;
@@ -21,7 +21,7 @@ export const makeWalletUtils: ({ fetch, delay, names, }: {
21
21
  fromBoard: {
22
22
  convertSlotToVal: (boardId: any, iface: any) => any;
23
23
  };
24
- marshaller: Omit<import("@endo/marshal").Marshal<string | null>, "serialize" | "unserialize">;
24
+ marshaller: Omit<import("@endo/marshal").Marshal<any>, "serialize" | "unserialize">;
25
25
  networkConfig: import("./network-config.js").MinimalNetworkConfig;
26
26
  readLatestHead: (path: string) => Promise<T>;
27
27
  readPublished: <T extends string>(subpath: T) => Promise<import("./types.js").TypedPublished<T>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/client-utils",
3
- "version": "0.1.1-dev-412bc11.0.412bc11",
3
+ "version": "0.1.1-dev-23d1f97.0.23d1f97",
4
4
  "description": "Utilities for building Agoric clients",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -25,7 +25,7 @@
25
25
  "lint:types": "yarn run -T tsc"
26
26
  },
27
27
  "devDependencies": {
28
- "@agoric/zoe": "0.26.3-dev-412bc11.0.412bc11",
28
+ "@agoric/zoe": "0.26.3-dev-23d1f97.0.23d1f97",
29
29
  "@cosmology/telescope": "^1.12.21",
30
30
  "ava": "^5.3.0",
31
31
  "c8": "^10.1.3",
@@ -33,13 +33,13 @@
33
33
  "ts-blank-space": "^0.6.2"
34
34
  },
35
35
  "dependencies": {
36
- "@agoric/casting": "0.4.3-dev-412bc11.0.412bc11",
37
- "@agoric/cosmic-proto": "0.4.1-dev-412bc11.0.412bc11",
38
- "@agoric/ertp": "0.16.3-dev-412bc11.0.412bc11",
39
- "@agoric/internal": "0.3.3-dev-412bc11.0.412bc11",
40
- "@agoric/portfolio-api": "0.1.1-dev-412bc11.0.412bc11",
41
- "@agoric/smart-wallet": "0.5.4-dev-412bc11.0.412bc11",
42
- "@agoric/vats": "0.15.2-dev-412bc11.0.412bc11",
36
+ "@agoric/casting": "0.4.3-dev-23d1f97.0.23d1f97",
37
+ "@agoric/cosmic-proto": "0.4.1-dev-23d1f97.0.23d1f97",
38
+ "@agoric/ertp": "0.16.3-dev-23d1f97.0.23d1f97",
39
+ "@agoric/internal": "0.3.3-dev-23d1f97.0.23d1f97",
40
+ "@agoric/portfolio-api": "0.1.1-dev-23d1f97.0.23d1f97",
41
+ "@agoric/smart-wallet": "0.5.4-dev-23d1f97.0.23d1f97",
42
+ "@agoric/vats": "0.15.2-dev-23d1f97.0.23d1f97",
43
43
  "@cosmjs/crypto": "^0.36.0",
44
44
  "@cosmjs/proto-signing": "^0.36.0",
45
45
  "@cosmjs/stargate": "^0.36.0",
@@ -75,5 +75,5 @@
75
75
  "engines": {
76
76
  "node": "^20.9 || ^22.11"
77
77
  },
78
- "gitHead": "412bc11a50bd7a9712ca431e1d7c7d300be6e130"
78
+ "gitHead": "23d1f97395927dd824b387374ac98c0d1b638258"
79
79
  }