@n8n/ai-utilities 0.29.2 → 0.30.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n8n/ai-utilities",
3
- "version": "0.29.2",
3
+ "version": "0.30.0",
4
4
  "description": "Utilities for building AI nodes in n8n",
5
5
  "types": "dist/esm/index.d.ts",
6
6
  "module": "dist/esm/index.js",
@@ -28,6 +28,9 @@
28
28
  "tokenizer": [
29
29
  "dist/esm/utils/tokenizer/tiktoken.d.ts"
30
30
  ],
31
+ "json-schema": [
32
+ "dist/esm/json-schema/index.d.ts"
33
+ ],
31
34
  "web-search": [
32
35
  "dist/esm/web-search/index.d.ts"
33
36
  ],
@@ -77,6 +80,11 @@
77
80
  "import": "./dist/esm/utils/tokenizer/tiktoken.js",
78
81
  "require": "./dist/cjs/utils/tokenizer/tiktoken.js"
79
82
  },
83
+ "./json-schema": {
84
+ "types": "./dist/esm/json-schema/index.d.ts",
85
+ "import": "./dist/esm/json-schema/index.js",
86
+ "require": "./dist/cjs/json-schema/index.js"
87
+ },
80
88
  "./web-search": {
81
89
  "types": "./dist/esm/web-search/index.d.ts",
82
90
  "import": "./dist/esm/web-search/index.js",
@@ -113,7 +121,7 @@
113
121
  "dependencies": {
114
122
  "zod": "3.25.76",
115
123
  "zod-to-json-schema": "3.23.3",
116
- "@langchain/core": "1.2.0",
124
+ "@langchain/core": "1.2.8",
117
125
  "@langchain/classic": "1.0.27",
118
126
  "@langchain/community": "1.1.27",
119
127
  "@langchain/textsplitters": "1.0.1",
@@ -122,15 +130,15 @@
122
130
  "lodash": "4.18.1",
123
131
  "tmp-promise": "3.0.3",
124
132
  "js-tiktoken": "1.0.21",
125
- "@thednp/dommatrix": "^2.0.12",
133
+ "@thednp/dommatrix": "^3.1.1",
126
134
  "pdf-parse": "2.4.5",
127
135
  "undici": "^7.29.0",
128
- "@n8n/api-types": "1.36.2",
129
- "@n8n/backend-network": "1.10.2",
136
+ "@n8n/api-types": "1.37.0",
137
+ "@n8n/backend-network": "1.11.0",
130
138
  "@n8n/typescript-config": "1.10.0",
131
- "@n8n/config": "2.34.0",
132
- "n8n-workflow": "2.36.2",
133
- "@n8n/utils": "1.44.0"
139
+ "@n8n/utils": "1.45.0",
140
+ "@n8n/config": "2.35.0",
141
+ "n8n-workflow": "2.37.0"
134
142
  },
135
143
  "license": "SEE LICENSE IN LICENSE.md",
136
144
  "homepage": "https://n8n.io",