@clerk/vue 1.17.4 → 1.17.6
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/errors/errorThrower.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ErrorThrowerOptions } from '@clerk/shared/error';
|
|
2
|
-
declare const errorThrower: import("@clerk/shared/error-
|
|
2
|
+
declare const errorThrower: import("@clerk/shared/error-BN1GdoFe").ErrorThrower;
|
|
3
3
|
export { errorThrower };
|
|
4
4
|
/**
|
|
5
5
|
* Overrides options of the internal errorThrower (eg setting packageName prefix).
|
package/dist/index.js
CHANGED
|
@@ -1580,7 +1580,7 @@ import { loadClerkJsScript } from "@clerk/shared/loadClerkJsScript";
|
|
|
1580
1580
|
import { computed as computed12, ref as ref5, shallowRef, triggerRef } from "vue";
|
|
1581
1581
|
var SDK_METADATA = {
|
|
1582
1582
|
name: "@clerk/vue",
|
|
1583
|
-
version: "1.17.
|
|
1583
|
+
version: "1.17.6",
|
|
1584
1584
|
environment: process.env.NODE_ENV
|
|
1585
1585
|
};
|
|
1586
1586
|
var clerkPlugin = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clerk/vue",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.6",
|
|
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.
|
|
53
|
-
"@clerk/types": "^4.101.
|
|
52
|
+
"@clerk/shared": "^3.41.1",
|
|
53
|
+
"@clerk/types": "^4.101.9"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@testing-library/vue": "^8.1.0",
|