Skip to content

Commit

Permalink
release: v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHauschildt committed Feb 7, 2024
1 parent 09759aa commit c1082a3
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.2",
"version": "1.4.3",
"name": "workspace",
"workspaces": [
"packages/web",
Expand Down
4 changes: 2 additions & 2 deletions 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.4.2"
}
"version": "1.4.3"
}
4 changes: 2 additions & 2 deletions packages/node-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"dependencies": {
"@imgly/background-removal-node": "file:../node"
},
"version": "1.4.2"
}
"version": "1.4.3"
}
4 changes: 2 additions & 2 deletions 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.4.2",
"version": "1.4.3",
"description": "Background Removal in NodeJS",
"resources": "@imgly/background-removal-node",
"keywords": [
Expand Down Expand Up @@ -81,4 +81,4 @@
"webpack": "^5.85.1",
"webpack-cli": "^5.1.4"
}
}
}
4 changes: 2 additions & 2 deletions 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.4.2",
"version": "1.4.3",
"description": "Background Removal Data",
"keywords": [
"background-removal",
Expand Down Expand Up @@ -46,4 +46,4 @@
"dependencies": {
"onnxruntime-web": "~1.17.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/web-examples/create-react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test",
"version": "1.4.2",
"version": "1.4.3",
"private": true,
"dependencies": {
"@imgly/background-removal": "file:../../web",
Expand Down Expand Up @@ -35,4 +35,4 @@
"last 1 safari version"
]
}
}
}
4 changes: 2 additions & 2 deletions 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.4.2",
"version": "1.4.3",
"type": "module",
"scripts": {
"start": "npm run dev",
Expand All @@ -20,4 +20,4 @@
"vite": "^4.3.9",
"vue-tsc": "^1.4.2"
}
}
}
8 changes: 4 additions & 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.4.2",
"version": "1.4.3",
"description": "Background Removal in the Browser",
"keywords": [
"background-removal",
Expand All @@ -26,12 +26,12 @@
"source": "./src/index.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"types": "./dist/src/index.d.ts",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
"types": "./dist/src/index.d.ts"
}
},
"homepage": "https://img.ly/showcases/cesdk/web/background-removal",
Expand Down Expand Up @@ -78,4 +78,4 @@
"webpack": "~5.85.0",
"webpack-cli": "~5.1.0"
}
}
}

0 comments on commit c1082a3

Please sign in to comment.