@liflig/cdk 2.19.2 → 2.19.4

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 @@ There will be breaking changes across both minor and patch releases, as we will
11
11
  CDK has some major issues for 3rd party library authors which
12
12
  are not yet resolved. Some relevant information:
13
13
 
14
- * https://github.com/aws/aws-cdk-rfcs/blob/master/text/0006-monolothic-packaging.md
14
+ - <https://github.com/aws/aws-cdk-rfcs/blob/master/text/0006-monolothic-packaging.md>
15
15
 
16
16
  ## Pre-commit checklist
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liflig/cdk",
3
- "version": "2.19.2",
3
+ "version": "2.19.4",
4
4
  "description": "CDK library for Liflig",
5
5
  "repository": {
6
6
  "type": "git",
@@ -44,7 +44,7 @@
44
44
  "@commitlint/config-conventional": "18.6.0",
45
45
  "@types/aws-lambda": "8.10.133",
46
46
  "@types/jest": "29.5.12",
47
- "@types/node": "18.19.14",
47
+ "@types/node": "18.19.15",
48
48
  "@typescript-eslint/eslint-plugin": "5.62.0",
49
49
  "@typescript-eslint/parser": "5.62.0",
50
50
  "aws-cdk": "2.111.0",
@@ -56,7 +56,7 @@
56
56
  "husky": "8.0.3",
57
57
  "jest": "29.7.0",
58
58
  "jest-cdk-snapshot": "2.0.1",
59
- "prettier": "3.2.4",
59
+ "prettier": "3.2.5",
60
60
  "semantic-release": "22.0.12",
61
61
  "ts-jest": "29.1.2",
62
62
  "ts-node": "10.9.2",