Comparing version 2.3.2 to 2.5.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var assert_1 = require("./assert"); | ||
exports.assert = assert_1.assert; | ||
var sleep_1 = require("./sleep"); | ||
exports.sleep = sleep_1.sleep; | ||
var utils_1 = require("@cosmjs/utils"); | ||
exports.assert = utils_1.assert; | ||
exports.sleep = utils_1.sleep; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@iov/utils", | ||
"version": "2.3.2", | ||
"version": "2.5.0", | ||
"description": "Utility tools, primarily for testing code", | ||
@@ -31,12 +31,8 @@ "author": "IOV SAS <admin@iov.one>", | ||
"build": "shx rm -rf ./build && tsc && yarn move-types && yarn format-types", | ||
"build-or-skip": "[ -n \"$SKIP_BUILD\" ] || yarn build", | ||
"test-node": "node jasmine-testrunner.js", | ||
"test": "yarn build-or-skip && yarn test-node", | ||
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js", | ||
"test-edge": "yarn pack-web && karma start --single-run --browsers Edge", | ||
"test-firefox": "yarn pack-web && karma start --single-run --browsers Firefox", | ||
"test-chrome": "yarn pack-web && karma start --single-run --browsers ChromeHeadless", | ||
"test-safari": "yarn pack-web && karma start --single-run --browsers Safari" | ||
"build-or-skip": "[ -n \"$SKIP_BUILD\" ] || yarn build" | ||
}, | ||
"gitHead": "6b701c34cb97929893adfdfb63889b741de9757f" | ||
"dependencies": { | ||
"@cosmjs/utils": "^0.20.0" | ||
}, | ||
"gitHead": "eb452f8ff56b712c4bbb1b48ffa0e6d8140706c6" | ||
} |
@@ -1,2 +0,1 @@ | ||
export { assert } from "./assert"; | ||
export { sleep } from "./sleep"; | ||
export { assert, sleep } from "@cosmjs/utils"; |
Sorry, the diff of this file is not supported yet
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
13712
1
6
6
1
+ Added@cosmjs/utils@^0.20.0
+ Added@cosmjs/utils@0.20.1(transitive)