@agoric/cosmic-proto 0.5.0-u18.5 → 0.5.0-u18a.0
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/cosmic-proto",
|
|
3
|
-
"version": "0.5.0-
|
|
3
|
+
"version": "0.5.0-u18a.0",
|
|
4
4
|
"description": "Protobuf stubs for the Agoric cosmos-sdk module",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "Agoric",
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"access": "public"
|
|
149
149
|
},
|
|
150
150
|
"devDependencies": {
|
|
151
|
-
"@agoric/cosmos": "^0.35.0-
|
|
151
|
+
"@agoric/cosmos": "^0.35.0-u18a.0",
|
|
152
152
|
"@ava/typescript": "^4.1.0",
|
|
153
153
|
"@cosmology/telescope": "https://gitpkg.vercel.app/agoric-labs/telescope/packages/telescope?8d2c2f6ba637a5578eead09a7368dc41c262a9d0",
|
|
154
154
|
"@endo/bundle-source": "^3.5.0",
|
|
@@ -180,5 +180,5 @@
|
|
|
180
180
|
"test/**/*.test.*"
|
|
181
181
|
]
|
|
182
182
|
},
|
|
183
|
-
"gitHead": "
|
|
183
|
+
"gitHead": "4e4d2b4dedc5a268178712fc6beb89496518480a"
|
|
184
184
|
}
|