@agoric/client-utils 0.1.1-dev-a0be2b3.0.a0be2b3 → 0.1.1-dev-6ebd99f.0.6ebd99f
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/dist/codegen/varint.d.ts +1 -1
- package/package.json +8 -8
package/dist/codegen/varint.d.ts
CHANGED
|
@@ -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 |
|
|
102
|
+
export declare function int64Length(lo: number, hi: number): 3 | 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
|
|
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 {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/client-utils",
|
|
3
|
-
"version": "0.1.1-dev-
|
|
3
|
+
"version": "0.1.1-dev-6ebd99f.0.6ebd99f",
|
|
4
4
|
"description": "Utilities for building Agoric clients",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"publishConfig": {
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"ts-blank-space": "^0.6.2"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@agoric/casting": "0.4.3-dev-
|
|
36
|
-
"@agoric/cosmic-proto": "0.4.1-dev-
|
|
37
|
-
"@agoric/ertp": "0.16.3-dev-
|
|
38
|
-
"@agoric/internal": "0.3.3-dev-
|
|
39
|
-
"@agoric/smart-wallet": "0.5.4-dev-
|
|
40
|
-
"@agoric/vats": "0.15.2-dev-
|
|
35
|
+
"@agoric/casting": "0.4.3-dev-6ebd99f.0.6ebd99f",
|
|
36
|
+
"@agoric/cosmic-proto": "0.4.1-dev-6ebd99f.0.6ebd99f",
|
|
37
|
+
"@agoric/ertp": "0.16.3-dev-6ebd99f.0.6ebd99f",
|
|
38
|
+
"@agoric/internal": "0.3.3-dev-6ebd99f.0.6ebd99f",
|
|
39
|
+
"@agoric/smart-wallet": "0.5.4-dev-6ebd99f.0.6ebd99f",
|
|
40
|
+
"@agoric/vats": "0.15.2-dev-6ebd99f.0.6ebd99f",
|
|
41
41
|
"@cosmjs/crypto": "^0.36.0",
|
|
42
42
|
"@cosmjs/proto-signing": "^0.36.0",
|
|
43
43
|
"@cosmjs/stargate": "^0.36.0",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"engines": {
|
|
74
74
|
"node": "^20.9 || ^22.11"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "6ebd99f2c863b75f3f26316c408df1bce14a5daf"
|
|
77
77
|
}
|