@flipboxlabs/aws-audit-cdk 1.1.0 → 1.1.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @flipboxlabs/aws-audit-cdk
2
2
 
3
- AWS Audit CDK - CDK constructs for AWS audit infrastructure.
3
+ AWS Audit CDK - CDK constructs for AWS audit infrastructure
4
4
 
5
5
  ## Installation
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flipboxlabs/aws-audit-cdk",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "AWS Audit CDK - CDK constructs for AWS audit infrastructure",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -42,7 +42,7 @@
42
42
  "@middy/core": "^6.4.5",
43
43
  "qs": "^6.14.0",
44
44
  "zod": "^4.0.0",
45
- "@flipboxlabs/aws-audit-sdk": "^1.0.0"
45
+ "@flipboxlabs/aws-audit-sdk": "^1.1.1"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@tsconfig/node22": "^22.0.1",