lerna-projen 0.1.263 → 0.1.265

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
@@ -12,7 +12,6 @@
12
12
  /.gitignore linguist-generated
13
13
  /.mergify.yml linguist-generated
14
14
  /.npmignore linguist-generated
15
- /.npmrc linguist-generated
16
15
  /.nvmrc linguist-generated
17
16
  /.projen/** linguist-generated
18
17
  /.projen/deps.json linguist-generated
package/.jsii CHANGED
@@ -14,9 +14,34 @@
14
14
  "fs-extra": "^9.1.0"
15
15
  },
16
16
  "dependencies": {
17
- "projen": "^0.76.4"
17
+ "projen": "^0.76.11"
18
18
  },
19
19
  "dependencyClosure": {
20
+ "constructs": {
21
+ "targets": {
22
+ "dotnet": {
23
+ "namespace": "Constructs",
24
+ "packageId": "Constructs"
25
+ },
26
+ "go": {
27
+ "moduleName": "github.com/aws/constructs-go"
28
+ },
29
+ "java": {
30
+ "maven": {
31
+ "artifactId": "constructs",
32
+ "groupId": "software.constructs"
33
+ },
34
+ "package": "software.constructs"
35
+ },
36
+ "js": {
37
+ "npm": "constructs"
38
+ },
39
+ "python": {
40
+ "distName": "constructs",
41
+ "module": "constructs"
42
+ }
43
+ }
44
+ },
20
45
  "projen": {
21
46
  "submodules": {
22
47
  "projen.awscdk": {},
@@ -790,6 +815,6 @@
790
815
  "symbolId": "src/types:TaskCustomization"
791
816
  }
792
817
  },
793
- "version": "0.1.263",
794
- "fingerprint": "2oYPwIIGD4zBhTn/pr+941HyeyDfaAtWPN3gcYX9jOw="
818
+ "version": "0.1.265",
819
+ "fingerprint": "Y0GvL+j+rx5XX/ZT9BAOfW0vTO4mmptn2Kfzo/wpwYw="
795
820
  }