@drieam/appsignal
Advanced tools
Comparing version 1.1.1 to 2.0.0
{ | ||
"name": "@drieam/appsignal", | ||
"version": "1.1.1", | ||
"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", | ||
@@ -27,4 +27,4 @@ "test:watch": "jest --watch" | ||
"@appsignal/plugin-path-decorator": "^1.0.7", | ||
"@drieam/appsignal-plugin-window-events": "^1.1.0", | ||
"@drieam/appsignal-react": "^1.1.0" | ||
"@drieam/appsignal-plugin-window-events": "^2.0.0", | ||
"@drieam/appsignal-react": "^2.0.0" | ||
}, | ||
@@ -35,3 +35,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "dec1daef87a3e685bd8de1d4705eeed704fe0888" | ||
"gitHead": "bea7a598b677d734be3a9e960c3f10e4183742dc" | ||
} |
+ Added@drieam/appsignal-plugin-window-events@2.1.2(transitive)
+ Added@drieam/appsignal-react@2.2.2(transitive)
+ Addedreact@18.2.0(transitive)
- Removed@drieam/appsignal-plugin-window-events@1.1.0(transitive)
- Removed@drieam/appsignal-react@1.1.0(transitive)
- Removedreact@18.1.0(transitive)