ai-elements-vue 0.13.1 → 0.14.1

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.
Files changed (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -29,7 +29,7 @@ if (args.length >= 2 && args[0] === 'add') {
29
29
  const component = args[1]
30
30
  const targetUrl = new URL(`/${component}.json`, 'https://registry.ai-elements-vue.com').toString()
31
31
 
32
- const fullCommand = `${commandPrefix} shadcn-vue@latest add ${targetUrl}`
32
+ const fullCommand = `${commandPrefix} shadcn-vue@2.3.3 add ${targetUrl}`
33
33
  const result = spawnSync(fullCommand, {
34
34
  stdio: 'inherit',
35
35
  shell: true,
@@ -56,7 +56,7 @@ else {
56
56
  new URL(`/${item.name}.json`, 'https://registry.ai-elements-vue.com').toString(),
57
57
  )
58
58
 
59
- const fullCommand = `${commandPrefix} shadcn-vue@latest add ${componentUrls.join(' ')}`
59
+ const fullCommand = `${commandPrefix} shadcn-vue@2.3.3 add ${componentUrls.join(' ')}`
60
60
  const result = spawnSync(fullCommand, {
61
61
  stdio: 'inherit',
62
62
  shell: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-elements-vue",
3
- "version": "0.13.1",
3
+ "version": "0.14.1",
4
4
  "private": false,
5
5
  "description": "AI Elements Vue is a component library and custom registry built on top of shadcn-vue to help you build AI-native applications faster.",
6
6
  "license": "MIT",