diff --git a/tracker/tracker-graphql/bun.lockb b/tracker/tracker-graphql/bun.lockb index 9ba1a40db..7dd0747d4 100755 Binary files a/tracker/tracker-graphql/bun.lockb and b/tracker/tracker-graphql/bun.lockb differ diff --git a/tracker/tracker-graphql/package.json b/tracker/tracker-graphql/package.json index a74fe4134..c210d8928 100644 --- a/tracker/tracker-graphql/package.json +++ b/tracker/tracker-graphql/package.json @@ -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", diff --git a/tracker/tracker/CHANGELOG.md b/tracker/tracker/CHANGELOG.md index 8bc8481fa..d39a86128 100644 --- a/tracker/tracker/CHANGELOG.md +++ b/tracker/tracker/CHANGELOG.md @@ -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 diff --git a/tracker/tracker/bun.lockb b/tracker/tracker/bun.lockb index 6ecd363ba..e33001e08 100755 Binary files a/tracker/tracker/bun.lockb and b/tracker/tracker/bun.lockb differ diff --git a/tracker/tracker/package.json b/tracker/tracker/package.json index e6defdd0a..03857bcb0 100644 --- a/tracker/tracker/package.json +++ b/tracker/tracker/package.json @@ -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"