@cdk8s/projen-common 0.0.720 → 0.1.1
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 +15 -15
- package/API.md +66 -1165
- package/lib/components/code-of-conduct/code-of-conduct.js +36 -3
- package/lib/components/dco/devco.js +36 -3
- package/lib/components/git-hooks/git-hooks.js +36 -3
- package/lib/components/issue-templates/issue-templates.js +36 -3
- package/lib/components/security/security.js +36 -3
- package/lib/components/triage/triage.js +2 -4
- package/lib/projects/jsii.js +41 -10
- package/lib/projects/node.d.ts +1 -1
- package/lib/projects/node.js +37 -10
- package/lib/projects/typescript.js +38 -7
- package/package.json +20 -20
package/.jsii
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"deepmerge": "^4.3.1"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"projen": ">=0.
|
|
14
|
+
"projen": ">=0.100.0 <1"
|
|
15
15
|
},
|
|
16
16
|
"dependencyClosure": {
|
|
17
17
|
"constructs": {
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"hasDefaultInterfaces": true
|
|
95
95
|
}
|
|
96
96
|
},
|
|
97
|
-
"tscRootDir": "src"
|
|
97
|
+
"tscRootDir": "/home/runner/work/cdk8s-projen-common/cdk8s-projen-common/src"
|
|
98
98
|
},
|
|
99
99
|
"name": "@cdk8s/projen-common",
|
|
100
100
|
"readme": {
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
},
|
|
293
293
|
"locationInModule": {
|
|
294
294
|
"filename": "src/projects/node.ts",
|
|
295
|
-
"line":
|
|
295
|
+
"line": 162
|
|
296
296
|
},
|
|
297
297
|
"parameters": [
|
|
298
298
|
{
|
|
@@ -306,7 +306,7 @@
|
|
|
306
306
|
"kind": "class",
|
|
307
307
|
"locationInModule": {
|
|
308
308
|
"filename": "src/projects/node.ts",
|
|
309
|
-
"line":
|
|
309
|
+
"line": 160
|
|
310
310
|
},
|
|
311
311
|
"name": "Cdk8sTeamNodeProject",
|
|
312
312
|
"symbolId": "src/projects/node:Cdk8sTeamNodeProject"
|
|
@@ -325,7 +325,7 @@
|
|
|
325
325
|
"kind": "interface",
|
|
326
326
|
"locationInModule": {
|
|
327
327
|
"filename": "src/projects/node.ts",
|
|
328
|
-
"line":
|
|
328
|
+
"line": 125
|
|
329
329
|
},
|
|
330
330
|
"name": "Cdk8sTeamNodeProjectOptions",
|
|
331
331
|
"properties": [
|
|
@@ -339,7 +339,7 @@
|
|
|
339
339
|
"immutable": true,
|
|
340
340
|
"locationInModule": {
|
|
341
341
|
"filename": "src/projects/node.ts",
|
|
342
|
-
"line":
|
|
342
|
+
"line": 139
|
|
343
343
|
},
|
|
344
344
|
"name": "backport",
|
|
345
345
|
"optional": true,
|
|
@@ -357,7 +357,7 @@
|
|
|
357
357
|
"immutable": true,
|
|
358
358
|
"locationInModule": {
|
|
359
359
|
"filename": "src/projects/node.ts",
|
|
360
|
-
"line":
|
|
360
|
+
"line": 146
|
|
361
361
|
},
|
|
362
362
|
"name": "backportBranches",
|
|
363
363
|
"optional": true,
|
|
@@ -380,7 +380,7 @@
|
|
|
380
380
|
"immutable": true,
|
|
381
381
|
"locationInModule": {
|
|
382
382
|
"filename": "src/projects/node.ts",
|
|
383
|
-
"line":
|
|
383
|
+
"line": 133
|
|
384
384
|
},
|
|
385
385
|
"name": "repoName",
|
|
386
386
|
"optional": true,
|
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
"immutable": true,
|
|
399
399
|
"locationInModule": {
|
|
400
400
|
"filename": "src/projects/node.ts",
|
|
401
|
-
"line":
|
|
401
|
+
"line": 153
|
|
402
402
|
},
|
|
403
403
|
"name": "triageOptions",
|
|
404
404
|
"optional": true,
|
|
@@ -577,7 +577,7 @@
|
|
|
577
577
|
"kind": "interface",
|
|
578
578
|
"locationInModule": {
|
|
579
579
|
"filename": "src/projects/node.ts",
|
|
580
|
-
"line":
|
|
580
|
+
"line": 245
|
|
581
581
|
},
|
|
582
582
|
"name": "CommonComponentsOptions",
|
|
583
583
|
"properties": [
|
|
@@ -589,7 +589,7 @@
|
|
|
589
589
|
"immutable": true,
|
|
590
590
|
"locationInModule": {
|
|
591
591
|
"filename": "src/projects/node.ts",
|
|
592
|
-
"line":
|
|
592
|
+
"line": 246
|
|
593
593
|
},
|
|
594
594
|
"name": "branches",
|
|
595
595
|
"optional": true,
|
|
@@ -610,7 +610,7 @@
|
|
|
610
610
|
"immutable": true,
|
|
611
611
|
"locationInModule": {
|
|
612
612
|
"filename": "src/projects/node.ts",
|
|
613
|
-
"line":
|
|
613
|
+
"line": 247
|
|
614
614
|
},
|
|
615
615
|
"name": "compilerDeps",
|
|
616
616
|
"optional": true,
|
|
@@ -631,7 +631,7 @@
|
|
|
631
631
|
"immutable": true,
|
|
632
632
|
"locationInModule": {
|
|
633
633
|
"filename": "src/projects/node.ts",
|
|
634
|
-
"line":
|
|
634
|
+
"line": 248
|
|
635
635
|
},
|
|
636
636
|
"name": "triageOptions",
|
|
637
637
|
"optional": true,
|
|
@@ -762,6 +762,6 @@
|
|
|
762
762
|
"symbolId": "src/components/triage/triage:TriageProps"
|
|
763
763
|
}
|
|
764
764
|
},
|
|
765
|
-
"version": "0.
|
|
766
|
-
"fingerprint": "
|
|
765
|
+
"version": "0.1.1",
|
|
766
|
+
"fingerprint": "KsTtfP800GwwCgGgLcu+BK0Cn1aJ0lfx92gkxCoofjU="
|
|
767
767
|
}
|