@kyuda/n8n-nodes-databricks 1.1.1 → 1.2.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.
@@ -1,13 +1,13 @@
1
1
  declare const VectorStoreDatabricks_base: {
2
2
  new (): {
3
- description: import("n8n-workflow/dist").INodeTypeDescription;
3
+ description: import("n8n-workflow/dist/esm").INodeTypeDescription;
4
4
  methods: {
5
5
  listSearch?: {
6
- [key: string]: (this: import("n8n-workflow/dist").ILoadOptionsFunctions, filter?: string, paginationToken?: string) => Promise<import("n8n-workflow/dist").INodeListSearchResult>;
6
+ [key: string]: (this: import("n8n-workflow/dist/esm").ILoadOptionsFunctions, filter?: string, paginationToken?: string) => Promise<import("n8n-workflow/dist/esm").INodeListSearchResult>;
7
7
  };
8
8
  } | undefined;
9
- execute(this: import("n8n-workflow/dist").IExecuteFunctions): Promise<import("n8n-workflow/dist").INodeExecutionData[][]>;
10
- supplyData(this: import("n8n-workflow/dist").ISupplyDataFunctions, itemIndex: number): Promise<import("n8n-workflow/dist").SupplyData>;
9
+ execute(this: import("n8n-workflow/dist/esm").IExecuteFunctions): Promise<import("n8n-workflow/dist/esm").INodeExecutionData[][]>;
10
+ supplyData(this: import("n8n-workflow/dist/esm").ISupplyDataFunctions, itemIndex: number): Promise<import("n8n-workflow/dist/esm").SupplyData>;
11
11
  };
12
12
  };
13
13
  export declare class VectorStoreDatabricks extends VectorStoreDatabricks_base {
@@ -6,7 +6,7 @@ export declare const createVectorStoreNode: <T extends VectorStore = VectorStore
6
6
  description: INodeTypeDescription;
7
7
  methods: {
8
8
  listSearch?: {
9
- [key: string]: (this: import("n8n-workflow/dist").ILoadOptionsFunctions, filter?: string, paginationToken?: string) => Promise<import("n8n-workflow/dist").INodeListSearchResult>;
9
+ [key: string]: (this: import("n8n-workflow/dist/esm").ILoadOptionsFunctions, filter?: string, paginationToken?: string) => Promise<import("n8n-workflow/dist/esm").INodeListSearchResult>;
10
10
  };
11
11
  } | undefined;
12
12
  execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kyuda/n8n-nodes-databricks",
3
- "version": "1.1.1",
3
+ "version": "1.2.1",
4
4
  "description": "Comprehensive Databricks integration for n8n — SQL, Unity Catalog, Jobs, Clusters, Files, Genie, Vector Search, Model Serving, and LangChain AI nodes",
5
5
  "keywords": [
6
6
  "n8n",
@@ -65,18 +65,15 @@
65
65
  "@langchain/core": "^1.1.24",
66
66
  "@langchain/openai": "^1.2.7",
67
67
  "@langchain/textsplitters": "^1.0.1",
68
- "@n8n/json-schema-to-zod": "^1.1.0",
69
- "generate-schema": "2.6.0",
68
+ "@n8n/json-schema-to-zod": "^1.6.0",
70
69
  "langchain": "^1.2.24",
71
70
  "lodash": "^4.17.23",
72
71
  "log4js": "^6.9.1",
73
72
  "mime-types": "^3.0.1",
74
73
  "mlflow-tracing": "0.1.0",
75
- "n8n-core": "^0.125.0",
76
- "node-fetch": "^2.7.0",
77
- "openai": "^4.95.1",
74
+ "n8n-workflow": "2.3.1",
78
75
  "tmp-promise": "3.0.3",
79
- "zod": "^3.21.4"
76
+ "zod": "^3.25.76"
80
77
  },
81
78
  "devDependencies": {
82
79
  "@types/jest": "^29.5.14",
@@ -87,9 +84,8 @@
87
84
  "concurrently": "^9.1.2",
88
85
  "gulp": "^5.0.0",
89
86
  "gulp-cli": "^3.0.0",
90
- "jest-mock-extended": "^4.0.0-beta1",
91
- "module-alias": "^2.2.3",
92
- "n8n-workflow": "1.86",
87
+ "jest-mock-extended": "^4.0.0",
88
+ "module-alias": "^2.3.4",
93
89
  "ts-node-dev": "^2.0.0",
94
90
  "tsc-alias": "^1.8.15",
95
91
  "tsconfig-paths": "^4.2.0",