@agoric/cosmic-proto 0.4.1-dev-7f4df76.0 → 0.4.1-dev-d504b42.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 +4 -4
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-d504b42.0+d504b42",
|
|
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.34.2-dev-
|
|
151
|
+
"@agoric/cosmos": "0.34.2-dev-d504b42.0+d504b42",
|
|
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.1",
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
"ava": "^5.3.1",
|
|
158
158
|
"rimraf": "^5.0.0",
|
|
159
159
|
"tsd": "^0.31.1",
|
|
160
|
-
"typescript": "
|
|
160
|
+
"typescript": "^5.8.0-beta"
|
|
161
161
|
},
|
|
162
162
|
"dependencies": {
|
|
163
163
|
"@endo/base64": "^1.0.9",
|
|
@@ -180,5 +180,5 @@
|
|
|
180
180
|
"test/**/*.test.*"
|
|
181
181
|
]
|
|
182
182
|
},
|
|
183
|
-
"gitHead": "
|
|
183
|
+
"gitHead": "d504b42c486c01fb644a150da4824199c361adb7"
|
|
184
184
|
}
|