@chain-registry/utils
Advanced tools
Comparing version 1.2.1 to 1.3.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [1.3.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.2.1...@chain-registry/utils@1.3.0) (2022-11-10) | ||
**Note:** Version bump only for package @chain-registry/utils | ||
## [1.2.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.2.0...@chain-registry/utils@1.2.1) (2022-10-27) | ||
@@ -8,0 +16,0 @@ |
@@ -6,2 +6,13 @@ "use strict"; | ||
}); | ||
var _fees = require("./fees"); | ||
Object.keys(_fees).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _fees[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function get() { | ||
return _fees[key]; | ||
} | ||
}); | ||
}); | ||
var _utils = require("./utils"); | ||
@@ -8,0 +19,0 @@ Object.keys(_utils).forEach(function (key) { |
{ | ||
"name": "@chain-registry/utils", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"description": "Chain Registry Utils", | ||
@@ -79,3 +79,3 @@ "author": "Dan Lynch <pyramation@gmail.com>", | ||
}, | ||
"gitHead": "7c1e7c57d12c072c06dfe2c2c8b969b50205925a" | ||
"gitHead": "c35d96830c1cb4f9cc26643e6238ff659867dfb7" | ||
} |
@@ -0,1 +1,2 @@ | ||
export * from './fees'; | ||
export * from './utils'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33087
11
490