From 54590257b892e996ecd3e84f4d46465353ead683 Mon Sep 17 00:00:00 2001 From: rddimon Date: Thu, 7 Dec 2023 15:05:28 +0200 Subject: [PATCH] fix node14 check --- CHANGELOG.md | 6 ++++++ package-lock.json | 6 +++--- package.json | 1 + 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 239a1ac9..09aeef16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [7.3.2] - 2023-12-07 + +### Fixed +- Bugfix for the hosted zone filtering. +- Switched `tslint` to `eslint` + ## [7.3.1] - 2023-12-01 ### Fixed diff --git a/package-lock.json b/package-lock.json index ed699fa6..7971f3da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "serverless-domain-manager", - "version": "7.4.0", + "version": "7.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "serverless-domain-manager", - "version": "7.4.0", + "version": "7.3.2", "license": "MIT", "dependencies": { "@aws-sdk/client-acm": "^3.460.0", @@ -30,6 +30,7 @@ "@types/randomstring": "^1.1.11", "@types/shelljs": "^0.8.15", "@typescript-eslint/eslint-plugin": "^5.62.0", + "@typescript-eslint/parser": "^5.62.0", "aws-sdk-client-mock": "^3.0.0", "chai": "^4.3.10", "chai-spies": "^1.1.0", @@ -3307,7 +3308,6 @@ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz", "integrity": "sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==", "dev": true, - "peer": true, "dependencies": { "@typescript-eslint/scope-manager": "5.62.0", "@typescript-eslint/types": "5.62.0", diff --git a/package.json b/package.json index 97ae1611..38bf2aa6 100644 --- a/package.json +++ b/package.json @@ -62,6 +62,7 @@ "eslint-plugin-import": "^2.29.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.2.0", + "@typescript-eslint/parser": "^5.62.0", "@typescript-eslint/eslint-plugin": "^5.62.0", "mocha": "^10.2.0", "mocha-param": "^2.0.1",