@dream-api/sdk 0.1.8 → 0.1.9

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/dist/index.js CHANGED
@@ -195,6 +195,7 @@ var ClerkManager = class {
195
195
  }
196
196
  /**
197
197
  * Load Clerk SDK (call once on page load)
198
+ * Clerk automatically handles __clerk_ticket from sign-up redirect
198
199
  */
199
200
  async load() {
200
201
  if (this.loaded || typeof window === "undefined") return;
package/dist/index.mjs CHANGED
@@ -167,6 +167,7 @@ var ClerkManager = class {
167
167
  }
168
168
  /**
169
169
  * Load Clerk SDK (call once on page load)
170
+ * Clerk automatically handles __clerk_ticket from sign-up redirect
170
171
  */
171
172
  async load() {
172
173
  if (this.loaded || typeof window === "undefined") return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dream-api/sdk",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Official SDK for Dream API - Auth, billing, and usage tracking in one API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",