@nextsparkjs/ai-workflow 0.1.0-beta.119 → 0.1.0-beta.121

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.
@@ -111,7 +111,7 @@ type EntityFieldType =
111
111
  | 'select' | 'multiselect' | 'radio' | 'buttongroup' | 'tags' | 'combobox'
112
112
 
113
113
  // Media
114
- | 'file' | 'image' | 'video' | 'audio'
114
+ | 'file' | 'image' | 'video' | 'audio' | 'media-library'
115
115
 
116
116
  // Specialized
117
117
  | 'phone' | 'rating' | 'range' | 'doublerange'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextsparkjs/ai-workflow",
3
- "version": "0.1.0-beta.119",
3
+ "version": "0.1.0-beta.121",
4
4
  "description": "AI workflow templates for NextSpark - Claude Code agents, commands, skills, and multi-editor support",
5
5
  "license": "MIT",
6
6
  "author": "NextSpark <hello@nextspark.dev>",