@cdk8s/projen-common 0.0.463 → 0.0.465
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 +28 -3
- package/API.md +4548 -4176
- package/lib/projects/jsii.js +1 -1
- package/lib/projects/node.js +1 -1
- package/lib/projects/typescript.js +1 -1
- package/node_modules/universalify/README.md +1 -1
- package/node_modules/universalify/index.js +6 -6
- package/node_modules/universalify/package.json +2 -2
- package/package.json +6 -6
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": {},
|
|
@@ -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.465",
|
|
533
|
+
"fingerprint": "r2CjWpAvMFnQ4Rc+4X61nmpsRgqXdEDXbb3GqsGpbpM="
|
|
509
534
|
}
|