@clerk/vue 1.17.12 → 1.17.13

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-BZk2gQWo").ErrorThrower;
2
+ declare const errorThrower: import("@clerk/shared/error-D82V0Ple").ErrorThrower;
3
3
  export { errorThrower };
4
4
  /**
5
5
  * Overrides options of the internal errorThrower (eg setting packageName prefix).
package/dist/index.js CHANGED
@@ -1587,7 +1587,7 @@ import { loadClerkJsScript } from "@clerk/shared/loadClerkJsScript";
1587
1587
  import { computed as computed12, ref as ref5, shallowRef, triggerRef } from "vue";
1588
1588
  var SDK_METADATA = {
1589
1589
  name: "@clerk/vue",
1590
- version: "1.17.12",
1590
+ version: "1.17.13",
1591
1591
  environment: process.env.NODE_ENV
1592
1592
  };
1593
1593
  var clerkPlugin = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clerk/vue",
3
- "version": "1.17.12",
3
+ "version": "1.17.13",
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.44.0",
53
- "@clerk/types": "^4.101.14"
52
+ "@clerk/shared": "^3.45.0",
53
+ "@clerk/types": "^4.101.15"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@testing-library/vue": "^8.1.0",