deployable-awscdk-app-ts 0.1.861 → 0.1.863

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,7 +11,7 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "constructs": "^10.6.0",
14
- "projen": "^0.101.8"
14
+ "projen": "^0.101.11"
15
15
  },
16
16
  "dependencyClosure": {
17
17
  "constructs": {
@@ -485,7 +485,7 @@
485
485
  },
486
486
  {
487
487
  "docs": {
488
- "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()\"",
488
+ "remarks": "1. Call \"this.preSynthesize()\"\n2. Delete all generated files\n3. Synthesize all subprojects\n4. Synthesize all components of this project\n5. Call \"projectCreation()\" for all components, only if the project is being created for the first time\n6. Call \"postSynthesize()\" for all components of this project\n7. Call \"this.postSynthesize()\"\n8. Call \"postProjectCreation()\" for all components, only if the project is being created for the first time",
489
489
  "stability": "stable",
490
490
  "summary": "Synthesize all project files into `outdir`."
491
491
  },
@@ -2047,6 +2047,6 @@
2047
2047
  "symbolId": "src/types:EnvironmentOptions"
2048
2048
  }
2049
2049
  },
2050
- "version": "0.1.861",
2051
- "fingerprint": "iJKmoyZP25tsGhdu16S2sKciaBKL8ILFOmtbwYbULdU="
2050
+ "version": "0.1.863",
2051
+ "fingerprint": "NQnwm06rJ5AptFBZvh0utH1mP/yI1pLHteP53yan+LE="
2052
2052
  }
package/API.md CHANGED
@@ -255,8 +255,10 @@ Synthesize all project files into `outdir`.
255
255
  2. Delete all generated files
256
256
  3. Synthesize all subprojects
257
257
  4. Synthesize all components of this project
258
- 5. Call "postSynthesize()" for all components of this project
259
- 6. Call "this.postSynthesize()"
258
+ 5. Call "projectCreation()" for all components, only if the project is being created for the first time
259
+ 6. Call "postSynthesize()" for all components of this project
260
+ 7. Call "this.postSynthesize()"
261
+ 8. Call "postProjectCreation()" for all components, only if the project is being created for the first time
260
262
 
261
263
  ##### `tryFindFile` <a name="tryFindFile" id="deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptApp.tryFindFile"></a>
262
264
 
@@ -1035,7 +1037,9 @@ the project is being ejected.
1035
1037
 
1036
1038
  ---
1037
1039
 
1038
- ##### `initProject`<sup>Optional</sup> <a name="initProject" id="deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptApp.property.initProject"></a>
1040
+ ##### ~~`initProject`~~<sup>Optional</sup> <a name="initProject" id="deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptApp.property.initProject"></a>
1041
+
1042
+ - *Deprecated:* use the `initProject` argument passed to `Component.projectCreation()` instead.
1039
1043
 
1040
1044
  ```typescript
1041
1045
  public readonly initProject: InitProject;
package/lib/index.js CHANGED
@@ -47,7 +47,7 @@ __exportStar(require("./types"), exports);
47
47
  exports.utils = __importStar(require("./utils"));
48
48
  __exportStar(require("./steps"), exports);
49
49
  class DeployableAwsCdkTypeScriptApp extends projen_1.awscdk.AwsCdkTypeScriptApp {
50
- static [JSII_RTTI_SYMBOL_1] = { fqn: "deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptApp", version: "0.1.861" };
50
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptApp", version: "0.1.863" };
51
51
  /**
52
52
  * If the diff output is enabled, adds a script and a job step to generate the CDK diff output to a file in cdk.out
53
53
  * @returns void
package/lib/steps.js CHANGED
@@ -19,7 +19,7 @@ const formattedDiffAnnotationCommentStepId = 'formatted_diff_annotation_comment'
19
19
  class DeployableAwsCdkTypeScriptAppStepsFactory {
20
20
  project;
21
21
  props;
22
- static [JSII_RTTI_SYMBOL_1] = { fqn: "deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptAppStepsFactory", version: "0.1.861" };
22
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptAppStepsFactory", version: "0.1.863" };
23
23
  /**
24
24
  * Validate that the provided environment deployment dependencies are valid
25
25
  * @param deployOptions The deployment options
package/package.json CHANGED
@@ -31,7 +31,7 @@
31
31
  "jsii-docgen": "^10.5.0",
32
32
  "jsii-pacmak": "^1.138.0",
33
33
  "jsii-rosetta": "5.9.x",
34
- "projen": "^0.101.8",
34
+ "projen": "^0.101.11",
35
35
  "ts-jest": "^29.4.11",
36
36
  "ts-node": "^10.9.2",
37
37
  "typescript": "^5.9.3",
@@ -39,10 +39,10 @@
39
39
  },
40
40
  "peerDependencies": {
41
41
  "constructs": "^10.6.0",
42
- "projen": "^0.101.8"
42
+ "projen": "^0.101.11"
43
43
  },
44
44
  "dependencies": {
45
- "projen": "^0.101.8",
45
+ "projen": "^0.101.11",
46
46
  "semver": "^7.8.5"
47
47
  },
48
48
  "bundledDependencies": [
@@ -70,7 +70,7 @@
70
70
  "publishConfig": {
71
71
  "access": "public"
72
72
  },
73
- "version": "0.1.861",
73
+ "version": "0.1.863",
74
74
  "jest": {
75
75
  "coverageProvider": "v8",
76
76
  "testMatch": [