@agoric/cosmic-proto 0.4.1-dev-c56324b.0 → 0.4.1-dev-303a9f2.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.4.1-dev-
|
|
3
|
+
"version": "0.4.1-dev-303a9f2.0+303a9f2",
|
|
4
4
|
"description": "Protobuf stubs for the Agoric cosmos-sdk module",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "Agoric",
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"access": "public"
|
|
123
123
|
},
|
|
124
124
|
"devDependencies": {
|
|
125
|
-
"@agoric/cosmos": "0.34.2-dev-
|
|
125
|
+
"@agoric/cosmos": "0.34.2-dev-303a9f2.0+303a9f2",
|
|
126
126
|
"@ava/typescript": "^4.1.0",
|
|
127
127
|
"@cosmology/telescope": "^1.5.3",
|
|
128
128
|
"ava": "^5.3.1",
|
|
@@ -156,5 +156,5 @@
|
|
|
156
156
|
"test/**/*.test.*"
|
|
157
157
|
]
|
|
158
158
|
},
|
|
159
|
-
"gitHead": "
|
|
159
|
+
"gitHead": "303a9f20404106fe9c09befbd728ed7a20ccf7e0"
|
|
160
160
|
}
|