@uploadista/flow-images-nodes 0.0.7 → 0.0.8

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.d.cts CHANGED
@@ -137,7 +137,7 @@ declare function createRemoveBackgroundNode(id: string, {
137
137
  nodeId: string;
138
138
  jobId: string;
139
139
  } | undefined;
140
- }, _uploadista_core_types0.UploadFile, UploadistaError>, never, UploadServer | ImageAiPlugin>;
140
+ }, _uploadista_core_types0.UploadFile, UploadistaError>, never, ImageAiPlugin | UploadServer>;
141
141
  //#endregion
142
142
  //#region src/resize-node.d.ts
143
143
  declare function createResizeNode(id: string, {
package/dist/index.d.ts CHANGED
@@ -137,7 +137,7 @@ declare function createRemoveBackgroundNode(id: string, {
137
137
  nodeId: string;
138
138
  jobId: string;
139
139
  } | undefined;
140
- }, _uploadista_core_types0.UploadFile, UploadistaError>, never, UploadServer | ImageAiPlugin>;
140
+ }, _uploadista_core_types0.UploadFile, UploadistaError>, never, ImageAiPlugin | UploadServer>;
141
141
  //#endregion
142
142
  //#region src/resize-node.d.ts
143
143
  declare function createResizeNode(id: string, {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uploadista/flow-images-nodes",
3
3
  "type": "module",
4
- "version": "0.0.7",
4
+ "version": "0.0.8",
5
5
  "description": "Image processing nodes for Uploadista Flow",
6
6
  "license": "MIT",
7
7
  "author": "Uploadista",
@@ -15,12 +15,12 @@
15
15
  "dependencies": {
16
16
  "effect": "3.18.4",
17
17
  "zod": "4.1.12",
18
- "@uploadista/core": "0.0.7"
18
+ "@uploadista/core": "0.0.8"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/node": "24.9.1",
22
- "tsdown": "0.15.9",
23
- "@uploadista/typescript-config": "0.0.7"
22
+ "tsdown": "0.15.10",
23
+ "@uploadista/typescript-config": "0.0.8"
24
24
  },
25
25
  "scripts": {
26
26
  "build": "tsdown",