@cdk8s/projen-common 0.0.464 → 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 CHANGED
@@ -21,7 +21,6 @@
21
21
  /.gitignore linguist-generated
22
22
  /.mergify.yml linguist-generated
23
23
  /.npmignore linguist-generated
24
- /.npmrc linguist-generated
25
24
  /.projen/** linguist-generated
26
25
  /.projen/deps.json linguist-generated
27
26
  /.projen/files.json linguist-generated
package/.jsii CHANGED
@@ -11,9 +11,34 @@
11
11
  "deepmerge": "^4.3.1"
12
12
  },
13
13
  "dependencies": {
14
- "projen": "^0.72.1"
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.464",
508
- "fingerprint": "fs7wD7H0rBAjKgxLYuyp8ZqNLYeNW5hlfv8Y2IFA8Y0="
532
+ "version": "0.0.465",
533
+ "fingerprint": "r2CjWpAvMFnQ4Rc+4X61nmpsRgqXdEDXbb3GqsGpbpM="
509
534
  }