@imgly/plugin-autocaption-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/dist/index.mjs CHANGED
@@ -11,5 +11,5 @@ async function T(i,e,h,d){let c=d?.debug?console.log.bind(console):()=>{};try{if
11
11
  <path d="M9.30058 7.82012C9.54712 7.1791 10.454 7.1791 10.7006 7.82012L12.3809 12.189C12.4571 12.3871 12.6136 12.5436 12.8117 12.6198L17.1806 14.3001C17.8216 14.5466 17.8216 15.4536 17.1806 15.7001L12.8117 17.3804C12.6136 17.4566 12.4571 17.6131 12.3809 17.8112L10.7006 22.1801C10.454 22.8211 9.54712 22.8211 9.30058 22.1801L7.62024 17.8112C7.54406 17.6131 7.38754 17.4566 7.18947 17.3804L2.82061 15.7001C2.17959 15.4536 2.17959 14.5466 2.82061 14.3001L7.18947 12.6198C7.38754 12.5436 7.54406 12.3871 7.62024 12.189L9.30058 7.82012Z" fill="currentColor"/>
12
12
  </symbol>
13
13
  </svg>
14
- `)}var G=i=>({name:w,version:"1.75.0-rc.0",...L(i)}),V=G;export{V as default};
14
+ `)}var G=i=>({name:w,version:"1.75.0-rc.5",...L(i)}),V=G;export{V as default};
15
15
  //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@imgly/plugin-autocaption-web",
3
- "version": "1.75.0-rc.0",
3
+ "version": "1.75.0-rc.5",
4
4
  "description": "Autocaption plugin for the CE.SDK editor",
5
5
  "keywords": [
6
6
  "CE.SDK",
@@ -38,7 +38,7 @@
38
38
  "dist/"
39
39
  ],
40
40
  "devDependencies": {
41
- "@fal-ai/client": "^1.9.0",
41
+ "@fal-ai/client": "1.9.0",
42
42
  "@types/jest": "^30.0.0",
43
43
  "chalk": "^5.4.1",
44
44
  "concurrently": "^8.2.2",
@@ -51,7 +51,8 @@
51
51
  "typescript": "^5.7.3"
52
52
  },
53
53
  "peerDependencies": {
54
- "@cesdk/cesdk-js": "1.75.0-rc.0"
54
+ "@cesdk/cesdk-js": "^1.75.0-rc.5",
55
+ "@cesdk/engine": "^1.75.0-rc.5"
55
56
  },
56
57
  "scripts": {
57
58
  "start": "pnpm run watch",
@@ -59,7 +60,6 @@
59
60
  "purge": "pnpm exec rimraf node_modules",
60
61
  "build": "pnpm run clean && pnpm exec node scripts/build.mjs",
61
62
  "dev": "SKIP_DTS=true node scripts/watch.mjs",
62
- "dev:wait": "node ../../scripts/dev-wait.mjs",
63
63
  "dev:types": "tsc --emitDeclarationOnly --watch --preserveWatchOutput",
64
64
  "check:all": "concurrently -n lint,type,pretty \"pnpm run check:lint\" \"pnpm run check:types\" \"pnpm run check:pretty\"",
65
65
  "check:lint": "eslint --max-warnings 0 --ignore-pattern '**/__tests__/**' --ignore-pattern '**/*.test.ts' './src/**/*.{ts,tsx}'",