@agoric/cosmic-proto 0.4.1-u16.0 → 0.4.1-u16.2
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.4.1-u16.
|
|
3
|
+
"version": "0.4.1-u16.2",
|
|
4
4
|
"description": "Protobuf stubs for the Agoric cosmos-sdk module",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "Agoric",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"access": "public"
|
|
131
131
|
},
|
|
132
132
|
"devDependencies": {
|
|
133
|
-
"@agoric/cosmos": "^0.35.0-u16.
|
|
133
|
+
"@agoric/cosmos": "^0.35.0-u16.2",
|
|
134
134
|
"@ava/typescript": "^4.1.0",
|
|
135
135
|
"@cosmology/telescope": "^1.7.1",
|
|
136
136
|
"ava": "^5.3.1",
|
|
@@ -163,5 +163,5 @@
|
|
|
163
163
|
"test/**/*.test.*"
|
|
164
164
|
]
|
|
165
165
|
},
|
|
166
|
-
"gitHead": "
|
|
166
|
+
"gitHead": "c772ff40720e6d669e67d2da06e9ab394de6a9c1"
|
|
167
167
|
}
|