@studiocms/auth0 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.
- package/dist/effect/auth0.js +0 -1
- package/package.json +5 -7
package/dist/effect/auth0.js
CHANGED
|
@@ -125,7 +125,6 @@ class Auth0OAuthAPI extends Effect.Service()("Auth0OAuthAPI", {
|
|
|
125
125
|
}
|
|
126
126
|
const newUser = yield* createOAuthUser(
|
|
127
127
|
{
|
|
128
|
-
// @ts-expect-error drizzle broke the id variable...
|
|
129
128
|
id: crypto.randomUUID(),
|
|
130
129
|
username: auth0Username,
|
|
131
130
|
name: auth0User.name,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@studiocms/auth0",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.24",
|
|
4
4
|
"description": "Add Auth0 OAuth Support into your StudioCMS project.",
|
|
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.
|
|
60
|
-
"astro": "^5.12.
|
|
61
|
-
"effect": "^3.17.
|
|
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.
|
|
61
|
+
"studiocms": "0.1.0-beta.24"
|
|
64
62
|
},
|
|
65
63
|
"scripts": {
|
|
66
64
|
"build": "buildkit build 'src/**/*.{ts,astro,css,json,png}'",
|