@transai/connector-runner-file 0.4.2 → 0.4.3
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 +19 -0
- package/index.cjs +33 -33
- package/index.cjs.map +4 -4
- package/index.js +33 -33
- package/index.js.map +4 -4
- package/libs/connector-runner-file/src/lib/actions/action-download-file.d.ts +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
## 0.4.2 (2025-12-17)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **XODO-1197:** add destination dsn to file dataset ([2c703124](https://github.com/xip-online-applications/xod-core/commit/2c703124))
|
|
6
|
+
- **XODO-1197:** add destination dsn to file dataset ([bfe8b3a9](https://github.com/xip-online-applications/xod-core/commit/bfe8b3a9))
|
|
7
|
+
- **XODO-1197:** use the full file path ([98d2b3c4](https://github.com/xip-online-applications/xod-core/commit/98d2b3c4))
|
|
8
|
+
- **XODO-1197:** updated result and no path traversal ([c0aa0df2](https://github.com/xip-online-applications/xod-core/commit/c0aa0df2))
|
|
9
|
+
- **XODO-1197:** file connector actions bump & read file action ([#959](https://github.com/xip-online-applications/xod-core/pull/959))
|
|
10
|
+
- **XODO-1146:** refresh connector with actions when action is not found in legacy connector runtime ([#952](https://github.com/xip-online-applications/xod-core/pull/952))
|
|
11
|
+
|
|
12
|
+
### 🧱 Updated Dependencies
|
|
13
|
+
|
|
14
|
+
- Updated @transai/connector-runtime-sdk to 0.4.2
|
|
15
|
+
|
|
16
|
+
### ❤️ Thank You
|
|
17
|
+
|
|
18
|
+
- Youri Lefers @yourilefers
|
|
19
|
+
|
|
1
20
|
## 0.4.1 (2025-12-11)
|
|
2
21
|
|
|
3
22
|
### 🧱 Updated Dependencies
|