serverless-kms-alias 2.2.1 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Change Log
2
2
 
3
+ ## 3.0.0 - 2023-05-24
4
+
5
+ - Remove support for Node.js v14. Support Node.js v20.
6
+ - Update npms
7
+
3
8
  ## 2.2.1 - 2023-04-17
4
9
 
5
10
  - Update npms
@@ -55,7 +55,7 @@ a project may be further defined and clarified by project maintainers.
55
55
  ## Enforcement
56
56
 
57
57
  Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
- reported by contacting the project team at opensource@github.com. All
58
+ reported by contacting the project team at <opensource@github.com>. All
59
59
  complaints will be reviewed and investigated and will result in a response that
60
60
  is deemed necessary and appropriate to the circumstances. The project team is
61
61
  obligated to maintain confidentiality with regard to the reporter of an incident.
package/package.json CHANGED
@@ -1,32 +1,32 @@
1
1
  {
2
2
  "name": "serverless-kms-alias",
3
- "version": "2.2.1",
3
+ "version": "3.0.0",
4
4
  "engines": {
5
- "node": ">= 14"
5
+ "node": ">= 16"
6
6
  },
7
7
  "dependencies": {
8
- "@aws-sdk/client-kms": "^3.315.0"
8
+ "@aws-sdk/client-kms": "^3.338.0"
9
9
  },
10
10
  "devDependencies": {
11
11
  "@types/lodash": "4.14.194",
12
12
  "@types/serverless": "3.12.11",
13
- "@typescript-eslint/eslint-plugin": "5.59.0",
14
- "@typescript-eslint/parser": "5.59.0",
15
- "eslint": "8.38.0",
13
+ "@typescript-eslint/eslint-plugin": "5.59.7",
14
+ "@typescript-eslint/parser": "5.59.7",
15
+ "eslint": "8.41.0",
16
16
  "eslint-config-airbnb-base": "15.0.0",
17
17
  "eslint-config-airbnb-typescript": "17.0.0",
18
18
  "eslint-config-prettier": "8.8.0",
19
19
  "eslint-plugin-import": "2.27.5",
20
- "eslint-plugin-jsdoc": "41.1.2",
20
+ "eslint-plugin-jsdoc": "44.2.5",
21
21
  "eslint-plugin-prettier": "4.2.1",
22
22
  "eslint-plugin-promise": "6.1.1",
23
23
  "eslint-plugin-security": "1.7.1",
24
24
  "husky": "8.0.3",
25
- "lint-staged": "13.2.1",
26
- "markdownlint-cli": "0.33.0",
25
+ "lint-staged": "13.2.2",
26
+ "markdownlint-cli": "0.34.0",
27
27
  "npm-run-all": "4.1.5",
28
28
  "pinst": "3.0.0",
29
- "prettier": "2.8.7",
29
+ "prettier": "2.8.8",
30
30
  "prettier-plugin-packagejson": "2.4.3",
31
31
  "typescript": "5.0.4"
32
32
  },
@@ -54,5 +54,5 @@
54
54
  "eslint --fix"
55
55
  ]
56
56
  },
57
- "repository": "https://github.com/mpirik/serverless-kms-alias.git"
57
+ "repository": "github:serverless-plugins/serverless-kms-alias"
58
58
  }