@clerk/vue 1.17.3 → 1.17.4

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.
@@ -1,5 +1,5 @@
1
1
  import type { ErrorThrowerOptions } from '@clerk/shared/error';
2
- declare const errorThrower: import("@clerk/shared/error-CHrIvojb").ErrorThrower;
2
+ declare const errorThrower: import("@clerk/shared/error-Br-YqsCJ").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.3",
1583
+ version: "1.17.4",
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",
3
+ "version": "1.17.4",
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/types": "^4.101.6",
53
- "@clerk/shared": "^3.39.0"
52
+ "@clerk/shared": "^3.40.0",
53
+ "@clerk/types": "^4.101.7"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@testing-library/vue": "^8.1.0",