aws-cdk-github-oidc 1.0.0 → 2.2.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/package.json CHANGED
@@ -6,27 +6,31 @@
6
6
  "url": "https://github.com/aripalo/aws-cdk-github-oidc.git"
7
7
  },
8
8
  "scripts": {
9
- "clobber": "npx projen clobber",
10
- "compile": "npx projen compile",
11
- "test": "npx projen test",
12
9
  "build": "npx projen build",
13
- "test:watch": "npx projen test:watch",
14
- "test:update": "npx projen test:update",
15
10
  "bump": "npx projen bump",
16
- "unbump": "npx projen unbump",
17
- "publish:github": "npx projen publish:github",
18
- "default": "npx projen default",
19
- "watch": "npx projen watch",
20
- "package": "npx projen package",
21
- "eslint": "npx projen eslint",
11
+ "clobber": "npx projen clobber",
22
12
  "compat": "npx projen compat",
23
- "publish:npm": "npx projen publish:npm",
24
- "publish:pypi": "npx projen publish:pypi",
13
+ "compile": "npx projen compile",
14
+ "default": "npx projen default",
25
15
  "docgen": "npx projen docgen",
16
+ "eject": "npx projen eject",
17
+ "eslint": "npx projen eslint",
18
+ "package": "npx projen package",
19
+ "package-all": "npx projen package-all",
20
+ "package:js": "npx projen package:js",
21
+ "package:python": "npx projen package:python",
22
+ "post-compile": "npx projen post-compile",
23
+ "post-upgrade": "npx projen post-upgrade",
24
+ "pre-compile": "npx projen pre-compile",
26
25
  "release": "npx projen release",
27
26
  "release:cdkv1": "npx projen release:cdkv1",
27
+ "test": "npx projen test",
28
+ "test:update": "npx projen test:update",
29
+ "test:watch": "npx projen test:watch",
30
+ "unbump": "npx projen unbump",
28
31
  "upgrade": "npx projen upgrade",
29
32
  "upgrade-projen": "npx projen upgrade-projen",
33
+ "watch": "npx projen watch",
30
34
  "projen": "npx projen"
31
35
  },
32
36
  "author": {
@@ -35,42 +39,33 @@
35
39
  "organization": false
36
40
  },
37
41
  "devDependencies": {
38
- "@aws-cdk/assert": "^1.95.2",
39
- "@aws-cdk/aws-iam": "^1.139.0",
40
- "@aws-cdk/core": "^1.139.0",
41
42
  "@types/github-username-regex": "^1.0.0",
42
43
  "@types/jest": "^27.4.0",
43
- "@types/node": "^14.17.0",
44
- "@typescript-eslint/eslint-plugin": "^5.9.1",
45
- "@typescript-eslint/parser": "^5.9.1",
46
- "constructs": "^3.3.187",
47
- "eslint": "^8.6.0",
44
+ "@types/node": "^12",
45
+ "@typescript-eslint/eslint-plugin": "^5",
46
+ "@typescript-eslint/parser": "^5",
47
+ "aws-cdk-lib": "2.12.0",
48
+ "constructs": "10.0.5",
49
+ "eslint": "^8",
48
50
  "eslint-import-resolver-node": "^0.3.6",
49
51
  "eslint-import-resolver-typescript": "^2.5.0",
50
52
  "eslint-plugin-import": "^2.25.4",
51
- "jest": "^27.4.7",
52
- "jest-junit": "^12",
53
- "jsii": "^1.52.1",
54
- "jsii-diff": "^1.52.1",
53
+ "jest": "^27.5.1",
54
+ "jest-junit": "^13",
55
+ "jsii": "^1.54.0",
56
+ "jsii-diff": "^1.54.0",
55
57
  "jsii-docgen": "^3.8.31",
56
- "jsii-pacmak": "^1.52.1",
57
58
  "json-schema": "^0.4.0",
58
- "npm-check-updates": "^11",
59
- "projen": "^0.31.19",
59
+ "npm-check-updates": "^12",
60
+ "projen": "^0.52.43",
60
61
  "standard-version": "^9",
61
- "ts-jest": "^27.1.2",
62
- "typescript": "^4.5.4"
62
+ "ts-jest": "^27.1.3",
63
+ "typescript": "^4.5.5"
63
64
  },
64
65
  "peerDependencies": {
65
- "@aws-cdk/aws-iam": "^1.95.2",
66
- "@aws-cdk/core": "^1.95.2",
67
- "constructs": "^3.2.27"
68
- },
69
- "dependencies": {
70
- "@aws-cdk/aws-iam": "^1.95.2",
71
- "@aws-cdk/core": "^1.95.2"
66
+ "aws-cdk-lib": "^2.12.0",
67
+ "constructs": "^10.0.5"
72
68
  },
73
- "bundledDependencies": [],
74
69
  "keywords": [
75
70
  "aws",
76
71
  "aws-cdk",
@@ -84,11 +79,11 @@
84
79
  ],
85
80
  "main": "lib/index.js",
86
81
  "license": "Apache-2.0",
87
- "version": "1.0.0",
82
+ "version": "2.2.0",
88
83
  "jest": {
89
84
  "testMatch": [
90
- "**/__tests__/**/*.ts?(x)",
91
- "**/?(*.)+(spec|test).ts?(x)"
85
+ "<rootDir>/src/**/__tests__/**/*.ts?(x)",
86
+ "<rootDir>/(test|src)/**/?(*.)+(spec|test).ts?(x)"
92
87
  ],
93
88
  "clearMocks": true,
94
89
  "collectCoverage": true,
@@ -96,6 +91,7 @@
96
91
  "json",
97
92
  "lcov",
98
93
  "clover",
94
+ "cobertura",
99
95
  "text"
100
96
  ],
101
97
  "coverageDirectory": "coverage",
package/releasetag.txt ADDED
@@ -0,0 +1 @@
1
+ v2.2.0
package/version.txt ADDED
@@ -0,0 +1 @@
1
+ 2.2.0