@aligent/cdk-header-change-detection 1.7.7 → 1.7.8
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/CHANGELOG.md +12 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @aligent/cdk-header-change-detection
|
|
2
2
|
|
|
3
|
+
## 1.7.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1639](https://github.com/aligent/cdk-constructs/pull/1639) [`060f291`](https://github.com/aligent/cdk-constructs/commit/060f29103f3fd2146bd2d88de54d0e2009f55910) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps-dev): bump ts-jest from 29.4.6 to 29.4.9 in the testing-tools group across 1 directory
|
|
8
|
+
|
|
9
|
+
- [#1642](https://github.com/aligent/cdk-constructs/pull/1642) [`d760efe`](https://github.com/aligent/cdk-constructs/commit/d760efe3baec8e33df1b49415de815e2bfd128e5) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the aws group across 1 directory with 11 updates
|
|
10
|
+
|
|
11
|
+
- [#1658](https://github.com/aligent/cdk-constructs/pull/1658) [`9da935e`](https://github.com/aligent/cdk-constructs/commit/9da935eaf79dd4fa6a07fc1d183fbe04c5c74501) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates
|
|
12
|
+
|
|
13
|
+
- [#1664](https://github.com/aligent/cdk-constructs/pull/1664) [`20fdd64`](https://github.com/aligent/cdk-constructs/commit/20fdd64200489101ba89ff76ab5564ed60bab0f7) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the other-dependencies group across 1 directory with 4 updates
|
|
14
|
+
|
|
3
15
|
## 1.7.7
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aligent/cdk-header-change-detection",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.8",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/aligent/cdk-constructs/tree/main/packages/constructs/header-change-detection#readme",
|
|
@@ -20,16 +20,16 @@
|
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/jest": "^29.5.10",
|
|
22
22
|
"@types/node": "^20.19.39",
|
|
23
|
-
"aws-cdk": "^2.
|
|
23
|
+
"aws-cdk": "^2.1119.0",
|
|
24
24
|
"jest": "^29.7.0",
|
|
25
|
-
"ts-jest": "^29.
|
|
25
|
+
"ts-jest": "^29.4.9",
|
|
26
26
|
"ts-node": "^10.9.1",
|
|
27
27
|
"typescript": "^5.3.2"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@aws-sdk/client-dynamodb": "^3.
|
|
31
|
-
"@aws-sdk/client-sns": "3.
|
|
32
|
-
"axios": "^1.
|
|
30
|
+
"@aws-sdk/client-dynamodb": "^3.1038.0",
|
|
31
|
+
"@aws-sdk/client-sns": "3.1038.0",
|
|
32
|
+
"axios": "^1.15.2",
|
|
33
33
|
"source-map-support": "^0.5.21"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|