@clerk/shared 4.0.0-canary.v20260108181859 → 4.0.0-canary.v20260108183840
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/runtime/apiUrlFromPublishableKey.d.ts +1 -1
- package/dist/runtime/error-B_zIwdD8.d.ts.map +1 -1
- package/dist/runtime/index-k_uFz3GY.d.ts.map +1 -1
- package/dist/runtime/loadClerkJsScript.js +2 -2
- package/dist/runtime/loadClerkJsScript.mjs +2 -2
- package/dist/runtime/react/index.d.mts +26 -11
- package/dist/runtime/react/index.d.mts.map +1 -1
- package/dist/runtime/react/index.d.ts +26 -11
- package/dist/runtime/react/index.d.ts.map +1 -1
- package/dist/runtime/react/index.js +309 -499
- package/dist/runtime/react/index.js.map +1 -1
- package/dist/runtime/react/index.mjs +304 -498
- package/dist/runtime/react/index.mjs.map +1 -1
- package/dist/runtime/router.d.mts.map +1 -1
- package/dist/runtime/router.d.ts.map +1 -1
- package/dist/runtime/{versionSelector-C2lw-tQw.js → versionSelector-CaW2zMsO.js} +2 -2
- package/dist/runtime/{versionSelector-C2lw-tQw.js.map → versionSelector-CaW2zMsO.js.map} +1 -1
- package/dist/runtime/{versionSelector-Cs3CCDHf.mjs → versionSelector-DhOQUbHG.mjs} +2 -2
- package/dist/runtime/{versionSelector-Cs3CCDHf.mjs.map → versionSelector-DhOQUbHG.mjs.map} +1 -1
- package/dist/runtime/versionSelector.js +1 -1
- package/dist/runtime/versionSelector.mjs +1 -1
- package/dist/types/index.d.mts.map +1 -1
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clerk/shared",
|
|
3
|
-
"version": "4.0.0-canary.
|
|
3
|
+
"version": "4.0.0-canary.v20260108183840",
|
|
4
4
|
"description": "Internal package utils used by the Clerk SDKs",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -107,11 +107,11 @@
|
|
|
107
107
|
"scripts"
|
|
108
108
|
],
|
|
109
109
|
"dependencies": {
|
|
110
|
-
"@tanstack/query-core": "5.90.16",
|
|
111
110
|
"dequal": "2.0.3",
|
|
112
111
|
"glob-to-regexp": "0.4.1",
|
|
113
112
|
"js-cookie": "3.0.5",
|
|
114
|
-
"std-env": "^3.9.0"
|
|
113
|
+
"std-env": "^3.9.0",
|
|
114
|
+
"swr": "2.3.4"
|
|
115
115
|
},
|
|
116
116
|
"devDependencies": {
|
|
117
117
|
"@base-org/account": "2.0.1",
|
|
@@ -121,6 +121,7 @@
|
|
|
121
121
|
"@solana/wallet-standard": "1.1.4",
|
|
122
122
|
"@stripe/react-stripe-js": "3.1.1",
|
|
123
123
|
"@stripe/stripe-js": "5.6.0",
|
|
124
|
+
"@tanstack/query-core": "5.87.4",
|
|
124
125
|
"@types/glob-to-regexp": "0.4.4",
|
|
125
126
|
"@types/js-cookie": "3.0.6",
|
|
126
127
|
"@wallet-standard/core": "1.1.1",
|