shadcn 4.8.3 → 4.9.0
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/mcp/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a as server}from'../chunk-
|
|
1
|
+
export{a as server}from'../chunk-NAQBA4XN.js';import'../chunk-2X25ZGWB.js';import'../chunk-3ORLOMOE.js';import'../chunk-7SBJAAAY.js';import'../chunk-CHWMSXYA.js';
|
package/dist/registry/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{w as RegistriesIndexParseError,k as RegistryError,j as RegistryErrorCode,o as RegistryFetchError,n as RegistryForbiddenError,v as RegistryInvalidNamespaceError,t as RegistryItemNotFoundError,q as RegistryLocalFileError,u as RegistryMissingEnvironmentVariablesError,p as RegistryNotConfiguredError,l as RegistryNotFoundError,r as RegistryParseError,m as RegistryUnauthorizedError,s as RegistryValidationError,za as getRegistries,Aa as getRegistriesIndex,na as getRegistry,oa as getRegistryItems,Ha as loadRegistry,Ia as loadRegistryItem,pa as resolveRegistryItems,Ma as searchRegistries}from'../chunk-
|
|
1
|
+
export{w as RegistriesIndexParseError,k as RegistryError,j as RegistryErrorCode,o as RegistryFetchError,n as RegistryForbiddenError,v as RegistryInvalidNamespaceError,t as RegistryItemNotFoundError,q as RegistryLocalFileError,u as RegistryMissingEnvironmentVariablesError,p as RegistryNotConfiguredError,l as RegistryNotFoundError,r as RegistryParseError,m as RegistryUnauthorizedError,s as RegistryValidationError,za as getRegistries,Aa as getRegistriesIndex,na as getRegistry,oa as getRegistryItems,Ha as loadRegistry,Ia as loadRegistryItem,pa as resolveRegistryItems,Ma as searchRegistries}from'../chunk-2X25ZGWB.js';import'../chunk-3ORLOMOE.js';import'../chunk-7SBJAAAY.js';import'../chunk-CHWMSXYA.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shadcn",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.9.0",
|
|
4
4
|
"description": "Add components to your apps.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -120,6 +120,7 @@
|
|
|
120
120
|
"format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache",
|
|
121
121
|
"release": "changeset version",
|
|
122
122
|
"pub:beta": "pnpm build && pnpm publish --no-git-checks --access public --tag beta",
|
|
123
|
+
"pub:rc": "pnpm build && pnpm publish --no-git-checks --access public --tag rc",
|
|
123
124
|
"pub:next": "pnpm build && pnpm publish --no-git-checks --access public --tag next",
|
|
124
125
|
"pub:release": "pnpm build && pnpm publish --access public",
|
|
125
126
|
"test": "vitest run",
|