@soulcraft/sdk 3.2.0 → 3.2.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.
Files changed (1) hide show
  1. package/package.json +1 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soulcraft/sdk",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "The unified Soulcraft platform SDK — data, auth, AI, billing, and notifications",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -43,7 +43,6 @@
43
43
  "@soulcraft/brainy": ">=7.19.11",
44
44
  "@soulcraft/cortex": ">=2.1.5",
45
45
  "@soulcraft/kit-schema": ">=2.0.0",
46
- "@soulcraft/kits": ">=1.0.0",
47
46
  "better-auth": ">=1.0.0",
48
47
  "stripe": ">=20.0.0"
49
48
  },
@@ -57,9 +56,6 @@
57
56
  "@soulcraft/kit-schema": {
58
57
  "optional": true
59
58
  },
60
- "@soulcraft/kits": {
61
- "optional": true
62
- },
63
59
  "better-auth": {
64
60
  "optional": true
65
61
  },