@cognigy/rest-api-client 2025.15.0 → 2025.15.1

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 (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,7 +1,7 @@
1
- # 2025.15.0
2
- Released: July 22nd, 2025
1
+ # 2025.15.1
2
+ Released: July 24th, 2025
3
3
 
4
- Released state of package up to date with Cognigy.AI v2025.15.0
4
+ Released state of package up to date with Cognigy.AI v2025.15.1
5
5
 
6
6
  # 2025.14.0
7
7
  Released: July 08th, 2025
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cognigy/rest-api-client",
3
- "version": "2025.15.0",
3
+ "version": "2025.15.1",
4
4
  "description": "Cognigy REST-Client",
5
5
  "main": "build/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -32,7 +32,7 @@
32
32
  "dependencies": {
33
33
  "ajv": "6.12.6",
34
34
  "axios": "1.8.3",
35
- "form-data": "4.0.0",
35
+ "form-data": "4.0.4",
36
36
  "tus-js-client": "^3.1.1",
37
37
  "uuidv4": "6.2.13"
38
38
  },