@elastic/ems-client
Advanced tools
Comparing version 7.17.5 to 7.17.6
@@ -10,3 +10,3 @@ { | ||
"^v8.\\d+.\\d+$": "master", | ||
"^v7.\\d+.\\d+$": "v7.17" | ||
"^v7.\\d+.\\d+$": "7.17" | ||
}, | ||
@@ -13,0 +13,0 @@ "targetPRLabels": ["backport"], |
@@ -6,2 +6,6 @@ # Changelog | ||
## [7.17.6] - 2025-01-16 | ||
## Changed | ||
- Upgrade support for Node 22 #552 | ||
## [7.17.5] - 2024-12-23 | ||
@@ -8,0 +12,0 @@ ## Changed |
{ | ||
"name": "@elastic/ems-client", | ||
"version": "7.17.5", | ||
"version": "7.17.6", | ||
"description": "JavaScript client library for the Elastic Maps Service", | ||
@@ -51,17 +51,17 @@ "main": "target/node/index.js", | ||
"@babel/preset-typescript": "7.26.0", | ||
"@eslint/core": "0.9.1", | ||
"@eslint/js": "9.17.0", | ||
"@eslint/core": "0.10.0", | ||
"@eslint/js": "9.18.0", | ||
"@types/eslint__js": "8.42.3", | ||
"@types/jest": "29.5.14", | ||
"@types/lodash": "4.17.13", | ||
"@types/lodash": "4.17.14", | ||
"@types/lru-cache": "5.1.1", | ||
"@types/node": "20.17.10", | ||
"@types/node": "22.10.6", | ||
"@types/semver": "7.5.8", | ||
"@types/topojson-specification": "1.0.5", | ||
"@typescript-eslint/eslint-plugin": "8.18.1", | ||
"@typescript-eslint/parser": "8.18.1", | ||
"@typescript-eslint/eslint-plugin": "8.20.0", | ||
"@typescript-eslint/parser": "8.20.0", | ||
"babel-jest": "29.7.0", | ||
"eslint": "9.17.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-plugin-prettier": "5.2.1", | ||
"eslint": "9.18.0", | ||
"eslint-config-prettier": "10.0.1", | ||
"eslint-plugin-prettier": "5.2.2", | ||
"globals": "15.14.0", | ||
@@ -72,8 +72,8 @@ "husky": "9.1.7", | ||
"ts-jest": "29.2.5", | ||
"typescript": "5.7.2", | ||
"typescript-eslint": "8.18.1" | ||
"typescript": "5.7.3", | ||
"typescript-eslint": "8.20.0" | ||
}, | ||
"engines": { | ||
"node": ">=18 <=20" | ||
"node": ">=18 <=22" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
704391