@n8n/ai-utilities 0.23.1 → 0.23.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n8n/ai-utilities",
3
- "version": "0.23.1",
3
+ "version": "0.23.3",
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",
@@ -75,8 +75,8 @@
75
75
  },
76
76
  "files": [
77
77
  "dist",
78
- "LICENSE.md",
79
- "LICENSE_EE.md"
78
+ "LICENSE_EE.md",
79
+ "LICENSE.md"
80
80
  ],
81
81
  "devDependencies": {
82
82
  "@types/json-schema": "^7.0.15",
@@ -108,11 +108,11 @@
108
108
  "@thednp/dommatrix": "^2.0.12",
109
109
  "pdf-parse": "2.4.5",
110
110
  "undici": "^6.24.0",
111
+ "@n8n/backend-network": "1.4.3",
112
+ "@n8n/utils": "1.38.1",
111
113
  "@n8n/config": "2.28.0",
112
114
  "@n8n/typescript-config": "1.8.0",
113
- "@n8n/backend-network": "1.4.1",
114
- "n8n-workflow": "2.30.1",
115
- "@n8n/utils": "1.38.1"
115
+ "n8n-workflow": "2.30.2"
116
116
  },
117
117
  "license": "SEE LICENSE IN LICENSE.md",
118
118
  "homepage": "https://n8n.io",