Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit d6a8d4e
Author: Dr. Daniel Hauschildt <daniel.hauschildt@img.ly>
Date:   Mon May 13 13:28:40 2024 +0200

    fix: Remove "engines" requirement
  • Loading branch information
DanielHauschildt committed May 13, 2024
1 parent 43619ac commit 95e4e3c
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 15 deletions.
7 changes: 2 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.5.0",
"version": "1.5.1",
"name": "workspace",
"workspaces": [
"packages/web",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"@imgly/background-removal-node": "file:../node",
"jest": "^29.6.2"
},
"version": "1.5.0"
"version": "1.5.1"
}
2 changes: 1 addition & 1 deletion packages/node-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"@imgly/background-removal-node": "file:../node",
"uuidv4": "^6.2.13"
},
"version": "1.5.0"
"version": "1.5.1"
}
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imgly/background-removal-node",
"version": "1.5.0",
"version": "1.5.1",
"description": "Background Removal in NodeJS",
"resources": "@imgly/background-removal-node",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/web-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imgly/background-removal-data",
"version": "1.5.0",
"version": "1.5.1",
"description": "Background Removal Data",
"keywords": [
"background-removal",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-examples/vite-project/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-project",
"private": true,
"version": "1.5.0",
"version": "1.5.1",
"type": "module",
"scripts": {
"start": "npm run dev",
Expand Down
5 changes: 1 addition & 4 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imgly/background-removal",
"version": "1.5.0",
"version": "1.5.1",
"description": "Background Removal in the Browser",
"keywords": [
"background-removal",
Expand Down Expand Up @@ -58,9 +58,6 @@
"package:pack": "npm pack . --pack-destination ../../releases",
"lint": "npx prettier --write ."
},
"engines": {
"node": "=20.0.0"
},
"dependencies": {
"@types/lodash-es": "^4.17.12",
"@types/ndarray": "~1.0.14",
Expand Down

0 comments on commit 95e4e3c

Please sign in to comment.