@agoric/cosmic-proto 0.4.1-dev-4e35598.0 → 0.4.1-dev-59858c6.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 -8
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-59858c6.0+59858c6",
|
|
4
4
|
"description": "Protobuf stubs for the Agoric cosmos-sdk module",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "Agoric",
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"codegen": "./update-protos.sh && scripts/codegen.cjs",
|
|
154
154
|
"prepare": "npm run build",
|
|
155
155
|
"lint-fix": "yarn lint:eslint --fix",
|
|
156
|
-
"lint": "run-s --continue-on-error lint:*",
|
|
156
|
+
"lint": "yarn run -T run-s --continue-on-error 'lint:*'",
|
|
157
157
|
"lint:types": "tsc",
|
|
158
158
|
"lint:eslint": "eslint .",
|
|
159
159
|
"test": "ava",
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
"access": "public"
|
|
165
165
|
},
|
|
166
166
|
"devDependencies": {
|
|
167
|
-
"@agoric/cosmos": "0.34.2-dev-
|
|
167
|
+
"@agoric/cosmos": "0.34.2-dev-59858c6.0+59858c6",
|
|
168
168
|
"@ava/typescript": "^5.0.0",
|
|
169
169
|
"@cosmology/telescope": "^1.12.8",
|
|
170
170
|
"@endo/bundle-source": "^4.0.0",
|
|
@@ -182,10 +182,6 @@
|
|
|
182
182
|
"bech32": "^2.0.0",
|
|
183
183
|
"query-string": "^9.1.1"
|
|
184
184
|
},
|
|
185
|
-
"resolutions": {
|
|
186
|
-
"**/axios": "^1.6.7",
|
|
187
|
-
"**/protobufjs": "^7.2.4"
|
|
188
|
-
},
|
|
189
185
|
"ava": {
|
|
190
186
|
"typescript": {
|
|
191
187
|
"rewritePaths": {
|
|
@@ -197,5 +193,5 @@
|
|
|
197
193
|
"test/**/*.test.*"
|
|
198
194
|
]
|
|
199
195
|
},
|
|
200
|
-
"gitHead": "
|
|
196
|
+
"gitHead": "59858c604ef933b32b9f899dfac62519e4d2d619"
|
|
201
197
|
}
|