@cdk8s/projen-common 0.0.681 → 0.0.683
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 +4 -4
- package/API.md +228 -72
- package/lib/components/triage/triage.js +1 -1
- package/lib/projects/jsii.js +1 -1
- package/lib/projects/node.js +1 -1
- package/lib/projects/typescript.js +1 -1
- package/node_modules/codemaker/package.json +5 -2
- package/package.json +28 -28
- /package/node_modules/{codemaker/node_modules/camelcase → camelcase}/index.d.ts +0 -0
- /package/node_modules/{codemaker/node_modules/camelcase → camelcase}/index.js +0 -0
- /package/node_modules/{codemaker/node_modules/camelcase → camelcase}/license +0 -0
- /package/node_modules/{codemaker/node_modules/camelcase → camelcase}/package.json +0 -0
- /package/node_modules/{codemaker/node_modules/camelcase → camelcase}/readme.md +0 -0
package/.jsii
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"url": "https://aws.amazon.com"
|
|
8
8
|
},
|
|
9
9
|
"bundled": {
|
|
10
|
-
"codemaker": "^1.
|
|
10
|
+
"codemaker": "^1.128.0",
|
|
11
11
|
"deepmerge": "^4.3.1"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"stability": "stable"
|
|
87
87
|
},
|
|
88
88
|
"homepage": "https://github.com/cdk8s-team/cdk8s-projen-common.git",
|
|
89
|
-
"jsiiVersion": "5.9.
|
|
89
|
+
"jsiiVersion": "5.9.37 (build 5176c0d)",
|
|
90
90
|
"license": "Apache-2.0",
|
|
91
91
|
"metadata": {
|
|
92
92
|
"jsii": {
|
|
@@ -762,6 +762,6 @@
|
|
|
762
762
|
"symbolId": "src/components/triage/triage:TriageProps"
|
|
763
763
|
}
|
|
764
764
|
},
|
|
765
|
-
"version": "0.0.
|
|
766
|
-
"fingerprint": "
|
|
765
|
+
"version": "0.0.683",
|
|
766
|
+
"fingerprint": "Q0nxuzH5fyp6cy+bm2RpXSqKHk+S7i8XmsyA+ym26U0="
|
|
767
767
|
}
|
package/API.md
CHANGED
|
@@ -250,7 +250,7 @@ public runTaskCommand(task: Task): string
|
|
|
250
250
|
Returns the shell command to execute in order to run a task.
|
|
251
251
|
|
|
252
252
|
This will
|
|
253
|
-
typically be `
|
|
253
|
+
typically be `pnpm projen TASK`.
|
|
254
254
|
|
|
255
255
|
###### `task`<sup>Required</sup> <a name="task" id="@cdk8s/projen-common.Cdk8sTeamJsiiProject.runTaskCommand.parameter.task"></a>
|
|
256
256
|
|
|
@@ -375,9 +375,9 @@ Bundled dependencies will be added as normal dependencies as well as to the
|
|
|
375
375
|
Names modules to install.
|
|
376
376
|
|
|
377
377
|
By default, the the dependency will
|
|
378
|
-
be installed in the next `
|
|
379
|
-
in your `package.json` file. You can upgrade manually or using `
|
|
380
|
-
add/
|
|
378
|
+
be installed in the next `pnpm projen` run and the version will be recorded
|
|
379
|
+
in your `package.json` file. You can upgrade manually or using `pnpm
|
|
380
|
+
add/update`. If you wish to specify a version range use this syntax:
|
|
381
381
|
`module@^7`.
|
|
382
382
|
|
|
383
383
|
---
|
|
@@ -411,9 +411,9 @@ Defines normal dependencies.
|
|
|
411
411
|
Names modules to install.
|
|
412
412
|
|
|
413
413
|
By default, the the dependency will
|
|
414
|
-
be installed in the next `
|
|
415
|
-
in your `package.json` file. You can upgrade manually or using `
|
|
416
|
-
add/
|
|
414
|
+
be installed in the next `pnpm projen` run and the version will be recorded
|
|
415
|
+
in your `package.json` file. You can upgrade manually or using `pnpm
|
|
416
|
+
add/update`. If you wish to specify a version range use this syntax:
|
|
417
417
|
`module@^7`.
|
|
418
418
|
|
|
419
419
|
---
|
|
@@ -433,9 +433,9 @@ Defines development/test dependencies.
|
|
|
433
433
|
Names modules to install.
|
|
434
434
|
|
|
435
435
|
By default, the the dependency will
|
|
436
|
-
be installed in the next `
|
|
437
|
-
in your `package.json` file. You can upgrade manually or using `
|
|
438
|
-
add/
|
|
436
|
+
be installed in the next `pnpm projen` run and the version will be recorded
|
|
437
|
+
in your `package.json` file. You can upgrade manually or using `pnpm
|
|
438
|
+
add/update`. If you wish to specify a version range use this syntax:
|
|
439
439
|
`module@^7`.
|
|
440
440
|
|
|
441
441
|
---
|
|
@@ -491,9 +491,9 @@ your code against the minimum version required from your consumers.
|
|
|
491
491
|
Names modules to install.
|
|
492
492
|
|
|
493
493
|
By default, the the dependency will
|
|
494
|
-
be installed in the next `
|
|
495
|
-
in your `package.json` file. You can upgrade manually or using `
|
|
496
|
-
add/
|
|
494
|
+
be installed in the next `pnpm projen` run and the version will be recorded
|
|
495
|
+
in your `package.json` file. You can upgrade manually or using `pnpm
|
|
496
|
+
add/update`. If you wish to specify a version range use this syntax:
|
|
497
497
|
`module@^7`.
|
|
498
498
|
|
|
499
499
|
---
|
|
@@ -1788,7 +1788,7 @@ public runTaskCommand(task: Task): string
|
|
|
1788
1788
|
Returns the shell command to execute in order to run a task.
|
|
1789
1789
|
|
|
1790
1790
|
This will
|
|
1791
|
-
typically be `
|
|
1791
|
+
typically be `pnpm projen TASK`.
|
|
1792
1792
|
|
|
1793
1793
|
###### `task`<sup>Required</sup> <a name="task" id="@cdk8s/projen-common.Cdk8sTeamNodeProject.runTaskCommand.parameter.task"></a>
|
|
1794
1794
|
|
|
@@ -1913,9 +1913,9 @@ Bundled dependencies will be added as normal dependencies as well as to the
|
|
|
1913
1913
|
Names modules to install.
|
|
1914
1914
|
|
|
1915
1915
|
By default, the the dependency will
|
|
1916
|
-
be installed in the next `
|
|
1917
|
-
in your `package.json` file. You can upgrade manually or using `
|
|
1918
|
-
add/
|
|
1916
|
+
be installed in the next `pnpm projen` run and the version will be recorded
|
|
1917
|
+
in your `package.json` file. You can upgrade manually or using `pnpm
|
|
1918
|
+
add/update`. If you wish to specify a version range use this syntax:
|
|
1919
1919
|
`module@^7`.
|
|
1920
1920
|
|
|
1921
1921
|
---
|
|
@@ -1949,9 +1949,9 @@ Defines normal dependencies.
|
|
|
1949
1949
|
Names modules to install.
|
|
1950
1950
|
|
|
1951
1951
|
By default, the the dependency will
|
|
1952
|
-
be installed in the next `
|
|
1953
|
-
in your `package.json` file. You can upgrade manually or using `
|
|
1954
|
-
add/
|
|
1952
|
+
be installed in the next `pnpm projen` run and the version will be recorded
|
|
1953
|
+
in your `package.json` file. You can upgrade manually or using `pnpm
|
|
1954
|
+
add/update`. If you wish to specify a version range use this syntax:
|
|
1955
1955
|
`module@^7`.
|
|
1956
1956
|
|
|
1957
1957
|
---
|
|
@@ -1971,9 +1971,9 @@ Defines development/test dependencies.
|
|
|
1971
1971
|
Names modules to install.
|
|
1972
1972
|
|
|
1973
1973
|
By default, the the dependency will
|
|
1974
|
-
be installed in the next `
|
|
1975
|
-
in your `package.json` file. You can upgrade manually or using `
|
|
1976
|
-
add/
|
|
1974
|
+
be installed in the next `pnpm projen` run and the version will be recorded
|
|
1975
|
+
in your `package.json` file. You can upgrade manually or using `pnpm
|
|
1976
|
+
add/update`. If you wish to specify a version range use this syntax:
|
|
1977
1977
|
`module@^7`.
|
|
1978
1978
|
|
|
1979
1979
|
---
|
|
@@ -2029,9 +2029,9 @@ your code against the minimum version required from your consumers.
|
|
|
2029
2029
|
Names modules to install.
|
|
2030
2030
|
|
|
2031
2031
|
By default, the the dependency will
|
|
2032
|
-
be installed in the next `
|
|
2033
|
-
in your `package.json` file. You can upgrade manually or using `
|
|
2034
|
-
add/
|
|
2032
|
+
be installed in the next `pnpm projen` run and the version will be recorded
|
|
2033
|
+
in your `package.json` file. You can upgrade manually or using `pnpm
|
|
2034
|
+
add/update`. If you wish to specify a version range use this syntax:
|
|
2035
2035
|
`module@^7`.
|
|
2036
2036
|
|
|
2037
2037
|
---
|
|
@@ -3195,7 +3195,7 @@ public runTaskCommand(task: Task): string
|
|
|
3195
3195
|
Returns the shell command to execute in order to run a task.
|
|
3196
3196
|
|
|
3197
3197
|
This will
|
|
3198
|
-
typically be `
|
|
3198
|
+
typically be `pnpm projen TASK`.
|
|
3199
3199
|
|
|
3200
3200
|
###### `task`<sup>Required</sup> <a name="task" id="@cdk8s/projen-common.Cdk8sTeamTypeScriptProject.runTaskCommand.parameter.task"></a>
|
|
3201
3201
|
|
|
@@ -3320,9 +3320,9 @@ Bundled dependencies will be added as normal dependencies as well as to the
|
|
|
3320
3320
|
Names modules to install.
|
|
3321
3321
|
|
|
3322
3322
|
By default, the the dependency will
|
|
3323
|
-
be installed in the next `
|
|
3324
|
-
in your `package.json` file. You can upgrade manually or using `
|
|
3325
|
-
add/
|
|
3323
|
+
be installed in the next `pnpm projen` run and the version will be recorded
|
|
3324
|
+
in your `package.json` file. You can upgrade manually or using `pnpm
|
|
3325
|
+
add/update`. If you wish to specify a version range use this syntax:
|
|
3326
3326
|
`module@^7`.
|
|
3327
3327
|
|
|
3328
3328
|
---
|
|
@@ -3356,9 +3356,9 @@ Defines normal dependencies.
|
|
|
3356
3356
|
Names modules to install.
|
|
3357
3357
|
|
|
3358
3358
|
By default, the the dependency will
|
|
3359
|
-
be installed in the next `
|
|
3360
|
-
in your `package.json` file. You can upgrade manually or using `
|
|
3361
|
-
add/
|
|
3359
|
+
be installed in the next `pnpm projen` run and the version will be recorded
|
|
3360
|
+
in your `package.json` file. You can upgrade manually or using `pnpm
|
|
3361
|
+
add/update`. If you wish to specify a version range use this syntax:
|
|
3362
3362
|
`module@^7`.
|
|
3363
3363
|
|
|
3364
3364
|
---
|
|
@@ -3378,9 +3378,9 @@ Defines development/test dependencies.
|
|
|
3378
3378
|
Names modules to install.
|
|
3379
3379
|
|
|
3380
3380
|
By default, the the dependency will
|
|
3381
|
-
be installed in the next `
|
|
3382
|
-
in your `package.json` file. You can upgrade manually or using `
|
|
3383
|
-
add/
|
|
3381
|
+
be installed in the next `pnpm projen` run and the version will be recorded
|
|
3382
|
+
in your `package.json` file. You can upgrade manually or using `pnpm
|
|
3383
|
+
add/update`. If you wish to specify a version range use this syntax:
|
|
3384
3384
|
`module@^7`.
|
|
3385
3385
|
|
|
3386
3386
|
---
|
|
@@ -3436,9 +3436,9 @@ your code against the minimum version required from your consumers.
|
|
|
3436
3436
|
Names modules to install.
|
|
3437
3437
|
|
|
3438
3438
|
By default, the the dependency will
|
|
3439
|
-
be installed in the next `
|
|
3440
|
-
in your `package.json` file. You can upgrade manually or using `
|
|
3441
|
-
add/
|
|
3439
|
+
be installed in the next `pnpm projen` run and the version will be recorded
|
|
3440
|
+
in your `package.json` file. You can upgrade manually or using `pnpm
|
|
3441
|
+
add/update`. If you wish to specify a version range use this syntax:
|
|
3442
3442
|
`module@^7`.
|
|
3443
3443
|
|
|
3444
3444
|
---
|
|
@@ -4728,6 +4728,7 @@ const cdk8sTeamJsiiProjectOptions: Cdk8sTeamJsiiProjectOptions = { ... }
|
|
|
4728
4728
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamJsiiProjectOptions.property.stale">stale</a></code> | <code>boolean</code> | Auto-close of stale issues and pull request. |
|
|
4729
4729
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamJsiiProjectOptions.property.staleOptions">staleOptions</a></code> | <code>projen.github.StaleOptions</code> | Auto-close stale issues and pull requests. |
|
|
4730
4730
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamJsiiProjectOptions.property.vscode">vscode</a></code> | <code>boolean</code> | Enable VSCode integration. |
|
|
4731
|
+
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamJsiiProjectOptions.property.addPackageManagerToDevEngines">addPackageManagerToDevEngines</a></code> | <code>boolean</code> | Automatically add the resolved `packageManager` to `devEngines.packageManager` in `package.json`, setting `onFail` to `ignore`. |
|
|
4731
4732
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamJsiiProjectOptions.property.allowLibraryDependencies">allowLibraryDependencies</a></code> | <code>boolean</code> | Allow the project to include `peerDependencies` and `bundledDependencies`. |
|
|
4732
4733
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamJsiiProjectOptions.property.authorEmail">authorEmail</a></code> | <code>string</code> | Author's e-mail. |
|
|
4733
4734
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamJsiiProjectOptions.property.authorName">authorName</a></code> | <code>string</code> | Author's name. |
|
|
@@ -4740,9 +4741,11 @@ const cdk8sTeamJsiiProjectOptions: Cdk8sTeamJsiiProjectOptions = { ... }
|
|
|
4740
4741
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamJsiiProjectOptions.property.bundledDeps">bundledDeps</a></code> | <code>string[]</code> | List of dependencies to bundle into this module. |
|
|
4741
4742
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamJsiiProjectOptions.property.bunVersion">bunVersion</a></code> | <code>string</code> | The version of Bun to use if using Bun as a package manager. |
|
|
4742
4743
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamJsiiProjectOptions.property.codeArtifactOptions">codeArtifactOptions</a></code> | <code>projen.javascript.CodeArtifactOptions</code> | Options for npm packages using AWS CodeArtifact. |
|
|
4744
|
+
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamJsiiProjectOptions.property.deleteOrphanedLockFiles">deleteOrphanedLockFiles</a></code> | <code>boolean</code> | Automatically delete lockfiles from package managers that are not the active one. |
|
|
4743
4745
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamJsiiProjectOptions.property.deps">deps</a></code> | <code>string[]</code> | Runtime dependencies of this module. |
|
|
4744
4746
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamJsiiProjectOptions.property.description">description</a></code> | <code>string</code> | The description is just a string that helps people understand the purpose of the package. |
|
|
4745
4747
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamJsiiProjectOptions.property.devDeps">devDeps</a></code> | <code>string[]</code> | Build dependencies for this module. |
|
|
4748
|
+
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamJsiiProjectOptions.property.devEngines">devEngines</a></code> | <code>projen.javascript.DevEngines</code> | Configure the `devEngines` field in `package.json`. |
|
|
4746
4749
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamJsiiProjectOptions.property.entrypoint">entrypoint</a></code> | <code>string</code> | Module entrypoint (`main` in `package.json`). |
|
|
4747
4750
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamJsiiProjectOptions.property.homepage">homepage</a></code> | <code>string</code> | Package's Homepage / Website. |
|
|
4748
4751
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamJsiiProjectOptions.property.keywords">keywords</a></code> | <code>string[]</code> | Keywords to include in `package.json`. |
|
|
@@ -5295,6 +5298,19 @@ Enabled by default for root projects. Disabled for non-root projects.
|
|
|
5295
5298
|
|
|
5296
5299
|
---
|
|
5297
5300
|
|
|
5301
|
+
##### `addPackageManagerToDevEngines`<sup>Optional</sup> <a name="addPackageManagerToDevEngines" id="@cdk8s/projen-common.Cdk8sTeamJsiiProjectOptions.property.addPackageManagerToDevEngines"></a>
|
|
5302
|
+
|
|
5303
|
+
```typescript
|
|
5304
|
+
public readonly addPackageManagerToDevEngines: boolean;
|
|
5305
|
+
```
|
|
5306
|
+
|
|
5307
|
+
- *Type:* boolean
|
|
5308
|
+
- *Default:* true
|
|
5309
|
+
|
|
5310
|
+
Automatically add the resolved `packageManager` to `devEngines.packageManager` in `package.json`, setting `onFail` to `ignore`.
|
|
5311
|
+
|
|
5312
|
+
---
|
|
5313
|
+
|
|
5298
5314
|
##### `allowLibraryDependencies`<sup>Optional</sup> <a name="allowLibraryDependencies" id="@cdk8s/projen-common.Cdk8sTeamJsiiProjectOptions.property.allowLibraryDependencies"></a>
|
|
5299
5315
|
|
|
5300
5316
|
```typescript
|
|
@@ -5427,11 +5443,11 @@ added both to the `dependencies` section and `bundledDependencies` section of
|
|
|
5427
5443
|
your `package.json`.
|
|
5428
5444
|
|
|
5429
5445
|
The recommendation is to only specify the module name here (e.g.
|
|
5430
|
-
`express`). This will behave similar to `
|
|
5446
|
+
`express`). This will behave similar to `pnpm add` or `npm install` in the
|
|
5431
5447
|
sense that it will add the module as a dependency to your `package.json`
|
|
5432
5448
|
file with the latest version (`^`). You can specify semver requirements in
|
|
5433
|
-
the same syntax passed to `
|
|
5434
|
-
this will be what
|
|
5449
|
+
the same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and
|
|
5450
|
+
this will be what your `package.json` will eventually include.
|
|
5435
5451
|
|
|
5436
5452
|
---
|
|
5437
5453
|
|
|
@@ -5463,6 +5479,24 @@ This is required if publishing packages to, or installing scoped packages from A
|
|
|
5463
5479
|
|
|
5464
5480
|
---
|
|
5465
5481
|
|
|
5482
|
+
##### `deleteOrphanedLockFiles`<sup>Optional</sup> <a name="deleteOrphanedLockFiles" id="@cdk8s/projen-common.Cdk8sTeamJsiiProjectOptions.property.deleteOrphanedLockFiles"></a>
|
|
5483
|
+
|
|
5484
|
+
```typescript
|
|
5485
|
+
public readonly deleteOrphanedLockFiles: boolean;
|
|
5486
|
+
```
|
|
5487
|
+
|
|
5488
|
+
- *Type:* boolean
|
|
5489
|
+
- *Default:* true
|
|
5490
|
+
|
|
5491
|
+
Automatically delete lockfiles from package managers that are not the active one.
|
|
5492
|
+
|
|
5493
|
+
Only triggered when the lockfile for the configured package
|
|
5494
|
+
manager already exists.
|
|
5495
|
+
|
|
5496
|
+
This is useful when migrating between package managers to avoid conflicts.
|
|
5497
|
+
|
|
5498
|
+
---
|
|
5499
|
+
|
|
5466
5500
|
##### `deps`<sup>Optional</sup> <a name="deps" id="@cdk8s/projen-common.Cdk8sTeamJsiiProjectOptions.property.deps"></a>
|
|
5467
5501
|
|
|
5468
5502
|
```typescript
|
|
@@ -5475,11 +5509,11 @@ public readonly deps: string[];
|
|
|
5475
5509
|
Runtime dependencies of this module.
|
|
5476
5510
|
|
|
5477
5511
|
The recommendation is to only specify the module name here (e.g.
|
|
5478
|
-
`express`). This will behave similar to `
|
|
5512
|
+
`express`). This will behave similar to `pnpm add` or `npm install` in the
|
|
5479
5513
|
sense that it will add the module as a dependency to your `package.json`
|
|
5480
5514
|
file with the latest version (`^`). You can specify semver requirements in
|
|
5481
|
-
the same syntax passed to `
|
|
5482
|
-
this will be what
|
|
5515
|
+
the same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and
|
|
5516
|
+
this will be what your `package.json` will eventually include.
|
|
5483
5517
|
|
|
5484
5518
|
---
|
|
5485
5519
|
|
|
@@ -5521,11 +5555,11 @@ available in your build environment but will not be fetched when this
|
|
|
5521
5555
|
module is consumed.
|
|
5522
5556
|
|
|
5523
5557
|
The recommendation is to only specify the module name here (e.g.
|
|
5524
|
-
`express`). This will behave similar to `
|
|
5558
|
+
`express`). This will behave similar to `pnpm add` or `npm install` in the
|
|
5525
5559
|
sense that it will add the module as a dependency to your `package.json`
|
|
5526
5560
|
file with the latest version (`^`). You can specify semver requirements in
|
|
5527
|
-
the same syntax passed to `
|
|
5528
|
-
this will be what
|
|
5561
|
+
the same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and
|
|
5562
|
+
this will be what your `package.json` will eventually include.
|
|
5529
5563
|
|
|
5530
5564
|
---
|
|
5531
5565
|
|
|
@@ -5536,6 +5570,24 @@ this will be what you `package.json` will eventually include.
|
|
|
5536
5570
|
```
|
|
5537
5571
|
|
|
5538
5572
|
|
|
5573
|
+
##### `devEngines`<sup>Optional</sup> <a name="devEngines" id="@cdk8s/projen-common.Cdk8sTeamJsiiProjectOptions.property.devEngines"></a>
|
|
5574
|
+
|
|
5575
|
+
```typescript
|
|
5576
|
+
public readonly devEngines: DevEngines;
|
|
5577
|
+
```
|
|
5578
|
+
|
|
5579
|
+
- *Type:* projen.javascript.DevEngines
|
|
5580
|
+
|
|
5581
|
+
Configure the `devEngines` field in `package.json`.
|
|
5582
|
+
|
|
5583
|
+
The `devEngines.packageManager` field is automatically populated based on
|
|
5584
|
+
the resolved `packageManager` value. Any fields provided here are merged
|
|
5585
|
+
with the auto-populated `packageManager` entry.
|
|
5586
|
+
|
|
5587
|
+
> [https://docs.npmjs.com/cli/v10/configuring-npm/package-json#devengines](https://docs.npmjs.com/cli/v10/configuring-npm/package-json#devengines)
|
|
5588
|
+
|
|
5589
|
+
---
|
|
5590
|
+
|
|
5539
5591
|
##### `entrypoint`<sup>Optional</sup> <a name="entrypoint" id="@cdk8s/projen-common.Cdk8sTeamJsiiProjectOptions.property.entrypoint"></a>
|
|
5540
5592
|
|
|
5541
5593
|
```typescript
|
|
@@ -5744,7 +5796,7 @@ public readonly packageManager: NodePackageManager;
|
|
|
5744
5796
|
```
|
|
5745
5797
|
|
|
5746
5798
|
- *Type:* projen.javascript.NodePackageManager
|
|
5747
|
-
- *Default:*
|
|
5799
|
+
- *Default:* Detected from the calling process or `YARN_CLASSIC` if detection fails.
|
|
5748
5800
|
|
|
5749
5801
|
The Node Package Manager used to execute scripts.
|
|
5750
5802
|
|
|
@@ -5809,7 +5861,7 @@ public readonly pnpmVersion: string;
|
|
|
5809
5861
|
```
|
|
5810
5862
|
|
|
5811
5863
|
- *Type:* string
|
|
5812
|
-
- *Default:* "
|
|
5864
|
+
- *Default:* "10.33.0"
|
|
5813
5865
|
|
|
5814
5866
|
The version of PNPM to use if using PNPM as a package manager.
|
|
5815
5867
|
|
|
@@ -7308,6 +7360,7 @@ const cdk8sTeamNodeProjectOptions: Cdk8sTeamNodeProjectOptions = { ... }
|
|
|
7308
7360
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamNodeProjectOptions.property.stale">stale</a></code> | <code>boolean</code> | Auto-close of stale issues and pull request. |
|
|
7309
7361
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamNodeProjectOptions.property.staleOptions">staleOptions</a></code> | <code>projen.github.StaleOptions</code> | Auto-close stale issues and pull requests. |
|
|
7310
7362
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamNodeProjectOptions.property.vscode">vscode</a></code> | <code>boolean</code> | Enable VSCode integration. |
|
|
7363
|
+
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamNodeProjectOptions.property.addPackageManagerToDevEngines">addPackageManagerToDevEngines</a></code> | <code>boolean</code> | Automatically add the resolved `packageManager` to `devEngines.packageManager` in `package.json`, setting `onFail` to `ignore`. |
|
|
7311
7364
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamNodeProjectOptions.property.allowLibraryDependencies">allowLibraryDependencies</a></code> | <code>boolean</code> | Allow the project to include `peerDependencies` and `bundledDependencies`. |
|
|
7312
7365
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamNodeProjectOptions.property.authorEmail">authorEmail</a></code> | <code>string</code> | Author's e-mail. |
|
|
7313
7366
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamNodeProjectOptions.property.authorName">authorName</a></code> | <code>string</code> | Author's name. |
|
|
@@ -7320,9 +7373,11 @@ const cdk8sTeamNodeProjectOptions: Cdk8sTeamNodeProjectOptions = { ... }
|
|
|
7320
7373
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamNodeProjectOptions.property.bundledDeps">bundledDeps</a></code> | <code>string[]</code> | List of dependencies to bundle into this module. |
|
|
7321
7374
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamNodeProjectOptions.property.bunVersion">bunVersion</a></code> | <code>string</code> | The version of Bun to use if using Bun as a package manager. |
|
|
7322
7375
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamNodeProjectOptions.property.codeArtifactOptions">codeArtifactOptions</a></code> | <code>projen.javascript.CodeArtifactOptions</code> | Options for npm packages using AWS CodeArtifact. |
|
|
7376
|
+
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamNodeProjectOptions.property.deleteOrphanedLockFiles">deleteOrphanedLockFiles</a></code> | <code>boolean</code> | Automatically delete lockfiles from package managers that are not the active one. |
|
|
7323
7377
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamNodeProjectOptions.property.deps">deps</a></code> | <code>string[]</code> | Runtime dependencies of this module. |
|
|
7324
7378
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamNodeProjectOptions.property.description">description</a></code> | <code>string</code> | The description is just a string that helps people understand the purpose of the package. |
|
|
7325
7379
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamNodeProjectOptions.property.devDeps">devDeps</a></code> | <code>string[]</code> | Build dependencies for this module. |
|
|
7380
|
+
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamNodeProjectOptions.property.devEngines">devEngines</a></code> | <code>projen.javascript.DevEngines</code> | Configure the `devEngines` field in `package.json`. |
|
|
7326
7381
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamNodeProjectOptions.property.entrypoint">entrypoint</a></code> | <code>string</code> | Module entrypoint (`main` in `package.json`). |
|
|
7327
7382
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamNodeProjectOptions.property.homepage">homepage</a></code> | <code>string</code> | Package's Homepage / Website. |
|
|
7328
7383
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamNodeProjectOptions.property.keywords">keywords</a></code> | <code>string[]</code> | Keywords to include in `package.json`. |
|
|
@@ -7850,6 +7905,19 @@ Enabled by default for root projects. Disabled for non-root projects.
|
|
|
7850
7905
|
|
|
7851
7906
|
---
|
|
7852
7907
|
|
|
7908
|
+
##### `addPackageManagerToDevEngines`<sup>Optional</sup> <a name="addPackageManagerToDevEngines" id="@cdk8s/projen-common.Cdk8sTeamNodeProjectOptions.property.addPackageManagerToDevEngines"></a>
|
|
7909
|
+
|
|
7910
|
+
```typescript
|
|
7911
|
+
public readonly addPackageManagerToDevEngines: boolean;
|
|
7912
|
+
```
|
|
7913
|
+
|
|
7914
|
+
- *Type:* boolean
|
|
7915
|
+
- *Default:* true
|
|
7916
|
+
|
|
7917
|
+
Automatically add the resolved `packageManager` to `devEngines.packageManager` in `package.json`, setting `onFail` to `ignore`.
|
|
7918
|
+
|
|
7919
|
+
---
|
|
7920
|
+
|
|
7853
7921
|
##### `allowLibraryDependencies`<sup>Optional</sup> <a name="allowLibraryDependencies" id="@cdk8s/projen-common.Cdk8sTeamNodeProjectOptions.property.allowLibraryDependencies"></a>
|
|
7854
7922
|
|
|
7855
7923
|
```typescript
|
|
@@ -7982,11 +8050,11 @@ added both to the `dependencies` section and `bundledDependencies` section of
|
|
|
7982
8050
|
your `package.json`.
|
|
7983
8051
|
|
|
7984
8052
|
The recommendation is to only specify the module name here (e.g.
|
|
7985
|
-
`express`). This will behave similar to `
|
|
8053
|
+
`express`). This will behave similar to `pnpm add` or `npm install` in the
|
|
7986
8054
|
sense that it will add the module as a dependency to your `package.json`
|
|
7987
8055
|
file with the latest version (`^`). You can specify semver requirements in
|
|
7988
|
-
the same syntax passed to `
|
|
7989
|
-
this will be what
|
|
8056
|
+
the same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and
|
|
8057
|
+
this will be what your `package.json` will eventually include.
|
|
7990
8058
|
|
|
7991
8059
|
---
|
|
7992
8060
|
|
|
@@ -8018,6 +8086,24 @@ This is required if publishing packages to, or installing scoped packages from A
|
|
|
8018
8086
|
|
|
8019
8087
|
---
|
|
8020
8088
|
|
|
8089
|
+
##### `deleteOrphanedLockFiles`<sup>Optional</sup> <a name="deleteOrphanedLockFiles" id="@cdk8s/projen-common.Cdk8sTeamNodeProjectOptions.property.deleteOrphanedLockFiles"></a>
|
|
8090
|
+
|
|
8091
|
+
```typescript
|
|
8092
|
+
public readonly deleteOrphanedLockFiles: boolean;
|
|
8093
|
+
```
|
|
8094
|
+
|
|
8095
|
+
- *Type:* boolean
|
|
8096
|
+
- *Default:* true
|
|
8097
|
+
|
|
8098
|
+
Automatically delete lockfiles from package managers that are not the active one.
|
|
8099
|
+
|
|
8100
|
+
Only triggered when the lockfile for the configured package
|
|
8101
|
+
manager already exists.
|
|
8102
|
+
|
|
8103
|
+
This is useful when migrating between package managers to avoid conflicts.
|
|
8104
|
+
|
|
8105
|
+
---
|
|
8106
|
+
|
|
8021
8107
|
##### `deps`<sup>Optional</sup> <a name="deps" id="@cdk8s/projen-common.Cdk8sTeamNodeProjectOptions.property.deps"></a>
|
|
8022
8108
|
|
|
8023
8109
|
```typescript
|
|
@@ -8030,11 +8116,11 @@ public readonly deps: string[];
|
|
|
8030
8116
|
Runtime dependencies of this module.
|
|
8031
8117
|
|
|
8032
8118
|
The recommendation is to only specify the module name here (e.g.
|
|
8033
|
-
`express`). This will behave similar to `
|
|
8119
|
+
`express`). This will behave similar to `pnpm add` or `npm install` in the
|
|
8034
8120
|
sense that it will add the module as a dependency to your `package.json`
|
|
8035
8121
|
file with the latest version (`^`). You can specify semver requirements in
|
|
8036
|
-
the same syntax passed to `
|
|
8037
|
-
this will be what
|
|
8122
|
+
the same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and
|
|
8123
|
+
this will be what your `package.json` will eventually include.
|
|
8038
8124
|
|
|
8039
8125
|
---
|
|
8040
8126
|
|
|
@@ -8076,11 +8162,11 @@ available in your build environment but will not be fetched when this
|
|
|
8076
8162
|
module is consumed.
|
|
8077
8163
|
|
|
8078
8164
|
The recommendation is to only specify the module name here (e.g.
|
|
8079
|
-
`express`). This will behave similar to `
|
|
8165
|
+
`express`). This will behave similar to `pnpm add` or `npm install` in the
|
|
8080
8166
|
sense that it will add the module as a dependency to your `package.json`
|
|
8081
8167
|
file with the latest version (`^`). You can specify semver requirements in
|
|
8082
|
-
the same syntax passed to `
|
|
8083
|
-
this will be what
|
|
8168
|
+
the same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and
|
|
8169
|
+
this will be what your `package.json` will eventually include.
|
|
8084
8170
|
|
|
8085
8171
|
---
|
|
8086
8172
|
|
|
@@ -8091,6 +8177,24 @@ this will be what you `package.json` will eventually include.
|
|
|
8091
8177
|
```
|
|
8092
8178
|
|
|
8093
8179
|
|
|
8180
|
+
##### `devEngines`<sup>Optional</sup> <a name="devEngines" id="@cdk8s/projen-common.Cdk8sTeamNodeProjectOptions.property.devEngines"></a>
|
|
8181
|
+
|
|
8182
|
+
```typescript
|
|
8183
|
+
public readonly devEngines: DevEngines;
|
|
8184
|
+
```
|
|
8185
|
+
|
|
8186
|
+
- *Type:* projen.javascript.DevEngines
|
|
8187
|
+
|
|
8188
|
+
Configure the `devEngines` field in `package.json`.
|
|
8189
|
+
|
|
8190
|
+
The `devEngines.packageManager` field is automatically populated based on
|
|
8191
|
+
the resolved `packageManager` value. Any fields provided here are merged
|
|
8192
|
+
with the auto-populated `packageManager` entry.
|
|
8193
|
+
|
|
8194
|
+
> [https://docs.npmjs.com/cli/v10/configuring-npm/package-json#devengines](https://docs.npmjs.com/cli/v10/configuring-npm/package-json#devengines)
|
|
8195
|
+
|
|
8196
|
+
---
|
|
8197
|
+
|
|
8094
8198
|
##### `entrypoint`<sup>Optional</sup> <a name="entrypoint" id="@cdk8s/projen-common.Cdk8sTeamNodeProjectOptions.property.entrypoint"></a>
|
|
8095
8199
|
|
|
8096
8200
|
```typescript
|
|
@@ -8299,7 +8403,7 @@ public readonly packageManager: NodePackageManager;
|
|
|
8299
8403
|
```
|
|
8300
8404
|
|
|
8301
8405
|
- *Type:* projen.javascript.NodePackageManager
|
|
8302
|
-
- *Default:*
|
|
8406
|
+
- *Default:* Detected from the calling process or `YARN_CLASSIC` if detection fails.
|
|
8303
8407
|
|
|
8304
8408
|
The Node Package Manager used to execute scripts.
|
|
8305
8409
|
|
|
@@ -8364,7 +8468,7 @@ public readonly pnpmVersion: string;
|
|
|
8364
8468
|
```
|
|
8365
8469
|
|
|
8366
8470
|
- *Type:* string
|
|
8367
|
-
- *Default:* "
|
|
8471
|
+
- *Default:* "10.33.0"
|
|
8368
8472
|
|
|
8369
8473
|
The version of PNPM to use if using PNPM as a package manager.
|
|
8370
8474
|
|
|
@@ -9530,6 +9634,7 @@ const cdk8sTeamTypeScriptProjectOptions: Cdk8sTeamTypeScriptProjectOptions = { .
|
|
|
9530
9634
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamTypeScriptProjectOptions.property.stale">stale</a></code> | <code>boolean</code> | Auto-close of stale issues and pull request. |
|
|
9531
9635
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamTypeScriptProjectOptions.property.staleOptions">staleOptions</a></code> | <code>projen.github.StaleOptions</code> | Auto-close stale issues and pull requests. |
|
|
9532
9636
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamTypeScriptProjectOptions.property.vscode">vscode</a></code> | <code>boolean</code> | Enable VSCode integration. |
|
|
9637
|
+
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamTypeScriptProjectOptions.property.addPackageManagerToDevEngines">addPackageManagerToDevEngines</a></code> | <code>boolean</code> | Automatically add the resolved `packageManager` to `devEngines.packageManager` in `package.json`, setting `onFail` to `ignore`. |
|
|
9533
9638
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamTypeScriptProjectOptions.property.allowLibraryDependencies">allowLibraryDependencies</a></code> | <code>boolean</code> | Allow the project to include `peerDependencies` and `bundledDependencies`. |
|
|
9534
9639
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamTypeScriptProjectOptions.property.authorEmail">authorEmail</a></code> | <code>string</code> | Author's e-mail. |
|
|
9535
9640
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamTypeScriptProjectOptions.property.authorName">authorName</a></code> | <code>string</code> | Author's name. |
|
|
@@ -9542,9 +9647,11 @@ const cdk8sTeamTypeScriptProjectOptions: Cdk8sTeamTypeScriptProjectOptions = { .
|
|
|
9542
9647
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamTypeScriptProjectOptions.property.bundledDeps">bundledDeps</a></code> | <code>string[]</code> | List of dependencies to bundle into this module. |
|
|
9543
9648
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamTypeScriptProjectOptions.property.bunVersion">bunVersion</a></code> | <code>string</code> | The version of Bun to use if using Bun as a package manager. |
|
|
9544
9649
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamTypeScriptProjectOptions.property.codeArtifactOptions">codeArtifactOptions</a></code> | <code>projen.javascript.CodeArtifactOptions</code> | Options for npm packages using AWS CodeArtifact. |
|
|
9650
|
+
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamTypeScriptProjectOptions.property.deleteOrphanedLockFiles">deleteOrphanedLockFiles</a></code> | <code>boolean</code> | Automatically delete lockfiles from package managers that are not the active one. |
|
|
9545
9651
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamTypeScriptProjectOptions.property.deps">deps</a></code> | <code>string[]</code> | Runtime dependencies of this module. |
|
|
9546
9652
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamTypeScriptProjectOptions.property.description">description</a></code> | <code>string</code> | The description is just a string that helps people understand the purpose of the package. |
|
|
9547
9653
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamTypeScriptProjectOptions.property.devDeps">devDeps</a></code> | <code>string[]</code> | Build dependencies for this module. |
|
|
9654
|
+
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamTypeScriptProjectOptions.property.devEngines">devEngines</a></code> | <code>projen.javascript.DevEngines</code> | Configure the `devEngines` field in `package.json`. |
|
|
9548
9655
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamTypeScriptProjectOptions.property.entrypoint">entrypoint</a></code> | <code>string</code> | Module entrypoint (`main` in `package.json`). |
|
|
9549
9656
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamTypeScriptProjectOptions.property.homepage">homepage</a></code> | <code>string</code> | Package's Homepage / Website. |
|
|
9550
9657
|
| <code><a href="#@cdk8s/projen-common.Cdk8sTeamTypeScriptProjectOptions.property.keywords">keywords</a></code> | <code>string[]</code> | Keywords to include in `package.json`. |
|
|
@@ -10091,6 +10198,19 @@ Enabled by default for root projects. Disabled for non-root projects.
|
|
|
10091
10198
|
|
|
10092
10199
|
---
|
|
10093
10200
|
|
|
10201
|
+
##### `addPackageManagerToDevEngines`<sup>Optional</sup> <a name="addPackageManagerToDevEngines" id="@cdk8s/projen-common.Cdk8sTeamTypeScriptProjectOptions.property.addPackageManagerToDevEngines"></a>
|
|
10202
|
+
|
|
10203
|
+
```typescript
|
|
10204
|
+
public readonly addPackageManagerToDevEngines: boolean;
|
|
10205
|
+
```
|
|
10206
|
+
|
|
10207
|
+
- *Type:* boolean
|
|
10208
|
+
- *Default:* true
|
|
10209
|
+
|
|
10210
|
+
Automatically add the resolved `packageManager` to `devEngines.packageManager` in `package.json`, setting `onFail` to `ignore`.
|
|
10211
|
+
|
|
10212
|
+
---
|
|
10213
|
+
|
|
10094
10214
|
##### `allowLibraryDependencies`<sup>Optional</sup> <a name="allowLibraryDependencies" id="@cdk8s/projen-common.Cdk8sTeamTypeScriptProjectOptions.property.allowLibraryDependencies"></a>
|
|
10095
10215
|
|
|
10096
10216
|
```typescript
|
|
@@ -10223,11 +10343,11 @@ added both to the `dependencies` section and `bundledDependencies` section of
|
|
|
10223
10343
|
your `package.json`.
|
|
10224
10344
|
|
|
10225
10345
|
The recommendation is to only specify the module name here (e.g.
|
|
10226
|
-
`express`). This will behave similar to `
|
|
10346
|
+
`express`). This will behave similar to `pnpm add` or `npm install` in the
|
|
10227
10347
|
sense that it will add the module as a dependency to your `package.json`
|
|
10228
10348
|
file with the latest version (`^`). You can specify semver requirements in
|
|
10229
|
-
the same syntax passed to `
|
|
10230
|
-
this will be what
|
|
10349
|
+
the same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and
|
|
10350
|
+
this will be what your `package.json` will eventually include.
|
|
10231
10351
|
|
|
10232
10352
|
---
|
|
10233
10353
|
|
|
@@ -10259,6 +10379,24 @@ This is required if publishing packages to, or installing scoped packages from A
|
|
|
10259
10379
|
|
|
10260
10380
|
---
|
|
10261
10381
|
|
|
10382
|
+
##### `deleteOrphanedLockFiles`<sup>Optional</sup> <a name="deleteOrphanedLockFiles" id="@cdk8s/projen-common.Cdk8sTeamTypeScriptProjectOptions.property.deleteOrphanedLockFiles"></a>
|
|
10383
|
+
|
|
10384
|
+
```typescript
|
|
10385
|
+
public readonly deleteOrphanedLockFiles: boolean;
|
|
10386
|
+
```
|
|
10387
|
+
|
|
10388
|
+
- *Type:* boolean
|
|
10389
|
+
- *Default:* true
|
|
10390
|
+
|
|
10391
|
+
Automatically delete lockfiles from package managers that are not the active one.
|
|
10392
|
+
|
|
10393
|
+
Only triggered when the lockfile for the configured package
|
|
10394
|
+
manager already exists.
|
|
10395
|
+
|
|
10396
|
+
This is useful when migrating between package managers to avoid conflicts.
|
|
10397
|
+
|
|
10398
|
+
---
|
|
10399
|
+
|
|
10262
10400
|
##### `deps`<sup>Optional</sup> <a name="deps" id="@cdk8s/projen-common.Cdk8sTeamTypeScriptProjectOptions.property.deps"></a>
|
|
10263
10401
|
|
|
10264
10402
|
```typescript
|
|
@@ -10271,11 +10409,11 @@ public readonly deps: string[];
|
|
|
10271
10409
|
Runtime dependencies of this module.
|
|
10272
10410
|
|
|
10273
10411
|
The recommendation is to only specify the module name here (e.g.
|
|
10274
|
-
`express`). This will behave similar to `
|
|
10412
|
+
`express`). This will behave similar to `pnpm add` or `npm install` in the
|
|
10275
10413
|
sense that it will add the module as a dependency to your `package.json`
|
|
10276
10414
|
file with the latest version (`^`). You can specify semver requirements in
|
|
10277
|
-
the same syntax passed to `
|
|
10278
|
-
this will be what
|
|
10415
|
+
the same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and
|
|
10416
|
+
this will be what your `package.json` will eventually include.
|
|
10279
10417
|
|
|
10280
10418
|
---
|
|
10281
10419
|
|
|
@@ -10317,11 +10455,11 @@ available in your build environment but will not be fetched when this
|
|
|
10317
10455
|
module is consumed.
|
|
10318
10456
|
|
|
10319
10457
|
The recommendation is to only specify the module name here (e.g.
|
|
10320
|
-
`express`). This will behave similar to `
|
|
10458
|
+
`express`). This will behave similar to `pnpm add` or `npm install` in the
|
|
10321
10459
|
sense that it will add the module as a dependency to your `package.json`
|
|
10322
10460
|
file with the latest version (`^`). You can specify semver requirements in
|
|
10323
|
-
the same syntax passed to `
|
|
10324
|
-
this will be what
|
|
10461
|
+
the same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and
|
|
10462
|
+
this will be what your `package.json` will eventually include.
|
|
10325
10463
|
|
|
10326
10464
|
---
|
|
10327
10465
|
|
|
@@ -10332,6 +10470,24 @@ this will be what you `package.json` will eventually include.
|
|
|
10332
10470
|
```
|
|
10333
10471
|
|
|
10334
10472
|
|
|
10473
|
+
##### `devEngines`<sup>Optional</sup> <a name="devEngines" id="@cdk8s/projen-common.Cdk8sTeamTypeScriptProjectOptions.property.devEngines"></a>
|
|
10474
|
+
|
|
10475
|
+
```typescript
|
|
10476
|
+
public readonly devEngines: DevEngines;
|
|
10477
|
+
```
|
|
10478
|
+
|
|
10479
|
+
- *Type:* projen.javascript.DevEngines
|
|
10480
|
+
|
|
10481
|
+
Configure the `devEngines` field in `package.json`.
|
|
10482
|
+
|
|
10483
|
+
The `devEngines.packageManager` field is automatically populated based on
|
|
10484
|
+
the resolved `packageManager` value. Any fields provided here are merged
|
|
10485
|
+
with the auto-populated `packageManager` entry.
|
|
10486
|
+
|
|
10487
|
+
> [https://docs.npmjs.com/cli/v10/configuring-npm/package-json#devengines](https://docs.npmjs.com/cli/v10/configuring-npm/package-json#devengines)
|
|
10488
|
+
|
|
10489
|
+
---
|
|
10490
|
+
|
|
10335
10491
|
##### `entrypoint`<sup>Optional</sup> <a name="entrypoint" id="@cdk8s/projen-common.Cdk8sTeamTypeScriptProjectOptions.property.entrypoint"></a>
|
|
10336
10492
|
|
|
10337
10493
|
```typescript
|
|
@@ -10540,7 +10696,7 @@ public readonly packageManager: NodePackageManager;
|
|
|
10540
10696
|
```
|
|
10541
10697
|
|
|
10542
10698
|
- *Type:* projen.javascript.NodePackageManager
|
|
10543
|
-
- *Default:*
|
|
10699
|
+
- *Default:* Detected from the calling process or `YARN_CLASSIC` if detection fails.
|
|
10544
10700
|
|
|
10545
10701
|
The Node Package Manager used to execute scripts.
|
|
10546
10702
|
|
|
@@ -10605,7 +10761,7 @@ public readonly pnpmVersion: string;
|
|
|
10605
10761
|
```
|
|
10606
10762
|
|
|
10607
10763
|
- *Type:* string
|
|
10608
|
-
- *Default:* "
|
|
10764
|
+
- *Default:* "10.33.0"
|
|
10609
10765
|
|
|
10610
10766
|
The version of PNPM to use if using PNPM as a package manager.
|
|
10611
10767
|
|
|
@@ -59,5 +59,5 @@ class Triage extends projen_1.Component {
|
|
|
59
59
|
}
|
|
60
60
|
exports.Triage = Triage;
|
|
61
61
|
_a = JSII_RTTI_SYMBOL_1;
|
|
62
|
-
Triage[_a] = { fqn: "@cdk8s/projen-common.Triage", version: "0.0.
|
|
62
|
+
Triage[_a] = { fqn: "@cdk8s/projen-common.Triage", version: "0.0.683" };
|
|
63
63
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJpYWdlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2NvbXBvbmVudHMvdHJpYWdlL3RyaWFnZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLG1DQUFtQztBQUNuQyx1RUFBa0U7QUErQmxFOzs7O0dBSUc7QUFDSCxNQUFhLE1BQU8sU0FBUSxrQkFBUztJQUVuQyxZQUFZLE9BQW9CLEVBQUUsS0FBa0I7UUFDbEQsS0FBSyxDQUFDLE9BQU8sQ0FBQyxDQUFDO1FBRWYsa0RBQWtEO1FBQ2xELDBDQUEwQztRQUMxQyxNQUFNLFVBQVUsR0FBRyxnREFBZ0QsQ0FBQztRQUVwRSxNQUFNLFFBQVEsR0FBRyxPQUFPLENBQUMsTUFBTyxDQUFDLFdBQVcsQ0FBQyxRQUFRLENBQUMsQ0FBQztRQUN2RCxRQUFRLENBQUMsRUFBRSxDQUFDO1lBQ1YsTUFBTSxFQUFFO2dCQUNOLEtBQUssRUFBRSxDQUFDLFFBQVEsQ0FBQzthQUNsQjtZQUNELFdBQVcsRUFBRTtnQkFDWCxLQUFLLEVBQUUsQ0FBQyxRQUFRLENBQUM7YUFDbEI7U0FDRixDQUFDLENBQUM7UUFDSCxRQUFRLENBQUMsTUFBTSxDQUFDLG1CQUFtQixFQUFFO1lBQ25DLFdBQVcsRUFBRSxFQUFFLE1BQU0sRUFBRSwrQkFBYSxDQUFDLEtBQUssRUFBRSxZQUFZLEVBQUUsK0JBQWEsQ0FBQyxLQUFLLEVBQUU7WUFDL0Usa0NBQWtDO1lBQ2xDLGlDQUFpQztZQUNqQywySUFBMkk7WUFDM0ksRUFBRSxFQUFFLHNDQUFzQyxLQUFLLENBQUMsUUFBUSxxS0FBcUs7WUFDN04sTUFBTSxFQUFFLENBQUMsZUFBZSxDQUFDO1lBQ3pCLEtBQUssRUFBRSxDQUFDO29CQUNOLElBQUksRUFBRSwrQkFBK0I7b0JBQ3JDLElBQUksRUFBRTt3QkFDSixhQUFhLEVBQUUsVUFBVTt3QkFDekIsY0FBYyxFQUFFLG9DQUFvQztxQkFDckQ7aUJBQ0YsQ0FBQztTQUNILENBQUMsQ0FBQztRQUVILElBQUksS0FBSyxDQUFDLFFBQVEsRUFBRSxDQUFDO1lBQ25CLFFBQVEsQ0FBQyxNQUFNLENBQUMsa0JBQWtCLEVBQUU7Z0JBQ2xDLFdBQVcsRUFBRSxFQUFFLFlBQVksRUFBRSwrQkFBYSxDQUFDLEtBQUssRUFBRTtnQkFDbEQsRUFBRSxFQUFFLHNDQUFzQyxLQUFLLENBQUMsUUFBUSxvR0FBb0c7Z0JBQzVKLE1BQU0sRUFBRSxDQUFDLGVBQWUsQ0FBQztnQkFDekIsS0FBSyxFQUFFLENBQUM7d0JBQ04sSUFBSSxFQUFFLHdDQUF3Qzt3QkFDOUMsSUFBSSxFQUFFOzRCQUNKLDBGQUEwRjs0QkFDMUYsTUFBTSxFQUFFLEtBQUssQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQzs0QkFDakMsWUFBWSxFQUFFLG9DQUFvQzt5QkFDbkQ7cUJBQ0YsQ0FBQzthQUNILENBQUMsQ0FBQztRQUNMLENBQUM7SUFFSCxDQUFDOztBQWxESCx3QkFtREMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdwcm9qZW4nO1xuaW1wb3J0IHsgSm9iUGVybWlzc2lvbiB9IGZyb20gJ3Byb2plbi9saWIvZ2l0aHViL3dvcmtmbG93cy1tb2RlbCc7XG5pbXBvcnQgeyBOb2RlUHJvamVjdCB9IGZyb20gJ3Byb2plbi9saWIvamF2YXNjcmlwdCc7XG5cbi8qKlxuICogUHJvcHMgZm9yIGBUcmlhZ2VgLlxuICovXG5leHBvcnQgaW50ZXJmYWNlIFRyaWFnZVByb3BzIGV4dGVuZHMgVHJpYWdlT3B0aW9ucyB7XG5cbiAgLyoqXG4gICAqIFRoZSByZXBvc2l0b3J5IG5hbWUuXG4gICAqL1xuICByZWFkb25seSByZXBvTmFtZTogc3RyaW5nO1xuXG59XG5cbi8qKlxuICogT3B0aW9ucyBmb3IgYFRyaWFnZWAuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgVHJpYWdlT3B0aW9ucyB7XG5cblxuICAvKipcbiAgICogQSBsaXN0IG9mIGxhYmVscyBhdXRvbWF0aWNhbGx5IGFkZGVkIHRvIFBScy5cbiAgICogQXV0b21hdGlvbiBQUnMgYXJlIGV4Y2x1ZGVkLlxuICAgKlxuICAgKiBAZGVmYXVsdCAtIG5vIGxhYmVscy5cbiAgICovXG4gIHJlYWRvbmx5IHByTGFiZWxzPzogc3RyaW5nW107XG5cbn1cblxuLyoqXG4gKiBBZGQgYSBUcmlhZ2Ugd29ya2Zsb3cgdG8gb3VyIHJlcG9zLlxuICpcbiAqIEBzZWUgaHR0cHM6Ly9naXRodWIuY29tL21hcmtldHBsYWNlL2FjdGlvbnMvYWRkLXRvLWdpdGh1Yi1wcm9qZWN0c1xuICovXG5leHBvcnQgY2xhc3MgVHJpYWdlIGV4dGVuZHMgQ29tcG9uZW50IHtcblxuICBjb25zdHJ1Y3Rvcihwcm9qZWN0OiBOb2RlUHJvamVjdCwgcHJvcHM6IFRyaWFnZVByb3BzKSB7XG4gICAgc3VwZXIocHJvamVjdCk7XG5cbiAgICAvLyBobW0sIHdlIG5lZWQgdG8gcmVtZW1iZXIgdG8gdXBkYXRlIHRoaXMgaW4gMjAyNFxuICAgIC8vIG9yIGZpZ3VyZSBvdXQgaG93IHRvIG1ha2UgdGhpcyBkeW5hbWljLlxuICAgIGNvbnN0IHByb2plY3RVcmwgPSAnaHR0cHM6Ly9naXRodWIuY29tL29yZ3MvY2RrOHMtdGVhbS9wcm9qZWN0cy8xMic7XG5cbiAgICBjb25zdCB3b3JrZmxvdyA9IHByb2plY3QuZ2l0aHViIS5hZGRXb3JrZmxvdygndHJpYWdlJyk7XG4gICAgd29ya2Zsb3cub24oe1xuICAgICAgaXNzdWVzOiB7XG4gICAgICAgIHR5cGVzOiBbJ29wZW5lZCddLFxuICAgICAgfSxcbiAgICAgIHB1bGxSZXF1ZXN0OiB7XG4gICAgICAgIHR5cGVzOiBbJ29wZW5lZCddLFxuICAgICAgfSxcbiAgICB9KTtcbiAgICB3b3JrZmxvdy5hZGRKb2IoJ2Fzc2lnbi10by1wcm9qZWN0Jywge1xuICAgICAgcGVybWlzc2lvbnM6IHsgaXNzdWVzOiBKb2JQZXJtaXNzaW9uLldSSVRFLCBwdWxsUmVxdWVzdHM6IEpvYlBlcm1pc3Npb24uV1JJVEUgfSxcbiAgICAgIC8vIGRvbnQgdHJpYWdlIGlzc3Vlcy9wcnMgb24gZm9ya3NcbiAgICAgIC8vIGRvbnQgdHJpYWdlIGF1dGltYXRpb24gYm90IHByc1xuICAgICAgLy8gc2VlIGh0dHBzOi8vZG9jcy5naXRodWIuY29tL2VuL2FjdGlvbnMvdXNpbmctam9icy91c2luZy1jb25kaXRpb25zLXRvLWNvbnRyb2wtam9iLWV4ZWN1dGlvbiNleGFtcGxlLW9ubHktcnVuLWpvYi1mb3Itc3BlY2lmaWMtcmVwb3NpdG9yeVxuICAgICAgaWY6IGAoZ2l0aHViLnJlcG9zaXRvcnkgPT0gXFwnY2RrOHMtdGVhbS8ke3Byb3BzLnJlcG9OYW1lfVxcJykgJiYgKGdpdGh1Yi5ldmVudC5pc3N1ZSB8fCAoZ2l0aHViLmV2ZW50LnB1bGxfcmVxdWVzdC51c2VyLmxvZ2luICE9IFxcJ2NkazhzLWF1dG9tYXRpb25cXCcgJiYgZ2l0aHViLmV2ZW50LnB1bGxfcmVxdWVzdC5oZWFkLnJlcG8uZnVsbF9uYW1lID09IGdpdGh1Yi5yZXBvc2l0b3J5KSlgLFxuICAgICAgcnVuc09uOiBbJ3VidW50dS1sYXRlc3QnXSxcbiAgICAgIHN0ZXBzOiBbe1xuICAgICAgICB1c2VzOiAnYWN0aW9ucy9hZGQtdG8tcHJvamVjdEB2MC40LjAnLFxuICAgICAgICB3aXRoOiB7XG4gICAgICAgICAgJ3Byb2plY3QtdXJsJzogcHJvamVjdFVybCxcbiAgICAgICAgICAnZ2l0aHViLXRva2VuJzogJyR7eyBzZWNyZXRzLlBST0pFTl9HSVRIVUJfVE9LRU4gfX0nLFxuICAgICAgICB9LFxuICAgICAgfV0sXG4gICAgfSk7XG5cbiAgICBpZiAocHJvcHMucHJMYWJlbHMpIHtcbiAgICAgIHdvcmtmbG93LmFkZEpvYignYWRkLWxhYmVscy10by1wcicsIHtcbiAgICAgICAgcGVybWlzc2lvbnM6IHsgcHVsbFJlcXVlc3RzOiBKb2JQZXJtaXNzaW9uLldSSVRFIH0sXG4gICAgICAgIGlmOiBgKGdpdGh1Yi5yZXBvc2l0b3J5ID09IFxcJ2NkazhzLXRlYW0vJHtwcm9wcy5yZXBvTmFtZX1cXCcpICYmIChnaXRodWIuZXZlbnQucHVsbF9yZXF1ZXN0ICYmIGdpdGh1Yi5ldmVudC5wdWxsX3JlcXVlc3QudXNlci5sb2dpbiAhPSBcXCdjZGs4cy1hdXRvbWF0aW9uXFwnKWAsXG4gICAgICAgIHJ1bnNPbjogWyd1YnVudHUtbGF0ZXN0J10sXG4gICAgICAgIHN0ZXBzOiBbe1xuICAgICAgICAgIHVzZXM6ICdhY3Rpb25zLWVjb3N5c3RlbS9hY3Rpb24tYWRkLWxhYmVsc0B2MScsXG4gICAgICAgICAgd2l0aDoge1xuICAgICAgICAgICAgLy8gd2VpcmQ6IGh0dHBzOi8vZ2l0aHViLmNvbS9hY3Rpb25zLWVjb3N5c3RlbS9hY3Rpb24tYWRkLWxhYmVscy9ibG9iL21haW4vc3JjL21haW4udHMjTDEwXG4gICAgICAgICAgICBsYWJlbHM6IHByb3BzLnByTGFiZWxzLmpvaW4oJ1xcbicpLFxuICAgICAgICAgICAgZ2l0aHViX3Rva2VuOiAnJHt7IHNlY3JldHMuUFJPSkVOX0dJVEhVQl9UT0tFTiB9fScsXG4gICAgICAgICAgfSxcbiAgICAgICAgfV0sXG4gICAgICB9KTtcbiAgICB9XG5cbiAgfVxufSJdfQ==
|
package/lib/projects/jsii.js
CHANGED
|
@@ -66,7 +66,7 @@ class Cdk8sTeamJsiiProject extends projen_1.cdk.JsiiProject {
|
|
|
66
66
|
}
|
|
67
67
|
exports.Cdk8sTeamJsiiProject = Cdk8sTeamJsiiProject;
|
|
68
68
|
_a = JSII_RTTI_SYMBOL_1;
|
|
69
|
-
Cdk8sTeamJsiiProject[_a] = { fqn: "@cdk8s/projen-common.Cdk8sTeamJsiiProject", version: "0.0.
|
|
69
|
+
Cdk8sTeamJsiiProject[_a] = { fqn: "@cdk8s/projen-common.Cdk8sTeamJsiiProject", version: "0.0.683" };
|
|
70
70
|
function pythonTarget(name) {
|
|
71
71
|
const repoName = node.buildRepositoryName(name);
|
|
72
72
|
return {
|
package/lib/projects/node.js
CHANGED
|
@@ -147,7 +147,7 @@ class Cdk8sTeamNodeProject extends projen_1.javascript.NodeProject {
|
|
|
147
147
|
}
|
|
148
148
|
exports.Cdk8sTeamNodeProject = Cdk8sTeamNodeProject;
|
|
149
149
|
_a = JSII_RTTI_SYMBOL_1;
|
|
150
|
-
Cdk8sTeamNodeProject[_a] = { fqn: "@cdk8s/projen-common.Cdk8sTeamNodeProject", version: "0.0.
|
|
150
|
+
Cdk8sTeamNodeProject[_a] = { fqn: "@cdk8s/projen-common.Cdk8sTeamNodeProject", version: "0.0.683" };
|
|
151
151
|
/**
|
|
152
152
|
* Validate that the options map does not contain any invalid option.
|
|
153
153
|
* This would usually be implemented at compile time using Omit/Pick but jsii
|
|
@@ -43,5 +43,5 @@ class Cdk8sTeamTypeScriptProject extends projen_1.typescript.TypeScriptProject {
|
|
|
43
43
|
}
|
|
44
44
|
exports.Cdk8sTeamTypeScriptProject = Cdk8sTeamTypeScriptProject;
|
|
45
45
|
_a = JSII_RTTI_SYMBOL_1;
|
|
46
|
-
Cdk8sTeamTypeScriptProject[_a] = { fqn: "@cdk8s/projen-common.Cdk8sTeamTypeScriptProject", version: "0.0.
|
|
46
|
+
Cdk8sTeamTypeScriptProject[_a] = { fqn: "@cdk8s/projen-common.Cdk8sTeamTypeScriptProject", version: "0.0.683" };
|
|
47
47
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHlwZXNjcmlwdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9wcm9qZWN0cy90eXBlc2NyaXB0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBQUEsdUNBQXVDO0FBQ3ZDLG1DQUFvQztBQUNwQyxtQ0FBbUM7QUFDbkMsK0JBQStCO0FBRS9CLDhEQUEyRDtBQTZDM0Q7O0dBRUc7QUFDSCxNQUFhLDBCQUEyQixTQUFRLG1CQUFVLENBQUMsaUJBQWlCO0lBRTFFLFlBQVksT0FBMEM7UUFDcEQsSUFBSSxDQUFDLGVBQWUsQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUM5QixJQUFJLENBQUMsbUJBQW1CLENBQUMsT0FBTyxDQUFDLENBQUM7UUFFbEMsTUFBTSx3QkFBd0IsR0FBRztZQUMvQixpQkFBaUIsRUFBRSxNQUFNO1NBQzZCLENBQUM7UUFFekQsTUFBTSxnQkFBZ0IsR0FBRyxJQUFJLENBQUMsNEJBQTRCLENBQUMsT0FBTyxDQUFDLENBQUM7UUFDcEUsTUFBTSxrQkFBa0IsR0FBRyxJQUFJLENBQUMsOEJBQThCLENBQUMsT0FBTyxDQUFDLENBQUM7UUFDeEUsTUFBTSxvQkFBb0IsR0FBRyxNQUFNLENBQUMseUJBQXlCLENBQUMsT0FBTyxDQUFDLENBQUM7UUFFdkUsTUFBTSxZQUFZLEdBQUcsU0FBUyxDQUFDLEdBQUcsQ0FBQyxDQUFDO2dCQUNsQyxHQUFHLHdCQUF3QjtnQkFDM0IsR0FBRyxnQkFBZ0I7Z0JBQ25CLEdBQUcsa0JBQWtCO2dCQUNyQixhQUFhLEVBQUUsb0JBQW9CO2FBQ3BDLEVBQUUsT0FBTyxDQUFDLENBQXdDLENBQUM7UUFFcEQsS0FBSyxDQUFDLFlBQVksQ0FBQyxDQUFDO1FBRXBCLE1BQU0sUUFBUSxHQUFHLE9BQU8sQ0FBQyxRQUFRLElBQUksSUFBSSxDQUFDLG1CQUFtQixDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUU1RSxNQUFNLG9CQUFvQixHQUFHLENBQUMsR0FBRyxDQUFDLE9BQU8sQ0FBQyw4QkFBOEIsSUFBSSxFQUFFLENBQUMsRUFBRSxZQUFZLENBQUMsQ0FBQztRQUUvRixJQUFJLENBQUMsYUFBYSxDQUFDLElBQUksRUFBRSxRQUFRLEVBQUU7WUFDakMsUUFBUSxFQUFFLFlBQVksQ0FBQyxrQkFBa0IsRUFBRSxlQUFlLEVBQUUsUUFBUTtZQUNwRSxZQUFZLEVBQUUsb0JBQW9CO1lBQ2xDLGFBQWEsRUFBRSxPQUFPLENBQUMsYUFBYTtTQUNyQyxDQUFDLENBQUM7UUFFSCxJQUFJLE9BQU8sQ0FBQyxRQUFRLElBQUksS0FBSyxFQUFFLENBQUM7WUFDOUIsSUFBSSxtQkFBUSxDQUFDLElBQUksRUFBRSxFQUFFLFFBQVEsRUFBRSxPQUFPLENBQUMsZ0JBQWdCLEVBQUUsUUFBUSxFQUFFLENBQUMsQ0FBQztRQUN2RSxDQUFDO1FBRUQsSUFBSSxDQUFDLHVCQUF1QixDQUFDLElBQUksQ0FBQyxDQUFDO0lBQ3JDLENBQUM7O0FBdENILGdFQXVDQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIGRlZXBtZXJnZSBmcm9tICdkZWVwbWVyZ2UnO1xuaW1wb3J0IHsgdHlwZXNjcmlwdCB9IGZyb20gJ3Byb2plbic7XG5pbXBvcnQgKiBhcyBnaXRodWIgZnJvbSAnLi9naXRodWInO1xuaW1wb3J0ICogYXMgbm9kZSBmcm9tICcuL25vZGUnO1xuaW1wb3J0IHsgVHJpYWdlT3B0aW9ucyB9IGZyb20gJy4uL2NvbXBvbmVudHMnO1xuaW1wb3J0IHsgQmFja3BvcnQgfSBmcm9tICcuLi9jb21wb25lbnRzL2JhY2twb3J0L2JhY2twb3J0JztcblxuLyoqXG4gKiBPcHRpb25zIGZvciBgQ2RrOHNUZWFtVHlwZVNjcmlwdFByb2plY3RgLlxuICovXG5leHBvcnQgaW50ZXJmYWNlIENkazhzVGVhbVR5cGVTY3JpcHRQcm9qZWN0T3B0aW9ucyBleHRlbmRzIHR5cGVzY3JpcHQuVHlwZVNjcmlwdFByb2plY3RPcHRpb25zIHtcblxuICAvKipcbiAgICogVGhlIG5hbWUgb2YgdGhlIHJlcG9zaXRvcnkgaW5zaWRlIHRoZSBjZGs4cy10ZWFtXG4gICAqIG9yZyB3aGVyZSB0aGUgY29kZSBvZiB0aGUgcHJvamVjdCBpcyBsb2NhdGUgaW4uXG4gICAqXG4gICAqIEBkZWZhdWx0IC0gdGhlIHBhY2thZ2UgbmFtZS5cbiAgICovXG4gIHJlYWRvbmx5IHJlcG9OYW1lPzogc3RyaW5nO1xuXG4gIC8qKiBDb25maWd1cmUgYSBiYWNrcG9ydCB3b3JrZmxvdy5cbiAgICpcbiAgICogQGRlZmF1bHQgZmFsc2VcbiAgICovXG4gIHJlYWRvbmx5IGJhY2twb3J0PzogYm9vbGVhbjtcblxuICAvKipcbiAgICogQnJhbmNoZXMgdG8gYmFja3BvcnQgdG8uXG4gICAqXG4gICAqIEBkZWZhdWx0IC0gV2lsbCBiZSBkZXJpdmVkIGZyb20gUFIgbGFiZWxzLlxuICAgKi9cbiAgcmVhZG9ubHkgYmFja3BvcnRCcmFuY2hlcz86IHN0cmluZ1tdO1xuXG4gIC8qKlxuICAgKiBQYWNrYWdlcyB0aGF0IGNvbXBpbGUgdGhlIHByb2plY3QgYXBhcnQgZnJvbSB0aGUgdHlwZXNjcmlwdC9qc2lpIGNvbXBpbGVyLlxuICAgKiBBbnkgcGFja2FnZSB0aGF0IHByb2R1Y2VzIGEgcHVibGlzaGVkIGFydGlmYWN0IHNob3VsZCBiZSBpbmNsdWRlZCBpbiB0aGlzIGxpc3QuXG4gICAqXG4gICAqIEBkZWZhdWx0IC0gTm8gYWRkaXRpb25hbCBjb21waWxlciBkZXBlbmRlbmNpZXMuXG4gICAqL1xuICByZWFkb25seSBhZGRpdGlvbmFsQ29tcGlsZXJEZXBlbmRlbmNpZXM/OiBzdHJpbmdbXTtcblxuICAvKipcbiAgICogT3B0aW9ucyBmb3IgdGhlIGB0cmlhZ2VgIHdvcmtmbG93LlxuICAgKlxuICAgKiBAZGVmYXVsdCAtIG5vIGN1c3RvbSBvcHRpb25zLlxuICAgKi9cbiAgcmVhZG9ubHkgdHJpYWdlT3B0aW9ucz86IFRyaWFnZU9wdGlvbnM7XG5cbn1cblxuLyoqXG4gKiBAcGppZCBjZGs4cy10ZWFtLXR5cGVzY3JpcHQtcHJvamVjdFxuICovXG5leHBvcnQgY2xhc3MgQ2RrOHNUZWFtVHlwZVNjcmlwdFByb2plY3QgZXh0ZW5kcyB0eXBlc2NyaXB0LlR5cGVTY3JpcHRQcm9qZWN0IHtcblxuICBjb25zdHJ1Y3RvcihvcHRpb25zOiBDZGs4c1RlYW1UeXBlU2NyaXB0UHJvamVjdE9wdGlvbnMpIHtcbiAgICBub2RlLnZhbGlkYXRlT3B0aW9ucyhvcHRpb25zKTtcbiAgICBub2RlLnZhbGlkYXRlUHJvamVjdE5hbWUob3B0aW9ucyk7XG5cbiAgICBjb25zdCBkZWZhdWx0VHlwZVNjcmlwdE9wdGlvbnMgPSB7XG4gICAgICB0eXBlc2NyaXB0VmVyc2lvbjogJ341LjknLFxuICAgIH0gc2F0aXNmaWVzIFBhcnRpYWw8dHlwZXNjcmlwdC5UeXBlU2NyaXB0UHJvamVjdE9wdGlvbnM+O1xuXG4gICAgY29uc3QgZml4ZWROb2RlT3B0aW9ucyA9IG5vZGUuYnVpbGROb2RlUHJvamVjdEZpeGVkT3B0aW9ucyhvcHRpb25zKTtcbiAgICBjb25zdCBkZWZhdWx0Tm9kZU9wdGlvbnMgPSBub2RlLmJ1aWxkTm9kZVByb2plY3REZWZhdWx0T3B0aW9ucyhvcHRpb25zKTtcbiAgICBjb25zdCBkZWZhdWx0R2l0SHViT3B0aW9ucyA9IGdpdGh1Yi5idWlsZEdpdEh1YkRlZmF1bHRPcHRpb25zKG9wdGlvbnMpO1xuXG4gICAgY29uc3QgZmluYWxPcHRpb25zID0gZGVlcG1lcmdlLmFsbChbe1xuICAgICAgLi4uZGVmYXVsdFR5cGVTY3JpcHRPcHRpb25zLFxuICAgICAgLi4uZml4ZWROb2RlT3B0aW9ucyxcbiAgICAgIC4uLmRlZmF1bHROb2RlT3B0aW9ucyxcbiAgICAgIGdpdGh1Yk9wdGlvbnM6IGRlZmF1bHRHaXRIdWJPcHRpb25zLFxuICAgIH0sIG9wdGlvbnNdKSBhcyB0eXBlc2NyaXB0LlR5cGVTY3JpcHRQcm9qZWN0T3B0aW9ucztcblxuICAgIHN1cGVyKGZpbmFsT3B0aW9ucyk7XG5cbiAgICBjb25zdCByZXBvTmFtZSA9IG9wdGlvbnMucmVwb05hbWUgPz8gbm9kZS5idWlsZFJlcG9zaXRvcnlOYW1lKG9wdGlvbnMubmFtZSk7XG5cbiAgICBjb25zdCBjb21waWxlckRlcGVuZGVuY2llcyA9IFsuLi4ob3B0aW9ucy5hZGRpdGlvbmFsQ29tcGlsZXJEZXBlbmRlbmNpZXMgPz8gW10pLCAndHlwZXNjcmlwdCddO1xuXG4gICAgbm9kZS5hZGRDb21wb25lbnRzKHRoaXMsIHJlcG9OYW1lLCB7XG4gICAgICBicmFuY2hlczogZmluYWxPcHRpb25zLmRlcHNVcGdyYWRlT3B0aW9ucz8ud29ya2Zsb3dPcHRpb25zPy5icmFuY2hlcyxcbiAgICAgIGNvbXBpbGVyRGVwczogY29tcGlsZXJEZXBlbmRlbmNpZXMsXG4gICAgICB0cmlhZ2VPcHRpb25zOiBvcHRpb25zLnRyaWFnZU9wdGlvbnMsXG4gICAgfSk7XG5cbiAgICBpZiAob3B0aW9ucy5iYWNrcG9ydCA/PyBmYWxzZSkge1xuICAgICAgbmV3IEJhY2twb3J0KHRoaXMsIHsgYnJhbmNoZXM6IG9wdGlvbnMuYmFja3BvcnRCcmFuY2hlcywgcmVwb05hbWUgfSk7XG4gICAgfVxuXG4gICAgbm9kZS5saW1pdFJlbGVhc2VDb25jdXJyZW5jeSh0aGlzKTtcbiAgfVxufVxuIl19
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codemaker",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.128.0",
|
|
4
4
|
"description": "A tiny utility for generating source code",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -36,6 +36,9 @@
|
|
|
36
36
|
"fs-extra": "^10.1.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@types/fs-extra": "^9.0.13"
|
|
39
|
+
"@types/fs-extra": "^9.0.13",
|
|
40
|
+
"eslint": "^9.39.4",
|
|
41
|
+
"jest": "^30.3.0",
|
|
42
|
+
"typescript": "5.9.x"
|
|
40
43
|
}
|
|
41
44
|
}
|
package/package.json
CHANGED
|
@@ -6,31 +6,31 @@
|
|
|
6
6
|
"url": "https://github.com/cdk8s-team/cdk8s-projen-common.git"
|
|
7
7
|
},
|
|
8
8
|
"scripts": {
|
|
9
|
-
"build": "
|
|
10
|
-
"bump": "
|
|
11
|
-
"clobber": "
|
|
12
|
-
"compat": "
|
|
13
|
-
"compile": "
|
|
14
|
-
"default": "
|
|
15
|
-
"docgen": "
|
|
16
|
-
"eject": "
|
|
17
|
-
"eslint": "
|
|
18
|
-
"package": "
|
|
19
|
-
"package-all": "
|
|
20
|
-
"package:js": "
|
|
21
|
-
"post-compile": "
|
|
22
|
-
"post-upgrade": "
|
|
23
|
-
"pre-compile": "
|
|
24
|
-
"release": "
|
|
25
|
-
"test": "
|
|
26
|
-
"test:watch": "
|
|
27
|
-
"unbump": "
|
|
28
|
-
"upgrade-compiler-dependencies": "
|
|
29
|
-
"upgrade-configuration": "
|
|
30
|
-
"upgrade-dev-dependencies": "
|
|
31
|
-
"upgrade-runtime-dependencies": "
|
|
32
|
-
"watch": "
|
|
33
|
-
"projen": "
|
|
9
|
+
"build": "projen build",
|
|
10
|
+
"bump": "projen bump",
|
|
11
|
+
"clobber": "projen clobber",
|
|
12
|
+
"compat": "projen compat",
|
|
13
|
+
"compile": "projen compile",
|
|
14
|
+
"default": "projen default",
|
|
15
|
+
"docgen": "projen docgen",
|
|
16
|
+
"eject": "projen eject",
|
|
17
|
+
"eslint": "projen eslint",
|
|
18
|
+
"package": "projen package",
|
|
19
|
+
"package-all": "projen package-all",
|
|
20
|
+
"package:js": "projen package:js",
|
|
21
|
+
"post-compile": "projen post-compile",
|
|
22
|
+
"post-upgrade": "projen post-upgrade",
|
|
23
|
+
"pre-compile": "projen pre-compile",
|
|
24
|
+
"release": "projen release",
|
|
25
|
+
"test": "projen test",
|
|
26
|
+
"test:watch": "projen test:watch",
|
|
27
|
+
"unbump": "projen unbump",
|
|
28
|
+
"upgrade-compiler-dependencies": "projen upgrade-compiler-dependencies",
|
|
29
|
+
"upgrade-configuration": "projen upgrade-configuration",
|
|
30
|
+
"upgrade-dev-dependencies": "projen upgrade-dev-dependencies",
|
|
31
|
+
"upgrade-runtime-dependencies": "projen upgrade-runtime-dependencies",
|
|
32
|
+
"watch": "projen watch",
|
|
33
|
+
"projen": "projen"
|
|
34
34
|
},
|
|
35
35
|
"author": {
|
|
36
36
|
"name": "Amazon Web Services",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"jsii-docgen": "^10.5.0",
|
|
56
56
|
"jsii-pacmak": "^1.127.0",
|
|
57
57
|
"jsii-rosetta": "~5.9.0",
|
|
58
|
-
"projen": "^0.99.
|
|
58
|
+
"projen": "^0.99.49",
|
|
59
59
|
"ts-jest": "^27",
|
|
60
60
|
"ts-node": "^10.9.2",
|
|
61
61
|
"typescript": "^4.9.5"
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"projen": ">=0.81.0 <1"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"codemaker": "^1.
|
|
67
|
+
"codemaker": "^1.128.0",
|
|
68
68
|
"deepmerge": "^4.3.1"
|
|
69
69
|
},
|
|
70
70
|
"bundledDependencies": [
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
},
|
|
77
77
|
"main": "lib/index.js",
|
|
78
78
|
"license": "Apache-2.0",
|
|
79
|
-
"version": "0.0.
|
|
79
|
+
"version": "0.0.683",
|
|
80
80
|
"jest": {
|
|
81
81
|
"coverageProvider": "v8",
|
|
82
82
|
"testMatch": [
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|