@chain-registry/types 0.10.0 → 0.10.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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.10.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/types@0.10.0...@chain-registry/types@0.10.1) (2022-09-19)
7
+
8
+ **Note:** Version bump only for package @chain-registry/types
9
+
10
+
11
+
12
+
13
+
6
14
  # [0.10.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/types@0.9.0...@chain-registry/types@0.10.0) (2022-09-19)
7
15
 
8
16
  **Note:** Version bump only for package @chain-registry/types
package/main/registry.js CHANGED
@@ -1,22 +1 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
-
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports.ChainRegistry = void 0;
9
-
10
- var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
11
-
12
- var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
13
-
14
- var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
15
-
16
- var ChainRegistry = /*#__PURE__*/(0, _createClass2["default"])(function ChainRegistry() {
17
- (0, _classCallCheck2["default"])(this, ChainRegistry);
18
- (0, _defineProperty2["default"])(this, "assetLists", void 0);
19
- (0, _defineProperty2["default"])(this, "chains", void 0);
20
- (0, _defineProperty2["default"])(this, "ibcData", void 0);
21
- });
22
- exports.ChainRegistry = ChainRegistry;
1
+ "use strict";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/types",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "description": "Chain Registry types",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry",
@@ -75,5 +75,5 @@
75
75
  "@keplr-wallet/cosmos": "^0.10.24",
76
76
  "@keplr-wallet/crypto": "^0.10.24"
77
77
  },
78
- "gitHead": "85c4d099a79b176a95e488af82b4b6b365c03732"
78
+ "gitHead": "f1175f2ba69030540b8a4512b74d4a5ae6d8514c"
79
79
  }