@hachej/boring-core 0.1.61 → 0.1.63
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/front/index.d.ts +2 -2
- package/package.json +4 -4
package/dist/front/index.d.ts
CHANGED
|
@@ -142,7 +142,7 @@ declare function useSignIn(): {
|
|
|
142
142
|
}, FetchOptions["throw"] extends true ? true : false>>;
|
|
143
143
|
} & {
|
|
144
144
|
social: <FetchOptions extends better_auth.ClientFetchOption<Partial<{
|
|
145
|
-
provider:
|
|
145
|
+
provider: (string & {}) | "line" | "linear" | "huggingface" | "github" | "apple" | "atlassian" | "cognito" | "discord" | "facebook" | "figma" | "microsoft" | "google" | "slack" | "spotify" | "twitch" | "twitter" | "dropbox" | "kick" | "linkedin" | "gitlab" | "tiktok" | "reddit" | "roblox" | "salesforce" | "vk" | "zoom" | "notion" | "kakao" | "naver" | "paybin" | "paypal" | "polar" | "railway" | "vercel" | "wechat";
|
|
146
146
|
callbackURL?: string | undefined;
|
|
147
147
|
newUserCallbackURL?: string | undefined;
|
|
148
148
|
errorCallbackURL?: string | undefined;
|
|
@@ -166,7 +166,7 @@ declare function useSignIn(): {
|
|
|
166
166
|
loginHint?: string | undefined;
|
|
167
167
|
additionalData?: Record<string, any> | undefined;
|
|
168
168
|
}> & Record<string, any>, Partial<Record<string, any>> & Record<string, any>, Record<string, any> | undefined>>(data_0: better_auth.Prettify<{
|
|
169
|
-
provider:
|
|
169
|
+
provider: (string & {}) | "line" | "linear" | "huggingface" | "github" | "apple" | "atlassian" | "cognito" | "discord" | "facebook" | "figma" | "microsoft" | "google" | "slack" | "spotify" | "twitch" | "twitter" | "dropbox" | "kick" | "linkedin" | "gitlab" | "tiktok" | "reddit" | "roblox" | "salesforce" | "vk" | "zoom" | "notion" | "kakao" | "naver" | "paybin" | "paypal" | "polar" | "railway" | "vercel" | "wechat";
|
|
170
170
|
callbackURL?: string | undefined;
|
|
171
171
|
newUserCallbackURL?: string | undefined;
|
|
172
172
|
errorCallbackURL?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hachej/boring-core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.63",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Foundation package for boring-ui-v2 apps: DB, auth, config, HTTP app factory, and frontend app shell.",
|
|
@@ -79,9 +79,9 @@
|
|
|
79
79
|
"react-router-dom": "^7.14.2",
|
|
80
80
|
"smol-toml": "^1.6.1",
|
|
81
81
|
"zod": "^3.25.76",
|
|
82
|
-
"@hachej/boring-agent": "0.1.
|
|
83
|
-
"@hachej/boring-ui-kit": "0.1.
|
|
84
|
-
"@hachej/boring-workspace": "0.1.
|
|
82
|
+
"@hachej/boring-agent": "0.1.63",
|
|
83
|
+
"@hachej/boring-ui-kit": "0.1.63",
|
|
84
|
+
"@hachej/boring-workspace": "0.1.63"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
87
|
"@testing-library/jest-dom": "^6.9.1",
|