@clerk/vue 2.4.0 → 2.4.1-canary.v20260610150433
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/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1660,7 +1660,7 @@ import { loadClerkJSScript, loadClerkUIScript } from "@clerk/shared/loadClerkJsS
|
|
|
1660
1660
|
import { computed as computed12, ref as ref5, shallowRef, triggerRef } from "vue";
|
|
1661
1661
|
var SDK_METADATA = {
|
|
1662
1662
|
name: "@clerk/vue",
|
|
1663
|
-
version: "2.4.
|
|
1663
|
+
version: "2.4.1-canary.v20260610150433",
|
|
1664
1664
|
environment: process.env.NODE_ENV
|
|
1665
1665
|
};
|
|
1666
1666
|
var clerkPlugin = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clerk/vue",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.1-canary.v20260610150433",
|
|
4
4
|
"description": "Clerk SDK for Vue",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"clerk",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"dist"
|
|
51
51
|
],
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@clerk/shared": "
|
|
53
|
+
"@clerk/shared": "4.16.1-canary.v20260610150433"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@testing-library/vue": "^8.1.0",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"unplugin-vue": "7.0.8",
|
|
60
60
|
"vue": "3.5.33",
|
|
61
61
|
"vue-tsc": "^3.2.4",
|
|
62
|
-
"@clerk/ui": "
|
|
62
|
+
"@clerk/ui": "1.15.2-canary.v20260610150433"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
65
|
"vue": "^3.2.0"
|