@aws-mdaa/dataops-job-l3-construct 1.4.0 → 1.5.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.
- package/.jsii +98 -112
- package/lib/dataops-job-l3-construct.d.ts +30 -240
- package/lib/dataops-job-l3-construct.js +23 -23
- package/node_modules/@aws-mdaa/s3-bucketpolicy-helper/.npmignore +34 -0
- package/node_modules/@aws-mdaa/s3-bucketpolicy-helper/jest.config.js +5 -0
- package/node_modules/@aws-mdaa/s3-bucketpolicy-helper/lib/index.ts +241 -0
- package/node_modules/@aws-mdaa/s3-bucketpolicy-helper/package.json +9 -7
- package/node_modules/@aws-mdaa/s3-bucketpolicy-helper/test/bucketpolicy-helper.test.d.ts +5 -0
- package/node_modules/@aws-mdaa/s3-bucketpolicy-helper/test/bucketpolicy-helper.test.js +200 -0
- package/node_modules/@aws-mdaa/s3-bucketpolicy-helper/test/bucketpolicy-helper.test.ts +215 -0
- package/node_modules/@aws-mdaa/s3-bucketpolicy-helper/tsconfig.json +40 -0
- package/node_modules/@aws-mdaa/s3-bucketpolicy-helper/tsconfig.tsbuildinfo +1 -0
- package/node_modules/@aws-mdaa/s3-bucketpolicy-helper/typedoc.json +7 -0
- package/node_modules/@aws-mdaa/s3-inventory-helper/.npmignore +34 -0
- package/node_modules/@aws-mdaa/s3-inventory-helper/jest.config.js +5 -0
- package/node_modules/@aws-mdaa/s3-inventory-helper/lib/index.d.ts +2 -20
- package/node_modules/@aws-mdaa/s3-inventory-helper/lib/index.js +2 -11
- package/node_modules/@aws-mdaa/s3-inventory-helper/lib/index.ts +241 -0
- package/node_modules/@aws-mdaa/s3-inventory-helper/package.json +8 -6
- package/node_modules/@aws-mdaa/s3-inventory-helper/test/TODO +0 -0
- package/node_modules/@aws-mdaa/s3-inventory-helper/tsconfig.json +40 -0
- package/node_modules/@aws-mdaa/s3-inventory-helper/tsconfig.tsbuildinfo +1 -0
- package/node_modules/@aws-mdaa/s3-inventory-helper/typedoc.json +7 -0
- package/package.json +24 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-mdaa/dataops-job-l3-construct",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.0",
|
|
4
4
|
"description": "MDAA DataOps Job L3 Construct",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -15,16 +15,18 @@
|
|
|
15
15
|
"build": "export JSII_SILENCE_WARNING_UNTESTED_NODE_VERSION=1 && jsii --project-references",
|
|
16
16
|
"watch": "jsii -w --project-references",
|
|
17
17
|
"package": "jsii-pacmak --npmignore=false",
|
|
18
|
-
"test": "jest --passWithNoTests --
|
|
19
|
-
"lint": "eslint --max-warnings 0 -c
|
|
20
|
-
"test
|
|
18
|
+
"test": "jest --passWithNoTests --testPathIgnorePatterns='.*\\.snapshot\\.test\\.ts'",
|
|
19
|
+
"lint": "eslint --max-warnings 0 -c ../../../../../eslint.config.mjs",
|
|
20
|
+
"test:coverage": "jest --passWithNoTests --coverage --testPathIgnorePatterns='.*\\.snapshot\\.test\\.ts'",
|
|
21
|
+
"test:snapshots": "jest --passWithNoTests --testPathPattern='.*\\.snapshot\\.test\\.ts'",
|
|
22
|
+
"test:snapshots:update": "jest --passWithNoTests --testPathPattern='.*\\.snapshot\\.test\\.ts' --updateSnapshot"
|
|
21
23
|
},
|
|
22
24
|
"main": "lib/index.js",
|
|
23
25
|
"types": "lib/index.d.ts",
|
|
24
26
|
"devDependencies": {
|
|
25
|
-
"@aws-mdaa/construct": "1.
|
|
26
|
-
"@aws-mdaa/l3-construct": "1.
|
|
27
|
-
"@aws-mdaa/testing": "1.
|
|
27
|
+
"@aws-mdaa/construct": "1.5.0",
|
|
28
|
+
"@aws-mdaa/l3-construct": "1.5.0",
|
|
29
|
+
"@aws-mdaa/testing": "1.5.0",
|
|
28
30
|
"@types/jest": "29.5.14",
|
|
29
31
|
"@types/node": "22.9.0",
|
|
30
32
|
"@types/prettier": "2.6.0",
|
|
@@ -43,25 +45,25 @@
|
|
|
43
45
|
"lodash"
|
|
44
46
|
],
|
|
45
47
|
"peerDependencies": {
|
|
46
|
-
"@aws-mdaa/construct": "1.
|
|
47
|
-
"@aws-mdaa/l3-construct": "1.
|
|
48
|
+
"@aws-mdaa/construct": "1.5.0",
|
|
49
|
+
"@aws-mdaa/l3-construct": "1.5.0",
|
|
48
50
|
"aws-cdk-lib": "2.220.0",
|
|
49
51
|
"constructs": "10.0.96"
|
|
50
52
|
},
|
|
51
53
|
"dependencies": {
|
|
52
|
-
"@aws-mdaa/cloudwatch-constructs": "1.
|
|
53
|
-
"@aws-mdaa/construct": "1.
|
|
54
|
-
"@aws-mdaa/dataops-project-l3-construct": "1.
|
|
55
|
-
"@aws-mdaa/eventbridge-helper": "1.
|
|
56
|
-
"@aws-mdaa/glue-constructs": "1.
|
|
57
|
-
"@aws-mdaa/iam-constructs": "1.
|
|
58
|
-
"@aws-mdaa/iam-role-helper": "1.
|
|
59
|
-
"@aws-mdaa/l3-construct": "1.
|
|
60
|
-
"@aws-mdaa/naming": "1.
|
|
61
|
-
"@aws-mdaa/s3-bucketpolicy-helper": "1.
|
|
62
|
-
"@aws-mdaa/s3-constructs": "1.
|
|
63
|
-
"@aws-mdaa/s3-inventory-helper": "1.
|
|
64
|
-
"@aws-mdaa/sns-constructs": "1.
|
|
54
|
+
"@aws-mdaa/cloudwatch-constructs": "1.5.0",
|
|
55
|
+
"@aws-mdaa/construct": "1.5.0",
|
|
56
|
+
"@aws-mdaa/dataops-project-l3-construct": "1.5.0",
|
|
57
|
+
"@aws-mdaa/eventbridge-helper": "1.5.0",
|
|
58
|
+
"@aws-mdaa/glue-constructs": "1.5.0",
|
|
59
|
+
"@aws-mdaa/iam-constructs": "1.5.0",
|
|
60
|
+
"@aws-mdaa/iam-role-helper": "1.5.0",
|
|
61
|
+
"@aws-mdaa/l3-construct": "1.5.0",
|
|
62
|
+
"@aws-mdaa/naming": "1.5.0",
|
|
63
|
+
"@aws-mdaa/s3-bucketpolicy-helper": "1.5.0",
|
|
64
|
+
"@aws-mdaa/s3-constructs": "1.5.0",
|
|
65
|
+
"@aws-mdaa/s3-inventory-helper": "1.5.0",
|
|
66
|
+
"@aws-mdaa/sns-constructs": "1.5.0",
|
|
65
67
|
"aws-cdk-lib": "2.220.0",
|
|
66
68
|
"cdk-nag": "2.37.55",
|
|
67
69
|
"constructs": "10.0.96",
|