@ironflow/node 0.22.3 → 0.22.4

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/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const SDK_VERSION = "0.22.3";
1
+ export declare const SDK_VERSION = "0.22.4";
2
2
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  // Auto-generated from package.json by scripts/sync-version.mjs
2
2
  // Do not edit manually; run `pnpm build` (or the prebuild hook) to regenerate.
3
- export const SDK_VERSION = "0.22.3";
3
+ export const SDK_VERSION = "0.22.4";
4
4
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ironflow/node",
3
- "version": "0.22.3",
3
+ "version": "0.22.4",
4
4
  "description": "Node.js SDK for Ironflow event-driven backend platform - workers, serve handlers, and step execution",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -43,7 +43,7 @@
43
43
  "README.md"
44
44
  ],
45
45
  "dependencies": {
46
- "@ironflow/core": "^0.22.3",
46
+ "@ironflow/core": "^0.22.4",
47
47
  "zod": "^4.4.3"
48
48
  },
49
49
  "optionalDependencies": {