@uinstinct/svelte-wheel-picker 0.1.5 → 0.1.8

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 +2 -2
package/README.md CHANGED
@@ -39,7 +39,7 @@ yarn add @uinstinct/svelte-wheel-picker
39
39
  ### shadcn-svelte
40
40
 
41
41
  ```bash
42
- npx shadcn-svelte@latest add https://svelte-wheel-picker.vercel.app/r/wheel-picker.json
42
+ npx shadcn-svelte@latest add https://svelte-wheel-spinner.netlify.app/r/wheel-picker.json
43
43
  ```
44
44
 
45
45
  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.5",
3
+ "version": "0.1.8",
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",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "devDependencies": {
31
31
  "@eslint/js": "10.0.1",
32
- "@sveltejs/adapter-vercel": "^6.3.3",
32
+ "@sveltejs/adapter-static": "3.0.10",
33
33
  "@sveltejs/kit": "2.55.0",
34
34
  "@sveltejs/package": "2.5.7",
35
35
  "@sveltejs/vite-plugin-svelte": "7.0.0",