@appsignal/vue
Advanced tools
Comparing version
# AppSignal for vue changelog | ||
## 1.1.3 | ||
### Fixed | ||
- [d5c8751](https://github.com/appsignal/appsignal-javascript/commit/d5c8751a183ce6ce24b2f30f56bd582fe0e841ba) patch - Fixed a bug that was preventing Vue3 apps written in TypeScript from starting up. | ||
## 1.1.2 | ||
@@ -4,0 +10,0 @@ |
@@ -1,4 +0,4 @@ | ||
import { VueApp, VueViewModel } from "./types"; | ||
import { VueApp } from "./types"; | ||
import type { JSClient } from "@appsignal/types"; | ||
export declare function errorHandler(appsignal: JSClient, app?: VueApp): (error: Error, vm: VueViewModel, info: string) => void; | ||
export declare function errorHandler(appsignal: JSClient, app?: VueApp): (error: any, vm: any, info: string) => void; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,9 +0,1 @@ | ||
export declare type VueViewModel = { | ||
$vnode: { | ||
[key: string]: any; | ||
}; | ||
$options: { | ||
[key: string]: any; | ||
}; | ||
}; | ||
export declare type VueApp = { | ||
@@ -10,0 +2,0 @@ version: string; |
@@ -1,4 +0,4 @@ | ||
import { VueApp, VueViewModel } from "./types"; | ||
import { VueApp } from "./types"; | ||
import type { JSClient } from "@appsignal/types"; | ||
export declare function errorHandler(appsignal: JSClient, app?: VueApp): (error: Error, vm: VueViewModel, info: string) => void; | ||
export declare function errorHandler(appsignal: JSClient, app?: VueApp): (error: any, vm: any, info: string) => void; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,9 +0,1 @@ | ||
export declare type VueViewModel = { | ||
$vnode: { | ||
[key: string]: any; | ||
}; | ||
$options: { | ||
[key: string]: any; | ||
}; | ||
}; | ||
export declare type VueApp = { | ||
@@ -10,0 +2,0 @@ version: string; |
{ | ||
"name": "@appsignal/vue", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"main": "dist/cjs/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/esm/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
14745
-4.83%55
-22.54%