@transai/connector-runner-file 0.5.4 → 0.5.6
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/CHANGELOG.md +20 -0
- package/index.cjs +21 -21
- package/index.cjs.map +2 -2
- package/index.js +24 -24
- package/index.js.map +2 -2
- package/libs/connector-runner-file/src/lib/actions/action-delete-file.d.ts +1 -1
- package/libs/connector-runner-file/src/lib/actions/action-download-file.d.ts +1 -1
- package/libs/connector-runner-file/src/lib/actions/action-read-file.d.ts +1 -1
- package/libs/connector-runner-file/src/lib/actions/action-upload-file.d.ts +1 -1
- package/libs/connector-runner-file/src/lib/actions/action-write-file.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
## 0.5.5 (2026-01-07)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **XODO-1133:** ability to use both action ID and config type ([#972](https://github.com/xip-online-applications/xod-core/pull/972))
|
|
6
|
+
|
|
7
|
+
### ❤️ Thank You
|
|
8
|
+
|
|
9
|
+
- Youri Lefers @yourilefers
|
|
10
|
+
|
|
11
|
+
## 0.5.4 (2026-01-07)
|
|
12
|
+
|
|
13
|
+
### 🩹 Fixes
|
|
14
|
+
|
|
15
|
+
- **XODO-1240:** file directories according to linux ([#971](https://github.com/xip-online-applications/xod-core/pull/971))
|
|
16
|
+
|
|
17
|
+
### ❤️ Thank You
|
|
18
|
+
|
|
19
|
+
- Youri Lefers @yourilefers
|
|
20
|
+
|
|
1
21
|
## 0.5.3 (2026-01-06)
|
|
2
22
|
|
|
3
23
|
This was a version bump only for connector-runner-file to align it with other projects, there were no code changes.
|