@agoric/cosmic-proto 0.4.1-dev-ed9fee7.0 → 0.4.1-dev-47a51f2.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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/cosmic-proto",
|
|
3
|
-
"version": "0.4.1-dev-
|
|
3
|
+
"version": "0.4.1-dev-47a51f2.0+47a51f2",
|
|
4
4
|
"description": "Protobuf stubs for the Agoric cosmos-sdk module",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "Agoric",
|
|
@@ -164,12 +164,12 @@
|
|
|
164
164
|
"access": "public"
|
|
165
165
|
},
|
|
166
166
|
"devDependencies": {
|
|
167
|
-
"@agoric/cosmos": "0.34.2-dev-
|
|
167
|
+
"@agoric/cosmos": "0.34.2-dev-47a51f2.0+47a51f2",
|
|
168
168
|
"@ava/typescript": "^4.1.0",
|
|
169
169
|
"@cosmology/telescope": "https://gitpkg.vercel.app/agoric-labs/telescope/packages/telescope?8d2c2f6ba637a5578eead09a7368dc41c262a9d0",
|
|
170
|
-
"@endo/bundle-source": "^
|
|
171
|
-
"@endo/import-bundle": "^1.
|
|
172
|
-
"@endo/ses-ava": "^1.2.
|
|
170
|
+
"@endo/bundle-source": "^4.0.0",
|
|
171
|
+
"@endo/import-bundle": "^1.4.0",
|
|
172
|
+
"@endo/ses-ava": "^1.2.10",
|
|
173
173
|
"ava": "^5.3.1",
|
|
174
174
|
"rimraf": "^5.0.0",
|
|
175
175
|
"tsd": "^0.31.1",
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
},
|
|
178
178
|
"dependencies": {
|
|
179
179
|
"@endo/base64": "^1.0.9",
|
|
180
|
-
"@endo/init": "^1.1.
|
|
180
|
+
"@endo/init": "^1.1.9",
|
|
181
181
|
"bech32": "^2.0.0",
|
|
182
182
|
"query-string": "^9.1.1"
|
|
183
183
|
},
|
|
@@ -196,5 +196,5 @@
|
|
|
196
196
|
"test/**/*.test.*"
|
|
197
197
|
]
|
|
198
198
|
},
|
|
199
|
-
"gitHead": "
|
|
199
|
+
"gitHead": "47a51f233daf9f7cd96fa49f4b7d08f2fb92a905"
|
|
200
200
|
}
|