@sogni-ai/sogni-client-wrapper 1.3.0 → 1.3.2

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sogni-ai/sogni-client-wrapper",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "description": "Enhanced Node.js wrapper for Sogni AI SDK with n8n compatibility and improved developer experience",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "homepage": "https://github.com/sogni-ai/sogni-client-wrapper#readme",
37
37
  "dependencies": {
38
- "@sogni-ai/sogni-client": "^4.0.0-alpha.49"
38
+ "@sogni-ai/sogni-client": "4.0.0-alpha.53"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/node": "^22.0.0",