@imgly/plugin-background-removal-web 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +4 -4
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@imgly/plugin-background-removal-web",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "Background Removal plugin for the CE.SDK editor",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"CE.SDK",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"build": "pnpm run clean && pnpm _syncPnpm && pnpm exec node scripts/build.mjs",
|
|
50
50
|
"test": "echo No tests",
|
|
51
51
|
"dev": "pnpm exec concurrently 'node scripts/watch.mjs' 'pnpm _syncPnpm --watch' --names 'build,sync deps'",
|
|
52
|
-
"dev:wait": "pnpm exec wait-on ./dist/index.mjs ./dist/index.d.ts --window 250 --timeout
|
|
52
|
+
"dev:wait": "pnpm exec wait-on ./dist/index.mjs ./dist/index.d.ts --window 250 --timeout 60000",
|
|
53
53
|
"dev:types": "tsc --emitDeclarationOnly --watch --preserveWatchOutput",
|
|
54
54
|
"publish:latest": "pnpm run build && npm publish --tag latest --access public",
|
|
55
55
|
"publish:next": "pnpm run build && npm publish --tag next --access public",
|
|
@@ -79,9 +79,9 @@
|
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
81
|
"@cesdk/cesdk-js": "^1.32.0",
|
|
82
|
-
"onnxruntime-web": "1.21.0
|
|
82
|
+
"onnxruntime-web": "1.21.0"
|
|
83
83
|
},
|
|
84
84
|
"dependencies": {
|
|
85
|
-
"@imgly/background-removal": "1.
|
|
85
|
+
"@imgly/background-removal": "1.7.0"
|
|
86
86
|
}
|
|
87
87
|
}
|