@agoric/cosmic-proto 0.4.1-dev-76ad0fc.0 → 0.4.1-dev-5fd303a.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.
Files changed (1) hide show
  1. package/package.json +6 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/cosmic-proto",
3
- "version": "0.4.1-dev-76ad0fc.0+76ad0fc",
3
+ "version": "0.4.1-dev-5fd303a.0+5fd303a",
4
4
  "description": "Protobuf stubs for the Agoric cosmos-sdk module",
5
5
  "keywords": [],
6
6
  "author": "Agoric",
@@ -133,7 +133,9 @@
133
133
  "codegen": "./update-protos.sh && node scripts/codegen.cjs",
134
134
  "prepare": "npm run build",
135
135
  "lint-fix": "yarn lint:eslint --fix",
136
- "lint": "tsc",
136
+ "lint": "run-s --continue-on-error lint:*",
137
+ "lint:types": "tsc",
138
+ "lint:eslint": "eslint .",
137
139
  "test": "ava",
138
140
  "test:xs": "exit 0",
139
141
  "test:live": "yarn build && scripts/test-live.js"
@@ -142,7 +144,7 @@
142
144
  "access": "public"
143
145
  },
144
146
  "devDependencies": {
145
- "@agoric/cosmos": "0.34.2-dev-76ad0fc.0+76ad0fc",
147
+ "@agoric/cosmos": "0.34.2-dev-5fd303a.0+5fd303a",
146
148
  "@ava/typescript": "^4.1.0",
147
149
  "@cosmology/telescope": "https://gitpkg.vercel.app/agoric-labs/telescope/packages/telescope?8d2c2f6ba637a5578eead09a7368dc41c262a9d0",
148
150
  "@endo/bundle-source": "^3.4.2",
@@ -172,5 +174,5 @@
172
174
  "test/**/*.test.*"
173
175
  ]
174
176
  },
175
- "gitHead": "76ad0fc003de135f1ee19bff7bb97f1cbff56c64"
177
+ "gitHead": "5fd303aa11d393f2f6ceefe0ad83ba8cf5178a44"
176
178
  }