smart-registry 0.7.9 → 0.8.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.
Files changed (2) hide show
  1. package/README.md +10 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -474,11 +474,11 @@ public/
474
474
  └── r/
475
475
  ├── registry.json
476
476
  └── new-york/
477
- ├── toasty.json name: new-york/toasty target: blocks/new-york/toasty.tsx
478
- ├── toaster.json name: new-york/toaster target: components/new-york/toaster.tsx
479
- ├── use-toast.json name: new-york/use-toast target: hooks/new-york/use-toast.ts
480
- ├── utils.json name: new-york/utils target: lib/new-york/utils.ts
481
- └── toast.json name: new-york/toast target: components/ui/new-york/toast.tsx
477
+ ├── toasty.json name: new-york-toasty target: blocks/new-york/toasty.tsx
478
+ ├── toaster.json name: new-york-toaster target: components/new-york/toaster.tsx
479
+ ├── use-toast.json name: new-york-use-toast target: hooks/new-york/use-toast.ts
480
+ ├── utils.json name: new-york-utils target: lib/new-york/utils.ts
481
+ └── toast.json name: new-york-toast target: components/ui/new-york/toast.tsx
482
482
  ```
483
483
 
484
484
  ### For `components` Directory
@@ -540,9 +540,9 @@ public/
540
540
  └── r/
541
541
  ├── registry.json
542
542
  └── new-york/
543
- ├── toasty.json name: new-york/toasty target: blocks/new-york/toasty.tsx
544
- ├── toaster.json name: new-york/toaster target: components/new-york/toaster.tsx
545
- ├── use-toast.json name: new-york/use-toast target: hooks/new-york/use-toast.ts
546
- ├── utils.json name: new-york/utils target: lib/new-york/utils.ts
547
- └── toast.json name: new-york/toast target: components/ui/new-york/toast.tsx
543
+ ├── toasty.json name: new-york-toasty target: blocks/new-york/toasty.tsx
544
+ ├── toaster.json name: new-york-toaster target: components/new-york/toaster.tsx
545
+ ├── use-toast.json name: new-york-use-toast target: hooks/new-york/use-toast.ts
546
+ ├── utils.json name: new-york-utils target: lib/new-york/utils.ts
547
+ └── toast.json name: new-york-toast target: components/ui/new-york/toast.tsx
548
548
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smart-registry",
3
- "version": "0.7.9",
3
+ "version": "0.8.0",
4
4
  "description": "A zero-configuration (no registry.json required), shadcn add / open in v0 compatible registry builder.",
5
5
  "keywords": [
6
6
  "components",