@cdk8s/projen-common 0.0.464 → 0.0.466
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/.gitattributes +0 -1
- package/.jsii +34 -9
- package/API.md +4548 -4176
- package/lib/projects/jsii.js +1 -1
- package/lib/projects/node.js +3 -2
- package/lib/projects/typescript.js +1 -1
- package/package.json +6 -6
- package/node_modules/jsonfile/CHANGELOG.md +0 -171
package/.gitattributes
CHANGED
package/.jsii
CHANGED
|
@@ -11,9 +11,34 @@
|
|
|
11
11
|
"deepmerge": "^4.3.1"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"projen": "^0.
|
|
14
|
+
"projen": "^0.76.27"
|
|
15
15
|
},
|
|
16
16
|
"dependencyClosure": {
|
|
17
|
+
"constructs": {
|
|
18
|
+
"targets": {
|
|
19
|
+
"dotnet": {
|
|
20
|
+
"namespace": "Constructs",
|
|
21
|
+
"packageId": "Constructs"
|
|
22
|
+
},
|
|
23
|
+
"go": {
|
|
24
|
+
"moduleName": "github.com/aws/constructs-go"
|
|
25
|
+
},
|
|
26
|
+
"java": {
|
|
27
|
+
"maven": {
|
|
28
|
+
"artifactId": "constructs",
|
|
29
|
+
"groupId": "software.constructs"
|
|
30
|
+
},
|
|
31
|
+
"package": "software.constructs"
|
|
32
|
+
},
|
|
33
|
+
"js": {
|
|
34
|
+
"npm": "constructs"
|
|
35
|
+
},
|
|
36
|
+
"python": {
|
|
37
|
+
"distName": "constructs",
|
|
38
|
+
"module": "constructs"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
17
42
|
"projen": {
|
|
18
43
|
"submodules": {
|
|
19
44
|
"projen.awscdk": {},
|
|
@@ -265,7 +290,7 @@
|
|
|
265
290
|
},
|
|
266
291
|
"locationInModule": {
|
|
267
292
|
"filename": "src/projects/node.ts",
|
|
268
|
-
"line":
|
|
293
|
+
"line": 144
|
|
269
294
|
},
|
|
270
295
|
"parameters": [
|
|
271
296
|
{
|
|
@@ -279,7 +304,7 @@
|
|
|
279
304
|
"kind": "class",
|
|
280
305
|
"locationInModule": {
|
|
281
306
|
"filename": "src/projects/node.ts",
|
|
282
|
-
"line":
|
|
307
|
+
"line": 142
|
|
283
308
|
},
|
|
284
309
|
"name": "Cdk8sTeamNodeProject",
|
|
285
310
|
"symbolId": "src/projects/node:Cdk8sTeamNodeProject"
|
|
@@ -298,7 +323,7 @@
|
|
|
298
323
|
"kind": "interface",
|
|
299
324
|
"locationInModule": {
|
|
300
325
|
"filename": "src/projects/node.ts",
|
|
301
|
-
"line":
|
|
326
|
+
"line": 115
|
|
302
327
|
},
|
|
303
328
|
"name": "Cdk8sTeamNodeProjectOptions",
|
|
304
329
|
"properties": [
|
|
@@ -312,7 +337,7 @@
|
|
|
312
337
|
"immutable": true,
|
|
313
338
|
"locationInModule": {
|
|
314
339
|
"filename": "src/projects/node.ts",
|
|
315
|
-
"line":
|
|
340
|
+
"line": 129
|
|
316
341
|
},
|
|
317
342
|
"name": "backport",
|
|
318
343
|
"optional": true,
|
|
@@ -330,7 +355,7 @@
|
|
|
330
355
|
"immutable": true,
|
|
331
356
|
"locationInModule": {
|
|
332
357
|
"filename": "src/projects/node.ts",
|
|
333
|
-
"line":
|
|
358
|
+
"line": 136
|
|
334
359
|
},
|
|
335
360
|
"name": "backportBranches",
|
|
336
361
|
"optional": true,
|
|
@@ -353,7 +378,7 @@
|
|
|
353
378
|
"immutable": true,
|
|
354
379
|
"locationInModule": {
|
|
355
380
|
"filename": "src/projects/node.ts",
|
|
356
|
-
"line":
|
|
381
|
+
"line": 123
|
|
357
382
|
},
|
|
358
383
|
"name": "repoName",
|
|
359
384
|
"optional": true,
|
|
@@ -504,6 +529,6 @@
|
|
|
504
529
|
"symbolId": "src/projects/typescript:Cdk8sTeamTypeScriptProjectOptions"
|
|
505
530
|
}
|
|
506
531
|
},
|
|
507
|
-
"version": "0.0.
|
|
508
|
-
"fingerprint": "
|
|
532
|
+
"version": "0.0.466",
|
|
533
|
+
"fingerprint": "Af3kcFmesMOMaR+y7694w0aRWsOcnS/NlrYoQly2OhA="
|
|
509
534
|
}
|