@batpb/genart-palettes
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "@batpb/genart-palettes", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Color palette classes and methods for the brittni and the polar bear generative art library.", | ||
"main": "./out/dist/src/main/index.js", | ||
"types": "./out/dist/src/main/index.d.ts", | ||
"main": "./out/index.js", | ||
"types": "./out/index.d.ts", | ||
"files": [ | ||
"./out/dist/src/main/**", | ||
"./out/index.d.ts", | ||
"./out/index.d.ts.map", | ||
"./out/index.js", | ||
"./out/index.js.map", | ||
"./.node-version", | ||
"./LICENSE", | ||
"./package.json", | ||
"./package-lock.json", | ||
"./README.md" | ||
], | ||
"scripts": { | ||
"lint": "npx eslint ./src", | ||
"build:source": "rm -r ./out; npx tsc", | ||
"build:types": "rm -r ./api; npx api-extractor run --local --verbose", | ||
"test": "rm -r ./out/tests-coverage; npx jest", | ||
"prepack": "npm run build:source; npm run build:types" | ||
"build:source": "rm -r ./out; rollup --config", | ||
"test": "rm -r ./out/tests-coverage; jest", | ||
"prepack": "npm run build:source" | ||
}, | ||
@@ -55,10 +55,9 @@ "repository": { | ||
"dependencies": { | ||
"@batpb/genart-base": "^0.3.1", | ||
"@batpb/genart-base": "^0.3.2", | ||
"@types/p5": "^1.7.6", | ||
"p5": "^1.9.0", | ||
"tslib": "^2.6.2", | ||
"typescript": "^5.3.3" | ||
"p5": "^1.9.0" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.40.1", | ||
"@rollup/plugin-eslint": "^9.0.5", | ||
"@rollup/plugin-terser": "^0.4.4", | ||
"@types/jest": "^29.5.12", | ||
@@ -70,5 +69,10 @@ "@typescript-eslint/eslint-plugin": "^7.0.1", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"rollup": "^4.12.0", | ||
"rollup-plugin-analyzer": "^4.0.0", | ||
"rollup-plugin-ts": "^3.4.5", | ||
"ts-jest": "^29.1.2", | ||
"ts-node": "^10.9.2" | ||
"ts-node": "^10.9.2", | ||
"tslib": "^2.6.2", | ||
"typescript": "^5.3.3" | ||
} | ||
} |
# Generative Art Library: Color Palettes | ||
Copyright (C) 2023-2024 brittni and the polar bear LLC | ||
Copyright (C) 2023-2024 brittni and the polar bear LLC. | ||
@@ -5,0 +5,0 @@ Color palette classes and methods for the brittni and the polar bear [generative art library](https://github.com/brittni-and-the-polar-bear/generative-art-library). |
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
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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 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
3
69674
15
8
3
55
2
1
- Removedtslib@^2.6.2
- Removedtypescript@^5.3.3
- Removedtslib@2.8.1(transitive)
- Removedtypescript@5.6.3(transitive)
Updated@batpb/genart-base@^0.3.2