aws-lambda-secret-fetcher 0.4.0 → 0.4.1

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.
Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "name": "aws-lambda-secret-fetcher",
3
+ "description": "Lightweight TypeScript library for fetching secrets from AWS Secrets Manager via the AWS Parameters and Secrets Lambda Extension (http://localhost, default port 2773), with retries and timeouts using fetch-retrier.",
3
4
  "repository": {
4
5
  "type": "git",
5
6
  "url": "https://github.com/gammarers-aws-lambda-libs/aws-lambda-secret-fetcher.git"
@@ -53,7 +54,7 @@
53
54
  "publishConfig": {
54
55
  "access": "public"
55
56
  },
56
- "version": "0.4.0",
57
+ "version": "0.4.1",
57
58
  "jest": {
58
59
  "coverageProvider": "v8",
59
60
  "testMatch": [