@myco-dev/sdk 0.1.11 → 0.1.12

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 (1) hide show
  1. package/package.json +5 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myco-dev/sdk",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -52,7 +52,7 @@
52
52
  "better-auth": "^1.4",
53
53
  "clsx": "^2.0",
54
54
  "framer-motion": "^11.0 || ^12.0",
55
- "lucide-react": "^0.400",
55
+ "lucide-react": ">=0.400",
56
56
  "react": "^18 || ^19"
57
57
  },
58
58
  "peerDependenciesMeta": {
@@ -68,6 +68,9 @@
68
68
  "lucide-react": {
69
69
  "optional": true
70
70
  },
71
+ "better-auth": {
72
+ "optional": true
73
+ },
71
74
  "clsx": {
72
75
  "optional": true
73
76
  }