@imgly/plugin-background-removal-web 1.75.0-rc.0 → 1.75.0-rc.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@imgly/plugin-background-removal-web",
3
- "version": "1.75.0-rc.0",
3
+ "version": "1.75.0-rc.5",
4
4
  "description": "Background Removal plugin for the CE.SDK editor",
5
5
  "keywords": [
6
6
  "CE.SDK",
@@ -53,8 +53,8 @@
53
53
  "@imgly/plugin-utils": "0.0.0"
54
54
  },
55
55
  "peerDependencies": {
56
- "@cesdk/cesdk-js": "1.75.0-rc.0",
57
- "onnxruntime-web": "1.21.0"
56
+ "onnxruntime-web": "1.21.0",
57
+ "@cesdk/cesdk-js": "^1.75.0-rc.5"
58
58
  },
59
59
  "scripts": {
60
60
  "start": "npm run watch",
@@ -63,7 +63,6 @@
63
63
  "build": "pnpm run clean && pnpm exec node scripts/build.mjs",
64
64
  "test": "echo No tests",
65
65
  "dev": "SKIP_DTS=true node scripts/watch.mjs",
66
- "dev:wait": "node ../../scripts/dev-wait.mjs",
67
66
  "dev:types": "tsc --emitDeclarationOnly --watch --preserveWatchOutput",
68
67
  "publish:latest": "pnpm run build && pnpm publish --tag latest --access public",
69
68
  "publish:next": "pnpm run build && pnpm publish --tag next --access public",