@clerk/vue 2.0.0-snapshot.v20251215203425 → 2.0.0-snapshot.v20251215210631
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
|
@@ -1576,7 +1576,7 @@ import { loadClerkJsScript, loadClerkUiScript } from "@clerk/shared/loadClerkJsS
|
|
|
1576
1576
|
import { computed as computed12, ref as ref5, shallowRef, triggerRef } from "vue";
|
|
1577
1577
|
var SDK_METADATA = {
|
|
1578
1578
|
name: "@clerk/vue",
|
|
1579
|
-
version: "2.0.0-snapshot.
|
|
1579
|
+
version: "2.0.0-snapshot.v20251215210631",
|
|
1580
1580
|
environment: process.env.NODE_ENV
|
|
1581
1581
|
};
|
|
1582
1582
|
var clerkPlugin = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clerk/vue",
|
|
3
|
-
"version": "2.0.0-snapshot.
|
|
3
|
+
"version": "2.0.0-snapshot.v20251215210631",
|
|
4
4
|
"description": "Clerk SDK for Vue",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"clerk",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"dist"
|
|
50
50
|
],
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@clerk/shared": "4.0.0-snapshot.
|
|
52
|
+
"@clerk/shared": "4.0.0-snapshot.v20251215210631"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@testing-library/vue": "^8.1.0",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"unplugin-vue": "^7.0.8",
|
|
59
59
|
"vue": "3.5.24",
|
|
60
60
|
"vue-tsc": "^3.1.4",
|
|
61
|
-
"@clerk/ui": "1.0.0-snapshot.
|
|
61
|
+
"@clerk/ui": "1.0.0-snapshot.v20251215210631"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
64
|
"vue": "^3.2.0"
|