@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.
Files changed (24) hide show
  1. package/.jsii +98 -112
  2. package/lib/dataops-job-l3-construct.d.ts +30 -240
  3. package/lib/dataops-job-l3-construct.js +23 -23
  4. package/node_modules/@aws-mdaa/s3-bucketpolicy-helper/.npmignore +34 -0
  5. package/node_modules/@aws-mdaa/s3-bucketpolicy-helper/jest.config.js +5 -0
  6. package/node_modules/@aws-mdaa/s3-bucketpolicy-helper/lib/index.ts +241 -0
  7. package/node_modules/@aws-mdaa/s3-bucketpolicy-helper/package.json +9 -7
  8. package/node_modules/@aws-mdaa/s3-bucketpolicy-helper/test/bucketpolicy-helper.test.d.ts +5 -0
  9. package/node_modules/@aws-mdaa/s3-bucketpolicy-helper/test/bucketpolicy-helper.test.js +200 -0
  10. package/node_modules/@aws-mdaa/s3-bucketpolicy-helper/test/bucketpolicy-helper.test.ts +215 -0
  11. package/node_modules/@aws-mdaa/s3-bucketpolicy-helper/tsconfig.json +40 -0
  12. package/node_modules/@aws-mdaa/s3-bucketpolicy-helper/tsconfig.tsbuildinfo +1 -0
  13. package/node_modules/@aws-mdaa/s3-bucketpolicy-helper/typedoc.json +7 -0
  14. package/node_modules/@aws-mdaa/s3-inventory-helper/.npmignore +34 -0
  15. package/node_modules/@aws-mdaa/s3-inventory-helper/jest.config.js +5 -0
  16. package/node_modules/@aws-mdaa/s3-inventory-helper/lib/index.d.ts +2 -20
  17. package/node_modules/@aws-mdaa/s3-inventory-helper/lib/index.js +2 -11
  18. package/node_modules/@aws-mdaa/s3-inventory-helper/lib/index.ts +241 -0
  19. package/node_modules/@aws-mdaa/s3-inventory-helper/package.json +8 -6
  20. package/node_modules/@aws-mdaa/s3-inventory-helper/test/TODO +0 -0
  21. package/node_modules/@aws-mdaa/s3-inventory-helper/tsconfig.json +40 -0
  22. package/node_modules/@aws-mdaa/s3-inventory-helper/tsconfig.tsbuildinfo +1 -0
  23. package/node_modules/@aws-mdaa/s3-inventory-helper/typedoc.json +7 -0
  24. package/package.json +24 -22
@@ -0,0 +1,7 @@
1
+ {
2
+ "$schema": "https://typedoc.org/schema.json",
3
+ "includeVersion": true,
4
+ "entryPoints": [
5
+ "lib/index.ts"
6
+ ]
7
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-mdaa/dataops-job-l3-construct",
3
- "version": "1.4.0",
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 --coverage",
19
- "lint": "eslint --max-warnings 0 -c ../../../../../.eslintrc.json '**/*.{ts,tsx}' --ignore-pattern 'dist/*' --ignore-pattern 'node_modules/*' --ignore-pattern \"*.d.ts\" ",
20
- "test-coverage": "jest --passWithNoTests --coverage"
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.4.0",
26
- "@aws-mdaa/l3-construct": "1.4.0",
27
- "@aws-mdaa/testing": "1.4.0",
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.4.0",
47
- "@aws-mdaa/l3-construct": "1.4.0",
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.4.0",
53
- "@aws-mdaa/construct": "1.4.0",
54
- "@aws-mdaa/dataops-project-l3-construct": "1.4.0",
55
- "@aws-mdaa/eventbridge-helper": "1.4.0",
56
- "@aws-mdaa/glue-constructs": "1.4.0",
57
- "@aws-mdaa/iam-constructs": "1.4.0",
58
- "@aws-mdaa/iam-role-helper": "1.4.0",
59
- "@aws-mdaa/l3-construct": "1.4.0",
60
- "@aws-mdaa/naming": "1.4.0",
61
- "@aws-mdaa/s3-bucketpolicy-helper": "1.4.0",
62
- "@aws-mdaa/s3-constructs": "1.4.0",
63
- "@aws-mdaa/s3-inventory-helper": "1.4.0",
64
- "@aws-mdaa/sns-constructs": "1.4.0",
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",