projen-cdktf-hybrid-construct 0.6.26 → 0.7.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 CHANGED
@@ -11,9 +11,35 @@
11
11
  "change-case": "^4.1.2"
12
12
  },
13
13
  "dependencies": {
14
- "projen": ">= 0.72.18"
14
+ "constructs": "^10.3.0",
15
+ "projen": ">= 0.79.3"
15
16
  },
16
17
  "dependencyClosure": {
18
+ "constructs": {
19
+ "targets": {
20
+ "dotnet": {
21
+ "namespace": "Constructs",
22
+ "packageId": "Constructs"
23
+ },
24
+ "go": {
25
+ "moduleName": "github.com/aws/constructs-go"
26
+ },
27
+ "java": {
28
+ "maven": {
29
+ "artifactId": "constructs",
30
+ "groupId": "software.constructs"
31
+ },
32
+ "package": "software.constructs"
33
+ },
34
+ "js": {
35
+ "npm": "constructs"
36
+ },
37
+ "python": {
38
+ "distName": "constructs",
39
+ "module": "constructs"
40
+ }
41
+ }
42
+ },
17
43
  "projen": {
18
44
  "submodules": {
19
45
  "projen.awscdk": {},
@@ -603,6 +629,6 @@
603
629
  "symbolId": "src/terraform-module:TerraformVersionConstraint"
604
630
  }
605
631
  },
606
- "version": "0.6.26",
607
- "fingerprint": "YvnzFi/Ce0/Bc4MD7x4dbZW0b6SkC+/LSb3lI+lcAH4="
632
+ "version": "0.7.1",
633
+ "fingerprint": "PhENC3UiTkcEaC2KHrAvFF8aO+gHJzF0v9dT62zGhqU="
608
634
  }