@agoric/cosmic-proto 0.4.1-dev-11eb408.0 → 0.4.1-dev-6e8ce0f.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 +6 -6
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-6e8ce0f.0+6e8ce0f",
|
|
4
4
|
"description": "Protobuf stubs for the Agoric cosmos-sdk module",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "Agoric",
|
|
@@ -175,8 +175,8 @@
|
|
|
175
175
|
"@agoric/cosmos": "workspace:*",
|
|
176
176
|
"@ava/typescript": "^5.0.0",
|
|
177
177
|
"@cosmology/telescope": "^1.12.8",
|
|
178
|
-
"@endo/bundle-source": "^4.
|
|
179
|
-
"@endo/import-bundle": "^1.
|
|
178
|
+
"@endo/bundle-source": "^4.1.2",
|
|
179
|
+
"@endo/import-bundle": "^1.5.2",
|
|
180
180
|
"ava": "^6.3.0",
|
|
181
181
|
"glob": "^4.5.3",
|
|
182
182
|
"rimraf": "^5.0.0",
|
|
@@ -185,8 +185,8 @@
|
|
|
185
185
|
"typescript": "5.9.0-beta"
|
|
186
186
|
},
|
|
187
187
|
"dependencies": {
|
|
188
|
-
"@endo/base64": "^1.0.
|
|
189
|
-
"@endo/init": "^1.1.
|
|
188
|
+
"@endo/base64": "^1.0.12",
|
|
189
|
+
"@endo/init": "^1.1.12",
|
|
190
190
|
"bech32": "^2.0.0",
|
|
191
191
|
"query-string": "^9.1.1"
|
|
192
192
|
},
|
|
@@ -201,5 +201,5 @@
|
|
|
201
201
|
"test/**/*.test.*"
|
|
202
202
|
]
|
|
203
203
|
},
|
|
204
|
-
"gitHead": "
|
|
204
|
+
"gitHead": "6e8ce0fe98d61578a45593a59b69d974ccbe37a4"
|
|
205
205
|
}
|