@adobe/helix-rum-enhancer
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,8 @@ | ||
## [1.0.2](https://github.com/adobe/helix-rum-enhancer/compare/v1.0.1...v1.0.2) (2023-01-12) | ||
### Bug Fixes | ||
* use node 18 ([#24](https://github.com/adobe/helix-rum-enhancer/issues/24)) ([340485a](https://github.com/adobe/helix-rum-enhancer/commit/340485a6bab72bb70e24dafa54fff22ca916c41e)) | ||
## [1.0.1](https://github.com/adobe/helix-rum-enhancer/compare/v1.0.0...v1.0.1) (2022-07-08) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@adobe/helix-rum-enhancer", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Helix RUM Enhancer", | ||
@@ -32,17 +32,17 @@ "main": "src/index.js", | ||
"@adobe/eslint-config-helix": "1.3.2", | ||
"@semantic-release/changelog": "6.0.1", | ||
"@semantic-release/changelog": "6.0.2", | ||
"@semantic-release/git": "10.0.1", | ||
"@semantic-release/npm": "9.0.1", | ||
"c8": "7.11.3", | ||
"c8": "7.12.0", | ||
"codecov": "3.8.3", | ||
"eslint": "8.17.0", | ||
"eslint": "8.31.0", | ||
"eslint-plugin-header": "3.1.1", | ||
"eslint-plugin-import": "2.26.0", | ||
"husky": "8.0.1", | ||
"jsdoc-to-markdown": "7.1.1", | ||
"junit-report-builder": "3.0.0", | ||
"lint-staged": "13.0.1", | ||
"mocha": "10.0.0", | ||
"husky": "8.0.3", | ||
"jsdoc-to-markdown": "8.0.0", | ||
"junit-report-builder": "3.0.1", | ||
"lint-staged": "13.1.0", | ||
"mocha": "10.2.0", | ||
"mocha-multi-reporters": "1.5.1", | ||
"semantic-release": "19.0.3" | ||
"semantic-release": "19.0.5" | ||
}, | ||
@@ -49,0 +49,0 @@ "lint-staged": { |
30438