@chain-registry/types 0.11.1 → 0.13.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/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.13.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/types@0.12.0...@chain-registry/types@0.13.0) (2022-10-20)
7
+
8
+ **Note:** Version bump only for package @chain-registry/types
9
+
10
+
11
+
12
+
13
+
14
+ # [0.12.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/types@0.11.1...@chain-registry/types@0.12.0) (2022-10-20)
15
+
16
+ **Note:** Version bump only for package @chain-registry/types
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.11.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/types@0.11.0...@chain-registry/types@0.11.1) (2022-10-20)
7
23
 
8
24
  **Note:** Version bump only for package @chain-registry/types
package/main/index.js CHANGED
@@ -3,9 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
-
7
6
  var _assets = require("./assets");
8
-
9
7
  Object.keys(_assets).forEach(function (key) {
10
8
  if (key === "default" || key === "__esModule") return;
11
9
  if (key in exports && exports[key] === _assets[key]) return;
@@ -16,9 +14,7 @@ Object.keys(_assets).forEach(function (key) {
16
14
  }
17
15
  });
18
16
  });
19
-
20
17
  var _chains = require("./chains");
21
-
22
18
  Object.keys(_chains).forEach(function (key) {
23
19
  if (key === "default" || key === "__esModule") return;
24
20
  if (key in exports && exports[key] === _chains[key]) return;
@@ -29,9 +25,7 @@ Object.keys(_chains).forEach(function (key) {
29
25
  }
30
26
  });
31
27
  });
32
-
33
28
  var _ibc = require("./ibc");
34
-
35
29
  Object.keys(_ibc).forEach(function (key) {
36
30
  if (key === "default" || key === "__esModule") return;
37
31
  if (key in exports && exports[key] === _ibc[key]) return;
@@ -42,9 +36,7 @@ Object.keys(_ibc).forEach(function (key) {
42
36
  }
43
37
  });
44
38
  });
45
-
46
39
  var _registry = require("./registry");
47
-
48
40
  Object.keys(_registry).forEach(function (key) {
49
41
  if (key === "default" || key === "__esModule") return;
50
42
  if (key in exports && exports[key] === _registry[key]) return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/types",
3
- "version": "0.11.1",
3
+ "version": "0.13.0",
4
4
  "description": "Chain Registry types",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry",
@@ -41,39 +41,39 @@
41
41
  "url": "https://github.com/cosmology-tech/chain-registry/issues"
42
42
  },
43
43
  "devDependencies": {
44
- "@babel/cli": "7.18.10",
45
- "@babel/core": "7.19.1",
44
+ "@babel/cli": "7.19.3",
45
+ "@babel/core": "7.19.6",
46
46
  "@babel/eslint-parser": "^7.19.1",
47
47
  "@babel/node": "^7.19.1",
48
48
  "@babel/plugin-proposal-class-properties": "7.18.6",
49
49
  "@babel/plugin-proposal-export-default-from": "7.18.10",
50
- "@babel/plugin-proposal-object-rest-spread": "7.18.9",
51
- "@babel/plugin-transform-runtime": "7.19.1",
52
- "@babel/preset-env": "7.19.1",
50
+ "@babel/plugin-proposal-object-rest-spread": "7.19.4",
51
+ "@babel/plugin-transform-runtime": "7.19.6",
52
+ "@babel/preset-env": "7.19.4",
53
53
  "@babel/preset-typescript": "^7.17.12",
54
- "@types/jest": "^29.0.2",
55
- "@typescript-eslint/eslint-plugin": "5.37.0",
56
- "@typescript-eslint/parser": "5.37.0",
54
+ "@types/jest": "^29.2.0",
55
+ "@typescript-eslint/eslint-plugin": "5.40.1",
56
+ "@typescript-eslint/parser": "5.40.1",
57
57
  "babel-core": "7.0.0-bridge.0",
58
- "babel-jest": "29.0.3",
58
+ "babel-jest": "29.2.1",
59
59
  "babel-watch": "^7.0.0",
60
60
  "cross-env": "^7.0.2",
61
- "eslint": "8.23.1",
61
+ "eslint": "8.25.0",
62
62
  "eslint-config-prettier": "^8.5.0",
63
63
  "eslint-plugin-prettier": "^4.0.0",
64
64
  "eslint-plugin-simple-import-sort": "8.0.0",
65
65
  "eslint-plugin-unused-imports": "2.0.0",
66
- "jest": "^29.0.3",
66
+ "jest": "^29.2.1",
67
67
  "long": "^5.2.0",
68
68
  "prettier": "^2.7.0",
69
- "regenerator-runtime": "^0.13.7",
70
- "ts-jest": "^29.0.1",
71
- "typescript": "^4.8.3"
69
+ "regenerator-runtime": "^0.13.10",
70
+ "ts-jest": "^29.0.3",
71
+ "typescript": "^4.8.4"
72
72
  },
73
73
  "dependencies": {
74
- "@babel/runtime": "^7.19.0",
75
- "@keplr-wallet/cosmos": "^0.10.24",
76
- "@keplr-wallet/crypto": "^0.10.24"
74
+ "@babel/runtime": "^7.19.4",
75
+ "@keplr-wallet/cosmos": "^0.11.12",
76
+ "@keplr-wallet/crypto": "^0.11.12"
77
77
  },
78
- "gitHead": "1dc04b938a9bbfb226dc3f91092c98c2c2d4c15a"
78
+ "gitHead": "36c1490330c272c8348ebc147595bd8af848d35d"
79
79
  }
package/types/assets.d.ts CHANGED
@@ -73,8 +73,9 @@ export interface Asset {
73
73
  display: string;
74
74
  symbol: string;
75
75
  logo_URIs?: {
76
- svg?: string;
77
76
  png?: string;
77
+ svg?: string;
78
+ jpeg?: string;
78
79
  };
79
80
  coingecko_id?: string;
80
81
  keywords?: string[];
package/types/chains.d.ts CHANGED
@@ -12,9 +12,6 @@ export interface Chain {
12
12
  key_algos?: string[];
13
13
  keywords?: string[];
14
14
  node_home?: string;
15
- genesis?: {
16
- genesis_url: string;
17
- };
18
15
  slip44: number;
19
16
  logo_URIs?: {
20
17
  png?: string;
@@ -51,6 +48,8 @@ export interface Chain {
51
48
  tendermint_version?: string;
52
49
  cosmwasm_version?: string;
53
50
  cosmwasm_enabled?: boolean;
51
+ ibc_go_version?: string;
52
+ ics_enabled?: string[];
54
53
  genesis?: {
55
54
  tag?: string;
56
55
  name?: string;