@studiocms/github 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/github.js +0 -1
- package/package.json +5 -7
package/dist/effect/github.js
CHANGED
|
@@ -112,7 +112,6 @@ class GitHubOAuthAPI extends Effect.Service()("GitHubOAuthAPI", {
|
|
|
112
112
|
}
|
|
113
113
|
const newUser = yield* createOAuthUser(
|
|
114
114
|
{
|
|
115
|
-
// @ts-expect-error drizzle broke the id variable...
|
|
116
115
|
id: crypto.randomUUID(),
|
|
117
116
|
username: githubUsername,
|
|
118
117
|
email: githubUser.email,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@studiocms/github",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.24",
|
|
4
4
|
"description": "Add GitHub OAuth Support to 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}'",
|