@aligent/cdk-header-change-detection 1.7.2 → 1.7.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @aligent/cdk-header-change-detection
2
2
 
3
+ ## 1.7.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1606](https://github.com/aligent/cdk-constructs/pull/1606) [`0e35d91`](https://github.com/aligent/cdk-constructs/commit/0e35d91ab5244d90625ebe19d943694af875a422) Thanks [@porhkz](https://github.com/porhkz)! - Update repository URLs in package.json to match npm provenance expectations
8
+
9
+ ## 1.7.3
10
+
11
+ ### Patch Changes
12
+
13
+ - [#1601](https://github.com/aligent/cdk-constructs/pull/1601) [`1488e90`](https://github.com/aligent/cdk-constructs/commit/1488e90d7f468f7646142a9968a3d4e06389b358) Thanks [@porhkz](https://github.com/porhkz)! - Fix badges on readmes
14
+
3
15
  ## 1.7.2
4
16
 
5
17
  ### Patch Changes
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## Overview
4
4
 
5
+ ![TypeScript version](https://img.shields.io/github/package-json/dependency-version/aligent/cdk-constructs/dev/typescript?filename=packages/constructs/header-change-detection/package.json&color=red) ![AWS CDK version](https://img.shields.io/github/package-json/dependency-version/aligent/cdk-constructs/dev/aws-cdk?filename=packages/constructs/header-change-detection/package.json) ![NPM version](https://img.shields.io/npm/v/%40aligent%2Fcdk-header-change-detection?color=green)
6
+
5
7
  Creates a Lambda function that periodically scans security headers and sends the results to SNS.
6
8
 
7
9
  ### Diagram
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@aligent/cdk-header-change-detection",
3
- "version": "1.7.2",
3
+ "version": "1.7.4",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
- "homepage": "https://github.com/aligent/aws-cdk-constructs/tree/main/packages/header-change-detection#readme",
6
+ "homepage": "https://github.com/aligent/cdk-constructs/tree/main/packages/constructs/header-change-detection#readme",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "git+https://github.com/aligent/aws-cdk-constructs.git"
9
+ "url": "git+https://github.com/aligent/cdk-constructs.git"
10
10
  },
11
11
  "bugs": {
12
- "url": "https://github.com/aligent/aws-cdk-constructs/issues"
12
+ "url": "https://github.com/aligent/cdk-constructs/issues"
13
13
  },
14
14
  "types": "index.d.ts",
15
15
  "scripts": {
@@ -19,7 +19,7 @@
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/jest": "^29.5.10",
22
- "@types/node": "^20.6.3",
22
+ "@types/node": "^20.19.33",
23
23
  "aws-cdk": "^2.1019.1",
24
24
  "jest": "^29.7.0",
25
25
  "ts-jest": "^29.1.1",