File tree Expand file tree Collapse file tree
vibrant-generator-default Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3- "version" : " 4.0.3 " ,
3+ "version" : " 4.0.4 " ,
44 "npmClient" : " pnpm"
55}
Original file line number Diff line number Diff line change 11{
22 "name" : " node-vibrant" ,
3- "version" : " 4.0.3 " ,
3+ "version" : " 4.0.4 " ,
44 "description" : " Extract prominent colors from an image. Supports both node and browser environment." ,
55 "license" : " MIT" ,
66 "repository" : {
3939 },
4040 "dependencies" : {
4141 "@types/node" : " ^18.15.3" ,
42- "@vibrant/core" : " ^4.0.0 " ,
43- "@vibrant/generator-default" : " ^4.0.3 " ,
44- "@vibrant/image-browser" : " ^4.0.0 " ,
45- "@vibrant/image-node" : " ^4.0.0 " ,
46- "@vibrant/quantizer-mmcq" : " ^4.0.0 "
42+ "@vibrant/core" : " ^4.0.4 " ,
43+ "@vibrant/generator-default" : " ^4.0.4 " ,
44+ "@vibrant/image-browser" : " ^4.0.4 " ,
45+ "@vibrant/image-node" : " ^4.0.4 " ,
46+ "@vibrant/quantizer-mmcq" : " ^4.0.4 "
4747 },
4848 "devDependencies" : {
4949 "@tanstack/vite-config" : " ^0.4.3" ,
50- "@vibrant/color" : " ^4.0.0 " ,
50+ "@vibrant/color" : " ^4.0.4 " ,
5151 "@vitest/browser-playwright" : " ^4.0.18" ,
5252 "playwright" : " ^1.58.0" ,
5353 "vite" : " ^7.3.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vibrant/color" ,
3- "version" : " 4.0.0 " ,
3+ "version" : " 4.0.4 " ,
44 "description" : " Color utilities for vibrant" ,
55 "author" : " crutchcorn" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vibrant/core" ,
3- "version" : " 4.0.0 " ,
3+ "version" : " 4.0.4 " ,
44 "description" : " Core vibrant classes" ,
55 "author" : " crutchcorn" ,
66 "license" : " MIT" ,
2727 "test:build" : " publint --strict"
2828 },
2929 "dependencies" : {
30- "@vibrant/color" : " ^4.0.0 " ,
31- "@vibrant/generator" : " ^4.0.0 " ,
32- "@vibrant/image" : " ^4.0.0 " ,
33- "@vibrant/quantizer" : " ^4.0.0 " ,
34- "@vibrant/worker" : " ^4.0.0 "
30+ "@vibrant/color" : " ^4.0.4 " ,
31+ "@vibrant/generator" : " ^4.0.4 " ,
32+ "@vibrant/image" : " ^4.0.4 " ,
33+ "@vibrant/quantizer" : " ^4.0.4 " ,
34+ "@vibrant/worker" : " ^4.0.4 "
3535 },
3636 "devDependencies" : {
3737 "@tanstack/vite-config" : " ^0.4.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vibrant/generator-default" ,
3- "version" : " 4.0.3 " ,
3+ "version" : " 4.0.4 " ,
44 "description" : " Default generator that generates the original vibrant palette" ,
55 "author" : " crutchcorn" ,
66 "license" : " MIT" ,
2525 "test:build" : " publint --strict"
2626 },
2727 "dependencies" : {
28- "@vibrant/color" : " ^4.0.0 " ,
29- "@vibrant/generator" : " ^4.0.0 "
28+ "@vibrant/color" : " ^4.0.4 " ,
29+ "@vibrant/generator" : " ^4.0.4 "
3030 },
3131 "devDependencies" : {
3232 "@tanstack/vite-config" : " ^0.4.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vibrant/generator" ,
3- "version" : " 4.0.0 " ,
3+ "version" : " 4.0.4 " ,
44 "description" : " Helpers and typings for writing a vibrant generator" ,
55 "author" : " crutchcorn" ,
66 "license" : " MIT" ,
2525 "test:build" : " publint --strict"
2626 },
2727 "dependencies" : {
28- "@vibrant/color" : " ^4.0.0 " ,
29- "@vibrant/types" : " ^4.0.0 "
28+ "@vibrant/color" : " ^4.0.4 " ,
29+ "@vibrant/types" : " ^4.0.4 "
3030 },
3131 "devDependencies" : {
3232 "@tanstack/vite-config" : " ^0.4.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vibrant/image-browser" ,
3- "version" : " 4.0.0 " ,
3+ "version" : " 4.0.4 " ,
44 "description" : " Browser vibrant ImageClass implementation" ,
55 "author" : " crutchcorn" ,
66 "license" : " MIT" ,
2727 "test:build" : " publint --strict"
2828 },
2929 "dependencies" : {
30- "@vibrant/image" : " ^4.0.0 "
30+ "@vibrant/image" : " ^4.0.4 "
3131 },
3232 "devDependencies" : {
3333 "@tanstack/vite-config" : " ^0.4.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vibrant/image-node" ,
3- "version" : " 4.0.0 " ,
3+ "version" : " 4.0.4 " ,
44 "description" : " Node.js vibrant ImageClass implementation" ,
55 "author" : " crutchcorn" ,
66 "license" : " MIT" ,
2828 "@jimp/custom" : " ^0.22.12" ,
2929 "@jimp/plugin-resize" : " ^0.22.12" ,
3030 "@jimp/types" : " ^0.22.12" ,
31- "@vibrant/image" : " ^4.0.0 "
31+ "@vibrant/image" : " ^4.0.4 "
3232 },
3333 "devDependencies" : {
3434 "@tanstack/vite-config" : " ^0.4.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vibrant/image" ,
3- "version" : " 4.0.0 " ,
3+ "version" : " 4.0.4 " ,
44 "description" : " Helpers and typings for writing a vibrant ImageClass" ,
55 "author" : " crutchcorn" ,
66 "license" : " MIT" ,
2525 "test:build" : " publint --strict"
2626 },
2727 "dependencies" : {
28- "@vibrant/color" : " ^4.0.0 "
28+ "@vibrant/color" : " ^4.0.4 "
2929 },
3030 "devDependencies" : {
3131 "@tanstack/vite-config" : " ^0.4.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vibrant/quantizer-mmcq" ,
3- "version" : " 4.0.0 " ,
3+ "version" : " 4.0.4 " ,
44 "description" : " MMCQ quantzier for vibrant" ,
55 "author" : " crutchcorn" ,
66 "license" : " MIT" ,
2525 "test:build" : " publint --strict"
2626 },
2727 "dependencies" : {
28- "@vibrant/color" : " ^4.0.0 " ,
29- "@vibrant/image" : " ^4.0.0 " ,
30- "@vibrant/quantizer" : " ^4.0.0 "
28+ "@vibrant/color" : " ^4.0.4 " ,
29+ "@vibrant/image" : " ^4.0.4 " ,
30+ "@vibrant/quantizer" : " ^4.0.4 "
3131 },
3232 "devDependencies" : {
3333 "@tanstack/vite-config" : " ^0.4.3" ,
You can’t perform that action at this time.
0 commit comments