deployable-awscdk-app-ts 0.1.856 → 0.1.857

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.3"
14
+ "projen": "^0.101.4"
15
15
  },
16
16
  "dependencyClosure": {
17
17
  "constructs": {
@@ -2047,6 +2047,6 @@
2047
2047
  "symbolId": "src/types:EnvironmentOptions"
2048
2048
  }
2049
2049
  },
2050
- "version": "0.1.856",
2051
- "fingerprint": "o1U5WxJWLYHtcSU8dlqSTIHW1DtLBZqHvF4u1t9ab/E="
2050
+ "version": "0.1.857",
2051
+ "fingerprint": "uUznSHw/zQcYOFwtU8p+1uAmBZD3rGmPb2fUPvbtbuo="
2052
2052
  }
package/API.md CHANGED
@@ -749,6 +749,7 @@ If the diff output is enabled, adds a script and a job step to generate the CDK
749
749
  | <code><a href="#deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptApp.property.upgradeWorkflow">upgradeWorkflow</a></code> | <code>projen.javascript.UpgradeDependencies</code> | The upgrade workflow. |
750
750
  | <code><a href="#deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptApp.property.docsDirectory">docsDirectory</a></code> | <code>string</code> | *No description.* |
751
751
  | <code><a href="#deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptApp.property.libdir">libdir</a></code> | <code>string</code> | The directory in which compiled .js files reside. |
752
+ | <code><a href="#deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptApp.property.runner">runner</a></code> | <code>projen.typescript.TypeScriptRunner</code> | The TypeScript runner used for executing TypeScript files. |
752
753
  | <code><a href="#deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptApp.property.srcdir">srcdir</a></code> | <code>string</code> | The directory in which the .ts sources reside. |
753
754
  | <code><a href="#deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptApp.property.testdir">testdir</a></code> | <code>string</code> | The directory in which tests reside. |
754
755
  | <code><a href="#deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptApp.property.tsconfigDev">tsconfigDev</a></code> | <code>projen.javascript.TypescriptConfig</code> | A typescript configuration file which covers all files (sources, tests, projen). |
@@ -1362,6 +1363,18 @@ The directory in which compiled .js files reside.
1362
1363
 
1363
1364
  ---
1364
1365
 
1366
+ ##### `runner`<sup>Required</sup> <a name="runner" id="deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptApp.property.runner"></a>
1367
+
1368
+ ```typescript
1369
+ public readonly runner: TypeScriptRunner;
1370
+ ```
1371
+
1372
+ - *Type:* projen.typescript.TypeScriptRunner
1373
+
1374
+ The TypeScript runner used for executing TypeScript files.
1375
+
1376
+ ---
1377
+
1365
1378
  ##### `srcdir`<sup>Required</sup> <a name="srcdir" id="deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptApp.property.srcdir"></a>
1366
1379
 
1367
1380
  ```typescript
@@ -1858,6 +1871,7 @@ const deployableAwsCdkTypeScriptAppOptions: DeployableAwsCdkTypeScriptAppOptions
1858
1871
  | <code><a href="#deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptAppOptions.property.libdir">libdir</a></code> | <code>string</code> | Typescript artifacts output directory. |
1859
1872
  | <code><a href="#deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptAppOptions.property.projenrcTs">projenrcTs</a></code> | <code>boolean</code> | Use TypeScript for your projenrc file (`.projenrc.ts`). |
1860
1873
  | <code><a href="#deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptAppOptions.property.projenrcTsOptions">projenrcTsOptions</a></code> | <code>projen.typescript.ProjenrcOptions</code> | Options for .projenrc.ts. |
1874
+ | <code><a href="#deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptAppOptions.property.runner">runner</a></code> | <code>projen.typescript.TypeScriptRunner</code> | The TypeScript runner to use for executing TypeScript files. |
1861
1875
  | <code><a href="#deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptAppOptions.property.sampleCode">sampleCode</a></code> | <code>boolean</code> | Generate one-time sample in `src/` and `test/` if there are no files there. |
1862
1876
  | <code><a href="#deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptAppOptions.property.srcdir">srcdir</a></code> | <code>string</code> | Typescript sources directory. |
1863
1877
  | <code><a href="#deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptAppOptions.property.testdir">testdir</a></code> | <code>string</code> | Jest tests directory. Tests files should be named `xxx.test.ts`. |
@@ -3887,6 +3901,22 @@ Options for .projenrc.ts.
3887
3901
 
3888
3902
  ---
3889
3903
 
3904
+ ##### `runner`<sup>Optional</sup> <a name="runner" id="deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptAppOptions.property.runner"></a>
3905
+
3906
+ ```typescript
3907
+ public readonly runner: TypeScriptRunner;
3908
+ ```
3909
+
3910
+ - *Type:* projen.typescript.TypeScriptRunner
3911
+ - *Default:* TypeScriptRunner.tsNode()
3912
+
3913
+ The TypeScript runner to use for executing TypeScript files.
3914
+
3915
+ This is a project-level setting that components (e.g. projenrc) will
3916
+ use as their default runner.
3917
+
3918
+ ---
3919
+
3890
3920
  ##### `sampleCode`<sup>Optional</sup> <a name="sampleCode" id="deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptAppOptions.property.sampleCode"></a>
3891
3921
 
3892
3922
  ```typescript
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.856" };
50
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptApp", version: "0.1.857" };
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.856" };
22
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptAppStepsFactory", version: "0.1.857" };
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.137.0",
33
33
  "jsii-rosetta": "5.9.x",
34
- "projen": "^0.101.3",
34
+ "projen": "^0.101.4",
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.3"
42
+ "projen": "^0.101.4"
43
43
  },
44
44
  "dependencies": {
45
- "projen": "^0.101.3",
45
+ "projen": "^0.101.4",
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.856",
73
+ "version": "0.1.857",
74
74
  "jest": {
75
75
  "coverageProvider": "v8",
76
76
  "testMatch": [