@agoric/client-utils 0.1.1-dev-8051bed.0.8051bed → 0.1.1-dev-b2ca951.0.b2ca951

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.
Files changed (2) hide show
  1. package/dist/vstorage.js +1 -1
  2. package/package.json +9 -9
package/dist/vstorage.js CHANGED
@@ -76,7 +76,7 @@ export const makeVStorage = ({ fetch }, config) => {
76
76
  /**
77
77
  * Make a vstorage Children or Data query, returning the decoded result along
78
78
  * with response metadata derived from fields documented at
79
- * https://docs.cometbft.com/v1.0/spec/abci/abci++_methods#query (for
79
+ * https://docs.cometbft.com/v0.38/spec/abci/abci++_methods#query (for
80
80
  * successful responses, `log` and `height` [as `blockHeight`], and for error
81
81
  * responses, `codespace` and `code`).
82
82
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/client-utils",
3
- "version": "0.1.1-dev-8051bed.0.8051bed",
3
+ "version": "0.1.1-dev-b2ca951.0.b2ca951",
4
4
  "description": "Utilities for building Agoric clients",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -25,9 +25,9 @@
25
25
  "lint:types": "yarn run -T tsc"
26
26
  },
27
27
  "devDependencies": {
28
- "@agoric/smart-wallet": "0.5.4-dev-8051bed.0.8051bed",
29
- "@agoric/vats": "0.15.2-dev-8051bed.0.8051bed",
30
- "@agoric/zoe": "0.26.3-dev-8051bed.0.8051bed",
28
+ "@agoric/smart-wallet": "0.5.4-dev-b2ca951.0.b2ca951",
29
+ "@agoric/vats": "0.15.2-dev-b2ca951.0.b2ca951",
30
+ "@agoric/zoe": "0.26.3-dev-b2ca951.0.b2ca951",
31
31
  "@hyperweb/telescope": "^2.2.1",
32
32
  "ava": "^6.4.1",
33
33
  "c8": "^10.1.3",
@@ -35,10 +35,10 @@
35
35
  "ts-blank-space": "^0.6.2"
36
36
  },
37
37
  "dependencies": {
38
- "@agoric/casting": "0.4.3-dev-8051bed.0.8051bed",
39
- "@agoric/cosmic-proto": "0.4.1-dev-8051bed.0.8051bed",
40
- "@agoric/ertp": "0.16.3-dev-8051bed.0.8051bed",
41
- "@agoric/internal": "0.3.3-dev-8051bed.0.8051bed",
38
+ "@agoric/casting": "0.4.3-dev-b2ca951.0.b2ca951",
39
+ "@agoric/cosmic-proto": "0.4.1-dev-b2ca951.0.b2ca951",
40
+ "@agoric/ertp": "0.16.3-dev-b2ca951.0.b2ca951",
41
+ "@agoric/internal": "0.3.3-dev-b2ca951.0.b2ca951",
42
42
  "@cosmjs/crypto": "^0.36.0",
43
43
  "@cosmjs/proto-signing": "^0.36.0",
44
44
  "@cosmjs/stargate": "^0.36.0",
@@ -76,5 +76,5 @@
76
76
  "engines": {
77
77
  "node": "^20.9 || ^22.11"
78
78
  },
79
- "gitHead": "8051bed260133080a0d46339aefcc9baba5c1d34"
79
+ "gitHead": "b2ca95119b74c34e3ec068c45266738312bb93c6"
80
80
  }