update lockfiles for tracker
This commit is contained in:
parent
5c46b8e3df
commit
9af48c666b
5 changed files with 4 additions and 13 deletions
Binary file not shown.
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@openreplay/tracker-graphql",
|
||||
"description": "Tracker plugin for GraphQL requests recording",
|
||||
"version": "4.0.1-2",
|
||||
"version": "4.0.0",
|
||||
"keywords": [
|
||||
"graphql",
|
||||
"logging",
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
"prepublishOnly": "npm run build"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@openreplay/tracker": ">=13.0.0"
|
||||
"@openreplay/tracker": ">=14.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@openreplay/tracker": "file:../tracker",
|
||||
|
|
|
|||
|
|
@ -1,12 +1,9 @@
|
|||
# 15.0.0
|
||||
|
||||
- updated graphql plugin and messages
|
||||
|
||||
# 14.0.0
|
||||
|
||||
- titles for tabs
|
||||
- new `MouseClick` message to introduce heatmaps instead of clickmaps
|
||||
- crossdomain iframe tracking functionality
|
||||
- updated graphql plugin and messages
|
||||
|
||||
# 13.0.2
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@openreplay/tracker",
|
||||
"description": "The OpenReplay tracker main package",
|
||||
"version": "14.0.0",
|
||||
"version": "14.0.1",
|
||||
"keywords": [
|
||||
"logging",
|
||||
"replay"
|
||||
|
|
@ -38,7 +38,6 @@
|
|||
"eslint": "^7.8.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint-plugin-prettier": "^5.0.1",
|
||||
"husky": "^8.0.1",
|
||||
"jest": "^29.3.1",
|
||||
"jest-environment-jsdom": "^29.3.1",
|
||||
"lint-staged": "^13.0.3",
|
||||
|
|
@ -58,11 +57,6 @@
|
|||
"engines": {
|
||||
"node": ">=14.0"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "sh lint.sh"
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,mjs,jsx,ts,tsx}": [
|
||||
"eslint --fix --quiet"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue