truemark-cdk-lib 1.4.6 → 1.4.8-alpha.0

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.
@@ -8,6 +8,7 @@ set -euo pipefail
8
8
 
9
9
  export PHP_VERSION="8.1"
10
10
  export DATA_MOUNT="/srv"
11
+ export DEBIAN_FRONTEND="noninteractive"
11
12
 
12
13
  # Add motd
13
14
  cat <<-EOF > /etc/motd
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "truemark-cdk-lib",
3
- "version": "1.4.6",
3
+ "version": "1.4.8-alpha.0+19e9828",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "scripts": {
@@ -14,7 +14,7 @@
14
14
  "@aws-sdk/client-dynamodb": "^3.181.0",
15
15
  "@aws-sdk/util-dynamodb": "^3.181.0",
16
16
  "@types/jest": "^27.4.1",
17
- "aws-cdk-lib": "^2.84.0",
17
+ "aws-cdk-lib": "^2.94.0",
18
18
  "constructs": "^10.1.123",
19
19
  "jest": "^27.5.1",
20
20
  "ts-jest": "^27.1.4",
@@ -27,7 +27,7 @@
27
27
  "@aws-cdk/aws-lambda-python-alpha": "^2.18.0-alpha.0",
28
28
  "@aws-cdk/aws-redshift-alpha": "^2.18.0-alpha.0",
29
29
  "@aws-cdk/aws-synthetics-alpha": "^2.18.0-alpha.0",
30
- "aws-cdk-lib": "^2.84.0",
30
+ "aws-cdk-lib": "^2.94.0",
31
31
  "cdk-monitoring-constructs": "^1.27.1",
32
32
  "constructs": "^10.1.230"
33
33
  },
@@ -38,7 +38,7 @@
38
38
  "@aws-cdk/aws-lambda-python-alpha": "^2.18.0-alpha.0",
39
39
  "@aws-cdk/aws-redshift-alpha": "^2.18.0-alpha.0",
40
40
  "@aws-cdk/aws-synthetics-alpha": "^2.18.0-alpha.0",
41
- "aws-cdk-lib": "^2.84.0",
41
+ "aws-cdk-lib": "^2.94.0",
42
42
  "cdk-monitoring-constructs": "^1.27.1",
43
43
  "constructs": "^10.1.230"
44
44
  },
@@ -70,5 +70,5 @@
70
70
  "publishConfig": {
71
71
  "access": "public"
72
72
  },
73
- "gitHead": "c8e68d45e9e82bab7896ac654f623e9afb3adeb6"
73
+ "gitHead": "19e9828d9652de706786a4c9aefcaad9e433959b"
74
74
  }