Skip to content

Commit

Permalink
v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Jan 13, 2025
1 parent 45dcc99 commit ffc033a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "4.0.0",
"version": "4.0.1",
"npmClient": "pnpm"
}
4 changes: 2 additions & 2 deletions packages/node-vibrant/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "node-vibrant-browser",
"version": "4.0.0",
"version": "4.0.1",
"description": "",
"type": "module",
"module": "./../dist/esm/browser.js",
"main": "./../dist/cjs/browser.cjs",
"types": "./../dist/cjs/browser.d.cts",
"types": "./../dist/cjs/browser.d.cts",
"exports": {
"./package.json": "./package.json",
".": {
Expand Down
4 changes: 2 additions & 2 deletions packages/node-vibrant/node/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "node-vibrant-node",
"version": "4.0.0",
"version": "4.0.1",
"description": "",
"type": "module",
"module": "./../dist/esm/node.js",
"main": "./../dist/cjs/node.cjs",
"types": "./../dist/cjs/node.d.cts",
"types": "./../dist/cjs/node.d.cts",
"exports": {
"./package.json": "./package.json",
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/node-vibrant/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-vibrant",
"version": "4.0.0",
"version": "4.0.1",
"description": "Extract prominent colors from an image. Supports both node and browser environment.",
"license": "MIT",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/node-vibrant/worker.worker/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "node-vibrant-worker-worker",
"version": "4.0.0",
"version": "4.0.1",
"description": "",
"type": "module",
"module": "./../dist/esm/worker.worker.js",
"main": "./../dist/cjs/worker.worker.cjs",
"types": "./../dist/cjs/worker.worker.d.cts",
"types": "./../dist/cjs/worker.worker.d.cts",
"exports": {
"./package.json": "./package.json",
".": {
Expand Down
4 changes: 2 additions & 2 deletions packages/node-vibrant/worker/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "node-vibrant-worker",
"version": "4.0.0",
"version": "4.0.1",
"description": "",
"type": "module",
"module": "./../dist/esm/worker.js",
"main": "./../dist/cjs/worker.cjs",
"types": "./../dist/cjs/worker.d.cts",
"types": "./../dist/cjs/worker.d.cts",
"exports": {
"./package.json": "./package.json",
".": {
Expand Down

0 comments on commit ffc033a

Please sign in to comment.