@agoric/cosmic-proto 0.5.0-u22.0 → 0.5.0-u22.1

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/cosmic-proto",
3
- "version": "0.5.0-u22.0",
3
+ "version": "0.5.0-u22.1",
4
4
  "description": "Protobuf stubs for the Agoric cosmos-sdk module",
5
5
  "keywords": [],
6
6
  "author": "Agoric",
@@ -176,7 +176,7 @@
176
176
  "access": "public"
177
177
  },
178
178
  "devDependencies": {
179
- "@agoric/cosmos": "workspace:*",
179
+ "@agoric/cosmos": "0.35.0-u22.0",
180
180
  "@ava/typescript": "^5.0.0",
181
181
  "@cosmology/telescope": "^1.12.21",
182
182
  "@endo/bundle-source": "^4.1.2",
@@ -208,5 +208,5 @@
208
208
  "engines": {
209
209
  "node": "^20.9 || ^22.11"
210
210
  },
211
- "gitHead": "dbf78c32d14bf4a38bfd7a10d061011a0ff368e6"
211
+ "gitHead": "83a42d0f343b01448a918631dce159b5bdb69b7e"
212
212
  }