@bifravst/http-api-mock 1.4.4 → 1.4.6

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -11,7 +11,7 @@ Provides a mock HTTP API for testing third-party API integrations.
11
11
 
12
12
  ## Create a new mock HTTP API
13
13
 
14
- Configure your AWS credentials, see [.envrc.example](./.envrc.example).
14
+ [Provide your AWS credentials](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-authentication.html).
15
15
 
16
16
  Create a new mock API:
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bifravst/http-api-mock",
3
- "version": "1.4.4",
3
+ "version": "1.4.6",
4
4
  "description": "Helper functions for AWS lambdas written in TypeScript.",
5
5
  "exports": {
6
6
  "./*": {
@@ -83,14 +83,14 @@
83
83
  "@aws-sdk/client-dynamodb": "^3.556.0",
84
84
  "@aws-sdk/client-sts": "^3.556.0",
85
85
  "@aws-sdk/util-dynamodb": "^3.556.0",
86
- "@bifravst/aws-cdk-lambda-helpers": "^1.5.0",
86
+ "@bifravst/aws-cdk-lambda-helpers": "^1.5.2",
87
87
  "@bifravst/run": "^1.2.0",
88
88
  "@nordicsemiconductor/cloudformation-helpers": "^9.0.3",
89
89
  "@nordicsemiconductor/from-env": "^3.0.1",
90
90
  "aws-cdk-lib": "^2.139.0",
91
91
  "cdk": "^2.139.0",
92
92
  "chalk": "^5.3.0",
93
- "tsx": "^4.7.2"
93
+ "tsx": "^4.7.3"
94
94
  },
95
95
  "devDependencies": {
96
96
  "@bifravst/eslint-config-typescript": "6.0.24",