deployable-awscdk-app-ts 0.1.264 → 0.1.266

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
@@ -10,9 +10,34 @@
10
10
  "semver": "^7.5.4"
11
11
  },
12
12
  "dependencies": {
13
- "projen": "^0.76.4"
13
+ "projen": "^0.76.11"
14
14
  },
15
15
  "dependencyClosure": {
16
+ "constructs": {
17
+ "targets": {
18
+ "dotnet": {
19
+ "namespace": "Constructs",
20
+ "packageId": "Constructs"
21
+ },
22
+ "go": {
23
+ "moduleName": "github.com/aws/constructs-go"
24
+ },
25
+ "java": {
26
+ "maven": {
27
+ "artifactId": "constructs",
28
+ "groupId": "software.constructs"
29
+ },
30
+ "package": "software.constructs"
31
+ },
32
+ "js": {
33
+ "npm": "constructs"
34
+ },
35
+ "python": {
36
+ "distName": "constructs",
37
+ "module": "constructs"
38
+ }
39
+ }
40
+ },
16
41
  "projen": {
17
42
  "submodules": {
18
43
  "projen.awscdk": {},
@@ -390,7 +415,7 @@
390
415
  },
391
416
  {
392
417
  "docs": {
393
- "remarks": "1. Call \"this.preSynthesize()\"\n2. Delete all generated files\n3. Synthesize all sub-projects\n4. Synthesize all components of this project\n5. Call \"postSynthesize()\" for all components of this project\n6. Call \"this.postSynthesize()\"",
418
+ "remarks": "1. Call \"this.preSynthesize()\"\n2. Delete all generated files\n3. Synthesize all subprojects\n4. Synthesize all components of this project\n5. Call \"postSynthesize()\" for all components of this project\n6. Call \"this.postSynthesize()\"",
394
419
  "stability": "stable",
395
420
  "summary": "Synthesize all project files into `outdir`."
396
421
  },
@@ -686,6 +711,6 @@
686
711
  "symbolId": "src/types:EnvironmentOptions"
687
712
  }
688
713
  },
689
- "version": "0.1.264",
690
- "fingerprint": "+IzAtNIAihrZUe7a/3hLr8GrVF7HMVKruHnJkJIfkWg="
714
+ "version": "0.1.266",
715
+ "fingerprint": "uTUm+c6wNnG3NIWqQ9NJpwHxHgiD4WOYsPJb564Mk4g="
691
716
  }