@ctxpipe/aws-cdk 1.1.0 → 1.1.2

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.
@@ -3,5 +3,5 @@
3
3
  * Intentionally not configurable via {@link CtxPipeProps} so CDK-defined infra
4
4
  * cannot drift from the container images this construct expects.
5
5
  */
6
- export declare const PINNED_SERVICE_IMAGE_TAG: "d95a183f3a965a809a97026ae78f1ef180246a51";
6
+ export declare const PINNED_SERVICE_IMAGE_TAG: "01edb1588e90b9dfaae599d1fd1de1444477f3d5";
7
7
  //# sourceMappingURL=pinned-service-image-tag.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pinned-service-image-tag.d.ts","sourceRoot":"","sources":["../src/pinned-service-image-tag.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,eAAO,MAAM,wBAAwB,EACnC,0CAAmD,CAAC"}
1
+ {"version":3,"file":"pinned-service-image-tag.d.ts","sourceRoot":"","sources":["../src/pinned-service-image-tag.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,eAAO,MAAM,wBAAwB,EAAG,0CAAmD,CAAC"}
@@ -6,6 +6,6 @@ exports.PINNED_SERVICE_IMAGE_TAG = void 0;
6
6
  * Intentionally not configurable via {@link CtxPipeProps} so CDK-defined infra
7
7
  * cannot drift from the container images this construct expects.
8
8
  */
9
- // Updated by release CI to the commit SHA associated with the published package.
10
- exports.PINNED_SERVICE_IMAGE_TAG = "d95a183f3a965a809a97026ae78f1ef180246a51";
9
+ // Generated by release/build automation.
10
+ exports.PINNED_SERVICE_IMAGE_TAG = "01edb1588e90b9dfaae599d1fd1de1444477f3d5";
11
11
  //# sourceMappingURL=pinned-service-image-tag.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"pinned-service-image-tag.js","sourceRoot":"","sources":["../src/pinned-service-image-tag.ts"],"names":[],"mappings":";;;AAAA;;;;GAIG;AACH,iFAAiF;AACpE,QAAA,wBAAwB,GACnC,0CAAmD,CAAC"}
1
+ {"version":3,"file":"pinned-service-image-tag.js","sourceRoot":"","sources":["../src/pinned-service-image-tag.ts"],"names":[],"mappings":";;;AAAA;;;;GAIG;AACH,yCAAyC;AAC5B,QAAA,wBAAwB,GAAG,0CAAmD,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctxpipe/aws-cdk",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "AWS CDK construct library for self-hosting ctxpipe",
5
5
  "private": false,
6
6
  "main": "lib/index.js",
@@ -33,6 +33,8 @@
33
33
  "typescript": "^5.9.3"
34
34
  },
35
35
  "scripts": {
36
+ "stamp-image-tag": "node ./scripts/stamp-image-tag.mjs",
37
+ "prebuild": "pnpm run stamp-image-tag",
36
38
  "build": "tsc -p tsconfig.json",
37
39
  "clean": "rm -rf lib"
38
40
  }