@ndlib/ndlib-cdk2 1.0.14 → 1.0.15
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/lib/newman-runner.js +2 -1
- package/lib/pipeline-s3-sync.js +1 -1
- package/package.json +17 -17
package/lib/newman-runner.js
CHANGED
|
@@ -9,7 +9,7 @@ class NewmanRunner {
|
|
|
9
9
|
const projectProps = {
|
|
10
10
|
...props,
|
|
11
11
|
environment: {
|
|
12
|
-
buildImage: aws_cdk_lib_1.aws_codebuild.LinuxBuildImage.
|
|
12
|
+
buildImage: aws_cdk_lib_1.aws_codebuild.LinuxBuildImage.STANDARD_7_0,
|
|
13
13
|
},
|
|
14
14
|
buildSpec: aws_cdk_lib_1.aws_codebuild.BuildSpec.fromObject({
|
|
15
15
|
version: '0.2',
|
|
@@ -17,6 +17,7 @@ class NewmanRunner {
|
|
|
17
17
|
install: {
|
|
18
18
|
commands: [
|
|
19
19
|
'n 18',
|
|
20
|
+
'npm install --global yarn',
|
|
20
21
|
'npm install -g newman@5.3.2',
|
|
21
22
|
'echo "Ensure that the Newman spec is readable"',
|
|
22
23
|
`chmod 755 ${props.collectionPath}`,
|
package/lib/pipeline-s3-sync.js
CHANGED
|
@@ -15,7 +15,7 @@ class PipelineS3Sync extends constructs_1.Construct {
|
|
|
15
15
|
description: 'Deploys built web components to bucket',
|
|
16
16
|
timeout: aws_cdk_lib_1.Duration.minutes(10),
|
|
17
17
|
environment: {
|
|
18
|
-
buildImage: aws_cdk_lib_1.aws_codebuild.LinuxBuildImage.
|
|
18
|
+
buildImage: aws_cdk_lib_1.aws_codebuild.LinuxBuildImage.STANDARD_7_0,
|
|
19
19
|
privileged: true,
|
|
20
20
|
},
|
|
21
21
|
environmentVariables: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ndlib/ndlib-cdk2",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.15",
|
|
4
4
|
"description": "Reusable CDK2 modules used within Hesburgh Libraries of Notre Dame",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -37,43 +37,43 @@
|
|
|
37
37
|
},
|
|
38
38
|
"homepage": "https://github.com/ndlibrary/ndlib-cdk2#readme",
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"aws-cdk-lib": "^2.
|
|
40
|
+
"aws-cdk-lib": "^2.88.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@types/jest": "^29.5.
|
|
44
|
-
"@types/node": "^18.
|
|
45
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
46
|
-
"@typescript-eslint/parser": "^
|
|
47
|
-
"aws-sdk-client-mock": "^
|
|
48
|
-
"eslint": "^8.
|
|
43
|
+
"@types/jest": "^29.5.3",
|
|
44
|
+
"@types/node": "^18.16.19",
|
|
45
|
+
"@typescript-eslint/eslint-plugin": "^6.1.0",
|
|
46
|
+
"@typescript-eslint/parser": "^6.1.0",
|
|
47
|
+
"aws-sdk-client-mock": "^3.0.0",
|
|
48
|
+
"eslint": "^8.45.0",
|
|
49
49
|
"eslint-config-standard": "^17.1.0",
|
|
50
50
|
"eslint-plugin-import": "^2.27.5",
|
|
51
|
-
"eslint-plugin-jest": "^27.2.
|
|
51
|
+
"eslint-plugin-jest": "^27.2.3",
|
|
52
52
|
"eslint-plugin-n": "^16.0.1",
|
|
53
53
|
"eslint-plugin-node": "^11.1.0",
|
|
54
54
|
"eslint-plugin-promise": "^6.1.1",
|
|
55
55
|
"eslint-plugin-standard": "^5.0.0",
|
|
56
56
|
"github-changes": "^2.0.3",
|
|
57
|
-
"jest": "^29.
|
|
58
|
-
"jest-mock": "^29.
|
|
59
|
-
"prettier": "^
|
|
57
|
+
"jest": "^29.6.1",
|
|
58
|
+
"jest-mock": "^29.6.1",
|
|
59
|
+
"prettier": "^3.0.0",
|
|
60
60
|
"subpackage": "^1.1.0",
|
|
61
|
-
"ts-jest": "^29.1.
|
|
61
|
+
"ts-jest": "^29.1.1",
|
|
62
62
|
"tsc-watch": "^6.0.4",
|
|
63
|
-
"typescript": "^5.1.
|
|
63
|
+
"typescript": "^5.1.6"
|
|
64
64
|
},
|
|
65
65
|
"files": [
|
|
66
66
|
"lib/**/*"
|
|
67
67
|
],
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"aws-cdk-lib": "^2.
|
|
70
|
-
"constructs": "^10.2.
|
|
69
|
+
"aws-cdk-lib": "^2.88.0",
|
|
70
|
+
"constructs": "^10.2.69",
|
|
71
71
|
"node-fetch": "^3.3.1"
|
|
72
72
|
},
|
|
73
73
|
"subPackages": [
|
|
74
74
|
"src/internal-lambdas/sourceWatcherLambda/src"
|
|
75
75
|
],
|
|
76
76
|
"engines": {
|
|
77
|
-
"node": ">=
|
|
77
|
+
"node": ">=18.0.0"
|
|
78
78
|
}
|
|
79
79
|
}
|