@n8n/ai-utilities 0.28.4 → 0.28.5
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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/ai-utilities",
|
|
3
|
-
"version": "0.28.
|
|
3
|
+
"version": "0.28.5",
|
|
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",
|
|
@@ -91,8 +91,8 @@
|
|
|
91
91
|
},
|
|
92
92
|
"files": [
|
|
93
93
|
"dist",
|
|
94
|
-
"
|
|
95
|
-
"
|
|
94
|
+
"LICENSE.md",
|
|
95
|
+
"LICENSE_EE.md"
|
|
96
96
|
],
|
|
97
97
|
"devDependencies": {
|
|
98
98
|
"@types/json-schema": "^7.0.15",
|
|
@@ -126,11 +126,11 @@
|
|
|
126
126
|
"pdf-parse": "2.4.5",
|
|
127
127
|
"undici": "^6.27.0",
|
|
128
128
|
"@n8n/api-types": "1.35.4",
|
|
129
|
-
"@n8n/
|
|
130
|
-
"@n8n/
|
|
129
|
+
"@n8n/config": "2.33.4",
|
|
130
|
+
"@n8n/backend-network": "1.9.5",
|
|
131
|
+
"n8n-workflow": "2.35.3",
|
|
131
132
|
"@n8n/typescript-config": "1.9.0",
|
|
132
|
-
"@n8n/utils": "1.43.1"
|
|
133
|
-
"n8n-workflow": "2.35.3"
|
|
133
|
+
"@n8n/utils": "1.43.1"
|
|
134
134
|
},
|
|
135
135
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
136
136
|
"homepage": "https://n8n.io",
|