@cosmjs/math
Advanced tools
Comparing version 0.25.6 to 0.26.0-alpha1
{ | ||
"name": "@cosmjs/math", | ||
"version": "0.25.6", | ||
"version": "0.26.0-alpha1", | ||
"description": "Math helpers for blockchain projects", | ||
@@ -22,11 +22,12 @@ "contributors": [ | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org" | ||
}, | ||
"scripts": { | ||
"docs": "typedoc --options typedoc.js", | ||
"lint": "eslint --max-warnings 0 \"**/*.{js,ts}\"", | ||
"lint-fix": "eslint --max-warnings 0 \"**/*.{js,ts}\" --fix", | ||
"lint": "eslint --max-warnings 0 \"./**/*.ts\" \"./*.js\"", | ||
"lint-fix": "eslint --fix --max-warnings 0 \"./**/*.ts\" \"./*.js\"", | ||
"format": "prettier --write --loglevel warn \"./src/**/*.ts\"", | ||
"format-text": "prettier --write \"./*.md\"", | ||
"test-node": "node jasmine-testrunner.js", | ||
"test-node": "node --require esm jasmine-testrunner.js", | ||
"test-edge": "yarn pack-web && karma start --single-run --browsers Edge", | ||
@@ -38,4 +39,3 @@ "test-firefox": "yarn pack-web && karma start --single-run --browsers Firefox", | ||
"coverage": "nyc --reporter=text --reporter=lcov yarn test --quiet", | ||
"prebuild": "shx rm -rf ./build", | ||
"build": "tsc", | ||
"build": "rm -rf ./build && tsc", | ||
"build-or-skip": "[ -n \"$SKIP_BUILD\" ] || yarn build", | ||
@@ -48,5 +48,38 @@ "pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js" | ||
"devDependencies": { | ||
"@types/bn.js": "^4.11.6" | ||
}, | ||
"gitHead": "2e52b1b540e737e3d49910efbdb97733d398ba54" | ||
} | ||
"@istanbuljs/nyc-config-typescript": "^1.0.1", | ||
"@types/bn.js": "^4.11.6", | ||
"@types/eslint-plugin-prettier": "^3", | ||
"@types/jasmine": "^3.8", | ||
"@types/karma-firefox-launcher": "^2", | ||
"@types/karma-jasmine": "^4", | ||
"@types/karma-jasmine-html-reporter": "^1", | ||
"@typescript-eslint/eslint-plugin": "^4.28", | ||
"@typescript-eslint/parser": "^4.28", | ||
"buffer": "^6.0.3", | ||
"eslint": "^7.5", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-import-resolver-node": "^0.3.4", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"eslint-plugin-simple-import-sort": "^7.0.0", | ||
"esm": "^3.2.25", | ||
"glob": "^7.1.6", | ||
"jasmine": "^3.8", | ||
"jasmine-core": "^3.7.1", | ||
"jasmine-spec-reporter": "^6", | ||
"karma": "^6.1.1", | ||
"karma-chrome-launcher": "^3.1.0", | ||
"karma-firefox-launcher": "^2.1.0", | ||
"karma-jasmine": "^4.0.1", | ||
"karma-jasmine-html-reporter": "^1.5.4", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.3.2", | ||
"ses": "^0.11.0", | ||
"source-map-support": "^0.5.19", | ||
"ts-node": "^8", | ||
"typedoc": "^0.21", | ||
"typescript": "~4.3", | ||
"webpack": "^5.32.0", | ||
"webpack-cli": "^4.6.0" | ||
} | ||
} |
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
167527
35
17