@hpcc-js/util
Advanced tools
Comparing version 0.0.66 to 0.0.67
{ | ||
"name": "@hpcc-js/util", | ||
"version": "0.0.66", | ||
"version": "0.0.67", | ||
"description": "hpcc-js - Utilities", | ||
"main": "build/index.js", | ||
"module": "build/index.es6", | ||
"unpkg": "build/index.min.js", | ||
"main": "dist/index.js", | ||
"module": "dist/index.es6", | ||
"unpkg": "dist/index.min.js", | ||
"types": "types/index.d.ts", | ||
@@ -13,6 +13,6 @@ "files": [ | ||
"src/*.css", | ||
"build/*" | ||
"dist/*" | ||
], | ||
"scripts": { | ||
"clean": "rimraf lib* && rimraf types && rimraf build", | ||
"clean": "rimraf lib* && rimraf types && rimraf dist", | ||
"compile-es6": "tsc --module es6 --outDir ./lib-es6", | ||
@@ -22,3 +22,3 @@ "compile-umd": "tsc --module umd --outDir ./lib-umd", | ||
"bundle-watch": "npm run bundle -- -w", | ||
"minimize": "uglifyjs build/index.js -c -m --source-map -o build/index.min.js", | ||
"minimize": "uglifyjs dist/index.js -c -m --source-map -o dist/index.min.js", | ||
"build": "npm run compile-es6 && npm run bundle", | ||
@@ -25,0 +25,0 @@ "watch": "concurrently --kill-others \"npm run compile-watch\" \"npm run bundle-watch\"", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
6872
695426
8
16