@studiocms/google 0.1.0-beta.23 → 0.1.0-beta.24

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.
@@ -118,7 +118,6 @@ class GoogleOAuthAPI extends Effect.Service()("GoogleOAuthAPI", {
118
118
  }
119
119
  const newUser = yield* createOAuthUser(
120
120
  {
121
- // @ts-expect-error drizzle broke the id variable...
122
121
  id: crypto.randomUUID(),
123
122
  username: googleUsername,
124
123
  email: googleUser.email,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@studiocms/google",
3
- "version": "0.1.0-beta.23",
3
+ "version": "0.1.0-beta.24",
4
4
  "description": "Add Google OAuth Support to your StudioCMS project with ease!",
5
5
  "author": {
6
6
  "name": "withstudiocms",
@@ -23,12 +23,10 @@
23
23
  "astrocms",
24
24
  "astrodb",
25
25
  "astrostudio",
26
- "astro-integration",
27
26
  "astro-studio",
28
27
  "astro-studiocms",
29
28
  "cms",
30
29
  "studiocms",
31
- "withastro",
32
30
  "plugin",
33
31
  "studiocms-plugin"
34
32
  ],
@@ -56,11 +54,11 @@
56
54
  "@types/node": "^22.0.0"
57
55
  },
58
56
  "peerDependencies": {
59
- "@effect/platform": "^0.90.0",
60
- "astro": "^5.12.6",
61
- "effect": "^3.17.3",
57
+ "@effect/platform": "^0.90.1",
58
+ "astro": "^5.12.8",
59
+ "effect": "^3.17.7",
62
60
  "vite": "^6.3.4",
63
- "studiocms": "0.1.0-beta.23"
61
+ "studiocms": "0.1.0-beta.24"
64
62
  },
65
63
  "scripts": {
66
64
  "build": "buildkit build 'src/**/*.{ts,astro,css,json,png}'",