@carefully-built/saas-kit 0.1.0 → 0.1.2

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 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carefully-built/saas-kit",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "One-install Carefully Built SaaS Kit package for React, Next.js, Convex, WorkOS, and editable SaaS components.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -260,10 +260,10 @@
260
260
  },
261
261
  "dependencies": {
262
262
  "@carefully-built/agenda": "0.1.6",
263
- "@carefully-built/app-shell": "0.1.2",
263
+ "@carefully-built/app-shell": "0.1.3",
264
264
  "@carefully-built/association-picker": "0.1.2",
265
- "@carefully-built/auth-pages": "0.1.8",
266
- "@carefully-built/automations": "0.1.1",
265
+ "@carefully-built/auth-pages": "0.1.9",
266
+ "@carefully-built/automations": "0.1.2",
267
267
  "@carefully-built/charts": "0.1.1",
268
268
  "@carefully-built/convex-crud": "0.1.8",
269
269
  "@carefully-built/convex-multitenant": "0.1.2",
@@ -288,7 +288,7 @@
288
288
  "@carefully-built/ui": "0.1.15",
289
289
  "@carefully-built/user-picker": "0.1.1",
290
290
  "@carefully-built/widgets": "0.1.0",
291
- "@carefully-built/workos": "0.1.2"
291
+ "@carefully-built/workos": "0.1.3"
292
292
  },
293
293
  "peerDependencies": {
294
294
  "@fullcalendar/core": "^6.1.0",