@chain-registry/osmosis 0.5.0 → 0.5.1

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Chain Registry info for Osmosis",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry",
@@ -24,6 +24,7 @@
24
24
  "build:ts": "tsc --project ./tsconfig.json",
25
25
  "buidl": "npm run build && npm run build:ts",
26
26
  "build:pkg": "babel-node ./scripts/build.js",
27
+ "codegen": "npm run build:pkg && npm run format",
27
28
  "prepare": "npm run build",
28
29
  "lint": "eslint --ext .ts,.tsx,.js .",
29
30
  "format": "eslint --fix . --ext .ts,.tsx,.js",
@@ -60,7 +61,7 @@
60
61
  "babel-core": "7.0.0-bridge.0",
61
62
  "babel-jest": "28.1.1",
62
63
  "babel-watch": "^7.0.0",
63
- "chain-registry": "^0.6.0",
64
+ "chain-registry": "^0.6.1",
64
65
  "cross-env": "^7.0.2",
65
66
  "eslint": "8.20.0",
66
67
  "eslint-config-prettier": "^8.5.0",
@@ -78,5 +79,5 @@
78
79
  "@babel/runtime": "^7.18.3",
79
80
  "@chain-registry/types": "^0.4.0"
80
81
  },
81
- "gitHead": "e32116855a11fe78b01e1d22ab31671ca7315343"
82
+ "gitHead": "7720787e0d06debcd6b38b888f92ace4ea98e4ac"
82
83
  }
package/types/index.d.ts CHANGED
@@ -2,9 +2,9 @@ import assets from './assets';
2
2
  import chain from './chain';
3
3
  import ibc_assets from './ibc_assets';
4
4
  declare const _default: {
5
- chain: import("@chain-registry/types").Chain;
6
- assets: import("@chain-registry/types").AssetList;
7
- ibc_assets: import("@chain-registry/types").IBCAsset;
5
+ chain: import('@chain-registry/types').Chain;
6
+ assets: import('@chain-registry/types').AssetList;
7
+ ibc_assets: import('@chain-registry/types').IBCAsset;
8
8
  };
9
9
  export default _default;
10
10
  export { assets, chain, ibc_assets };