@jis3r/icons 1.0.1 → 1.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jis3r/icons",
3
- "version": "1.0.1",
3
+ "version": "1.1.1",
4
4
  "description": "beautifully crafted, moving icons. for svelte.",
5
5
  "author": "jis3r",
6
6
  "license": "MIT",
@@ -15,7 +15,9 @@
15
15
  "test:unit": "vitest",
16
16
  "test": "npm run test:unit -- --run",
17
17
  "index": "node scripts/indexIcons.js",
18
- "reexport": "node scripts/generateIconExports.js"
18
+ "reexport": "node scripts/generateIconExports.js",
19
+ "registry:build": "node scripts/updateRegistry.js && shadcn-svelte registry build",
20
+ "prep": "npm run index && npm run reexport && npm run registry:build && npm run build && npm run format"
19
21
  },
20
22
  "files": [
21
23
  "dist",
@@ -41,7 +43,7 @@
41
43
  "@sveltejs/vite-plugin-svelte": "^5.0.3",
42
44
  "@types/eslint": "^9.6.0",
43
45
  "autoprefixer": "^10.4.20",
44
- "bits-ui": "^1.3.16",
46
+ "bits-ui": "^1.8.0",
45
47
  "clsx": "^2.1.1",
46
48
  "eslint": "^9.7.0",
47
49
  "eslint-config-prettier": "^10.1.1",
@@ -67,7 +69,9 @@
67
69
  "@vercel/analytics": "^1.5.0",
68
70
  "iflog": "^0.0.4",
69
71
  "mode-watcher": "^0.5.1",
70
- "posthog-js": "^1.246.0"
72
+ "motion": "^12.23.6",
73
+ "posthog-js": "^1.246.0",
74
+ "shadcn-svelte": "^1.0.6"
71
75
  },
72
76
  "overrides": {
73
77
  "cookie": "0.7.0"