@material/material-color-utilities
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "@material/material-color-utilities", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"description": "Algorithms and utilities that power the Material Design 3 (M3) color system, including choosing theme colors from images and creating tones of colors; all in a new color space.", | ||
@@ -24,12 +27,39 @@ "keywords": [ | ||
"homepage": "https://github.com/material-foundation/material-color-utilities/tree/main/typescript", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": "./dist/index.js" | ||
}, | ||
"type": "module", | ||
"files": [ | ||
"**/*.js", | ||
"**/*.js.map", | ||
"**/*.d.ts", | ||
"!**/*_test.*", | ||
"!.wireit/**" | ||
], | ||
"scripts": { | ||
"remove-build": "rm -rf dist", | ||
"build": "npm run remove-build && tsc", | ||
"watch": "tsc -w", | ||
"build": "wireit", | ||
"build:ts": "wireit", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"wireit": { | ||
"build": { | ||
"dependencies": [ | ||
"build:ts" | ||
] | ||
}, | ||
"build:ts": { | ||
"command": "tsc --pretty", | ||
"files": [ | ||
"tsconfig.json", | ||
"**/*.ts", | ||
"!**/*.d.ts" | ||
], | ||
"output": [ | ||
".tsbuildinfo", | ||
"**/*.js", | ||
"**/*.js.map", | ||
"**/*.d.ts", | ||
"!*.js", | ||
"!types/" | ||
], | ||
"clean": "if-file-deleted" | ||
} | ||
}, | ||
"devDependencies": { | ||
@@ -39,7 +69,5 @@ "@types/jasmine": "^3.10.3", | ||
"jasmine": "^4.0.2", | ||
"typescript": "^4.5.5" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://wombat-dressing-room.appspot.com" | ||
"typescript": "^4.5.5", | ||
"wireit": "^0.9.5" | ||
} | ||
} |
@@ -53,11 +53,2 @@ # material-color-utilities | ||
## Troubleshooting | ||
If using node make sure to use the following flag: | ||
``` | ||
node --experimental-specifier-resolution=node | ||
``` | ||
## Contributing | ||
@@ -64,0 +55,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
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 12 instances 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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 12 instances in 1 package
Yes
602890
5
105
6849
58
1