@uinstinct/svelte-wheel-picker 0.1.29 → 0.1.31

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -42,7 +42,7 @@ yarn add @uinstinct/svelte-wheel-picker
42
42
  ### shadcn-svelte
43
43
 
44
44
  ```bash
45
- npx shadcn-svelte@latest add https://svelte-wheel-spinner.netlify.app/r/wheel-picker.json
45
+ npx shadcn-svelte@latest add https://svelte-wheel-picker.netlify.app/r/wheel-picker.json
46
46
  ```
47
47
 
48
48
  This copies the component source directly into your project under `src/lib/components/ui/wheel-picker/`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uinstinct/svelte-wheel-picker",
3
- "version": "0.1.29",
3
+ "version": "0.1.31",
4
4
  "type": "module",
5
5
  "description": "iOS-style wheel picker for Svelte 5 with inertia scrolling, infinite loop, and keyboard navigation",
6
6
  "license": "MIT",