@transai/connector-runner-cube-query 0.6.0 → 0.7.0

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 CHANGED
@@ -1,3 +1,13 @@
1
+ ## 0.6.1 (2026-01-14)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated @transai/connector-runtime-sdk to 0.5.2
6
+
7
+ ## 0.6.0 (2026-01-12)
8
+
9
+ This was a version bump only for connector-runner-cube-query to align it with other projects, there were no code changes.
10
+
1
11
  ## 0.5.0 (2026-01-12)
2
12
 
3
13
  This was a version bump only for connector-runner-cube-query to align it with other projects, there were no code changes.
@@ -5,6 +5,7 @@ export interface FileInfo {
5
5
  modifyTime: Date;
6
6
  }
7
7
  export interface FileHandleInterface {
8
+ readonly path: string;
8
9
  get(): Buffer;
9
10
  close(): boolean;
10
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transai/connector-runner-cube-query",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },