@liflig/cdk 2.19.2 → 2.19.3
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/README.md +1 -1
- package/package.json +2 -2
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
|
-
|
|
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.
|
|
3
|
+
"version": "2.19.3",
|
|
4
4
|
"description": "CDK library for Liflig",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -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.
|
|
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",
|