@drieam/appsignal-plugin-window-events
Advanced tools
Comparing version 1.1.0 to 2.0.0
import type { JSClient } from "@appsignal/types"; | ||
declare type WindowEventOptions = { | ||
type WindowEventOptions = { | ||
onerror: boolean; | ||
@@ -4,0 +4,0 @@ onunhandledrejection: boolean; |
import type { JSClient } from "@appsignal/types"; | ||
declare type WindowEventOptions = { | ||
type WindowEventOptions = { | ||
onerror: boolean; | ||
@@ -4,0 +4,0 @@ onunhandledrejection: boolean; |
{ | ||
"name": "@drieam/appsignal-plugin-window-events", | ||
"version": "1.1.0", | ||
"version": "2.0.0", | ||
"main": "dist/cjs/index.js", | ||
@@ -10,3 +10,3 @@ "module": "dist/esm/index.js", | ||
"scripts": { | ||
"build": "yarn build:cjs && yarn build:esm", | ||
"build": "pnpm build:cjs && pnpm build:esm", | ||
"build:esm": "tsc -p tsconfig.esm.json", | ||
@@ -18,3 +18,3 @@ "build:esm:watch": "tsc -p tsconfig.esm.json -w --preserveWatchOutput", | ||
"clean": "rimraf dist coverage", | ||
"link:yarn": "yarn link", | ||
"link:pnpm": "pnpm link", | ||
"test": "jest", | ||
@@ -30,3 +30,3 @@ "test:watch": "jest --watch" | ||
}, | ||
"gitHead": "b053d15837b0537df7d143ef1e3722b6a69e55e0" | ||
"gitHead": "bea7a598b677d734be3a9e960c3f10e4183742dc" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23155