@blueprintjs/colors
Advanced tools
Comparing version 4.1.24 to 4.2.0
{ | ||
"name": "@blueprintjs/colors", | ||
"version": "4.1.24", | ||
"version": "4.2.0", | ||
"description": "Blueprint color definitions", | ||
"main": "lib/index.js", | ||
"main": "lib/cjs/index.js", | ||
"module": "lib/esm/index.js", | ||
"esnext": "lib/esnext/index.js", | ||
"typings": "lib/esm/index.d.ts", | ||
"files": [ | ||
"lib", | ||
"src" | ||
], | ||
"scripts": { | ||
"clean": "rm -rf lib/*", | ||
"compile": "run-p \"compile:*\"", | ||
"compile:esm": "tsc -p src/", | ||
"compile:esm": "tsc -p ./src", | ||
"compile:cjs": "tsc -p ./src -m commonjs --outDir lib/cjs", | ||
"compile:esnext": "tsc -p ./src -t esnext --outDir lib/esnext", | ||
"compile:css": "sass-compile ./src", | ||
@@ -11,0 +20,0 @@ "compile:css-colors": "generate-css-variables --retainDefault true --outputFileName colors _colors.scss", |
{ | ||
"extends": "../../../config/tsconfig.base", | ||
"compilerOptions": { | ||
"lib": ["es6", "dom"], | ||
"module": "commonjs", | ||
"outDir": "../lib", | ||
"target": "ES2015" | ||
"outDir": "../lib/esm" | ||
} | ||
} |
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
74986
37
1616
1