@ai-stack/payloadcms 3.2.23-beta → 3.2.24
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/dist/types.d.js +3 -0
- package/dist/types.d.js.map +1 -0
- package/package.json +14 -4
package/dist/types.d.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/types.d.ts"],"sourcesContent":["import type { Field } from 'payload'\n\nexport interface AIGenerateArgs {\n prompt: string\n system?: string\n schema?: Field[]\n provider?: string\n model?: string\n mode?: 'auto' | 'json' | 'tool'\n}\n\ndeclare module 'payload' {\n export interface Payload {\n ai: {\n generate: (args: AIGenerateArgs) => Promise<any>\n }\n }\n}\n"],"names":[],"mappings":"AAEA,WAOC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-stack/payloadcms",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.24",
|
|
4
4
|
"private": false,
|
|
5
5
|
"bugs": "https://github.com/ashbuilds/payload-ai/issues",
|
|
6
6
|
"repository": "https://github.com/ashbuilds/payload-ai",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"graphql": "^16.8.1",
|
|
111
111
|
"lexical": "0.35.0",
|
|
112
112
|
"mongodb-memory-server": "10.1.4",
|
|
113
|
-
"next": "15.4.
|
|
113
|
+
"next": "15.4.8",
|
|
114
114
|
"open": "^10.1.0",
|
|
115
115
|
"payload": "^3.55.1",
|
|
116
116
|
"prettier": "^3.4.2",
|
|
@@ -183,9 +183,9 @@
|
|
|
183
183
|
"@anthropic-ai/sdk": "^0.62.0",
|
|
184
184
|
"@fal-ai/client": "^1.7.0",
|
|
185
185
|
"@google/genai": "^1.30.0",
|
|
186
|
-
"ai": "
|
|
186
|
+
"ai": "5.1.0-beta.9",
|
|
187
187
|
"ajv": "^8.17.1",
|
|
188
|
-
"elevenlabs": "
|
|
188
|
+
"elevenlabs": "0.8.2",
|
|
189
189
|
"get-input-selection": "^1.1.4",
|
|
190
190
|
"handlebars": "4.7.8",
|
|
191
191
|
"handlebars-async-helpers": "^1.0.6",
|
|
@@ -196,5 +196,15 @@
|
|
|
196
196
|
"scroll-into-view-if-needed": "^3.1.0",
|
|
197
197
|
"textarea-caret": "^3.0.2",
|
|
198
198
|
"zod": "^4.1.7"
|
|
199
|
+
},
|
|
200
|
+
"resolutions": {
|
|
201
|
+
"form-data": "4.0.4",
|
|
202
|
+
"playwright": "1.55.1",
|
|
203
|
+
"cross-spawn": "7.0.5",
|
|
204
|
+
"jws": "4.0.1",
|
|
205
|
+
"@babel/runtime": "7.26.10",
|
|
206
|
+
"vite": "7.1.11",
|
|
207
|
+
"js-yaml": "4.1.1",
|
|
208
|
+
"esbuild": "0.25.0"
|
|
199
209
|
}
|
|
200
210
|
}
|