@clerk/vue 1.14.4-canary.v20251007170333 → 1.14.4-canary.v20251007184632
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
@@ -1536,7 +1536,7 @@ import { loadClerkJsScript } from "@clerk/shared/loadClerkJsScript";
|
|
1536
1536
|
import { computed as computed12, ref as ref5, shallowRef, triggerRef } from "vue";
|
1537
1537
|
var SDK_METADATA = {
|
1538
1538
|
name: "@clerk/vue",
|
1539
|
-
version: "1.14.4-canary.
|
1539
|
+
version: "1.14.4-canary.v20251007184632",
|
1540
1540
|
environment: process.env.NODE_ENV
|
1541
1541
|
};
|
1542
1542
|
var clerkPlugin = {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@clerk/vue",
|
3
|
-
"version": "1.14.4-canary.
|
3
|
+
"version": "1.14.4-canary.v20251007184632",
|
4
4
|
"description": "Clerk SDK for Vue",
|
5
5
|
"keywords": [
|
6
6
|
"clerk",
|
@@ -49,8 +49,8 @@
|
|
49
49
|
"dist"
|
50
50
|
],
|
51
51
|
"dependencies": {
|
52
|
-
"@clerk/shared": "^3.27.4-canary.
|
53
|
-
"@clerk/types": "^4.93.0-canary.
|
52
|
+
"@clerk/shared": "^3.27.4-canary.v20251007184632",
|
53
|
+
"@clerk/types": "^4.93.0-canary.v20251007184632"
|
54
54
|
},
|
55
55
|
"devDependencies": {
|
56
56
|
"@testing-library/vue": "^8.1.0",
|