lerna-projen 0.1.798 → 0.1.800
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 +44 -44
- package/lib/index.js +2 -2
- package/node_modules/fs-extra/CHANGELOG.md +902 -0
- package/node_modules/jsonfile/README.md +1 -1
- package/node_modules/jsonfile/index.js +3 -3
- package/node_modules/jsonfile/package.json +1 -1
- package/package.json +32 -32
package/.jsii
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"constructs": "^10.6.0",
|
|
18
|
-
"projen": "^0.99.
|
|
18
|
+
"projen": "^0.99.38"
|
|
19
19
|
},
|
|
20
20
|
"dependencyClosure": {
|
|
21
21
|
"constructs": {
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"stability": "stable"
|
|
91
91
|
},
|
|
92
92
|
"homepage": "https://github.com/AminFazlMondo/Lerna-Projen.git",
|
|
93
|
-
"jsiiVersion": "5.9.
|
|
93
|
+
"jsiiVersion": "5.9.37 (build 5176c0d)",
|
|
94
94
|
"keywords": [
|
|
95
95
|
"lerna",
|
|
96
96
|
"monorepo",
|
|
@@ -1125,6 +1125,6 @@
|
|
|
1125
1125
|
"symbolId": "src/utils:AddNxTaskDependencyOptions"
|
|
1126
1126
|
}
|
|
1127
1127
|
},
|
|
1128
|
-
"version": "0.1.
|
|
1129
|
-
"fingerprint": "
|
|
1128
|
+
"version": "0.1.800",
|
|
1129
|
+
"fingerprint": "XskUqJXWA8RnTLI2tsWC6RG7ywhWQ0xT2noWCb6xPco="
|
|
1130
1130
|
}
|
package/API.md
CHANGED
|
@@ -251,7 +251,7 @@ public runTaskCommand(task: Task): string
|
|
|
251
251
|
Returns the shell command to execute in order to run a task.
|
|
252
252
|
|
|
253
253
|
This will
|
|
254
|
-
typically be `
|
|
254
|
+
typically be `pnpm projen TASK`.
|
|
255
255
|
|
|
256
256
|
###### `task`<sup>Required</sup> <a name="task" id="lerna-projen.LernaProject.runTaskCommand.parameter.task"></a>
|
|
257
257
|
|
|
@@ -376,9 +376,9 @@ Bundled dependencies will be added as normal dependencies as well as to the
|
|
|
376
376
|
Names modules to install.
|
|
377
377
|
|
|
378
378
|
By default, the the dependency will
|
|
379
|
-
be installed in the next `
|
|
380
|
-
in your `package.json` file. You can upgrade manually or using `
|
|
381
|
-
add/
|
|
379
|
+
be installed in the next `pnpm projen` run and the version will be recorded
|
|
380
|
+
in your `package.json` file. You can upgrade manually or using `pnpm
|
|
381
|
+
add/update`. If you wish to specify a version range use this syntax:
|
|
382
382
|
`module@^7`.
|
|
383
383
|
|
|
384
384
|
---
|
|
@@ -412,9 +412,9 @@ Defines normal dependencies.
|
|
|
412
412
|
Names modules to install.
|
|
413
413
|
|
|
414
414
|
By default, the the dependency will
|
|
415
|
-
be installed in the next `
|
|
416
|
-
in your `package.json` file. You can upgrade manually or using `
|
|
417
|
-
add/
|
|
415
|
+
be installed in the next `pnpm projen` run and the version will be recorded
|
|
416
|
+
in your `package.json` file. You can upgrade manually or using `pnpm
|
|
417
|
+
add/update`. If you wish to specify a version range use this syntax:
|
|
418
418
|
`module@^7`.
|
|
419
419
|
|
|
420
420
|
---
|
|
@@ -434,9 +434,9 @@ Defines development/test dependencies.
|
|
|
434
434
|
Names modules to install.
|
|
435
435
|
|
|
436
436
|
By default, the the dependency will
|
|
437
|
-
be installed in the next `
|
|
438
|
-
in your `package.json` file. You can upgrade manually or using `
|
|
439
|
-
add/
|
|
437
|
+
be installed in the next `pnpm projen` run and the version will be recorded
|
|
438
|
+
in your `package.json` file. You can upgrade manually or using `pnpm
|
|
439
|
+
add/update`. If you wish to specify a version range use this syntax:
|
|
440
440
|
`module@^7`.
|
|
441
441
|
|
|
442
442
|
---
|
|
@@ -492,9 +492,9 @@ your code against the minimum version required from your consumers.
|
|
|
492
492
|
Names modules to install.
|
|
493
493
|
|
|
494
494
|
By default, the the dependency will
|
|
495
|
-
be installed in the next `
|
|
496
|
-
in your `package.json` file. You can upgrade manually or using `
|
|
497
|
-
add/
|
|
495
|
+
be installed in the next `pnpm projen` run and the version will be recorded
|
|
496
|
+
in your `package.json` file. You can upgrade manually or using `pnpm
|
|
497
|
+
add/update`. If you wish to specify a version range use this syntax:
|
|
498
498
|
`module@^7`.
|
|
499
499
|
|
|
500
500
|
---
|
|
@@ -1782,7 +1782,7 @@ public runTaskCommand(task: Task): string
|
|
|
1782
1782
|
Returns the shell command to execute in order to run a task.
|
|
1783
1783
|
|
|
1784
1784
|
This will
|
|
1785
|
-
typically be `
|
|
1785
|
+
typically be `pnpm projen TASK`.
|
|
1786
1786
|
|
|
1787
1787
|
###### `task`<sup>Required</sup> <a name="task" id="lerna-projen.LernaTypescriptProject.runTaskCommand.parameter.task"></a>
|
|
1788
1788
|
|
|
@@ -1907,9 +1907,9 @@ Bundled dependencies will be added as normal dependencies as well as to the
|
|
|
1907
1907
|
Names modules to install.
|
|
1908
1908
|
|
|
1909
1909
|
By default, the the dependency will
|
|
1910
|
-
be installed in the next `
|
|
1911
|
-
in your `package.json` file. You can upgrade manually or using `
|
|
1912
|
-
add/
|
|
1910
|
+
be installed in the next `pnpm projen` run and the version will be recorded
|
|
1911
|
+
in your `package.json` file. You can upgrade manually or using `pnpm
|
|
1912
|
+
add/update`. If you wish to specify a version range use this syntax:
|
|
1913
1913
|
`module@^7`.
|
|
1914
1914
|
|
|
1915
1915
|
---
|
|
@@ -1943,9 +1943,9 @@ Defines normal dependencies.
|
|
|
1943
1943
|
Names modules to install.
|
|
1944
1944
|
|
|
1945
1945
|
By default, the the dependency will
|
|
1946
|
-
be installed in the next `
|
|
1947
|
-
in your `package.json` file. You can upgrade manually or using `
|
|
1948
|
-
add/
|
|
1946
|
+
be installed in the next `pnpm projen` run and the version will be recorded
|
|
1947
|
+
in your `package.json` file. You can upgrade manually or using `pnpm
|
|
1948
|
+
add/update`. If you wish to specify a version range use this syntax:
|
|
1949
1949
|
`module@^7`.
|
|
1950
1950
|
|
|
1951
1951
|
---
|
|
@@ -1965,9 +1965,9 @@ Defines development/test dependencies.
|
|
|
1965
1965
|
Names modules to install.
|
|
1966
1966
|
|
|
1967
1967
|
By default, the the dependency will
|
|
1968
|
-
be installed in the next `
|
|
1969
|
-
in your `package.json` file. You can upgrade manually or using `
|
|
1970
|
-
add/
|
|
1968
|
+
be installed in the next `pnpm projen` run and the version will be recorded
|
|
1969
|
+
in your `package.json` file. You can upgrade manually or using `pnpm
|
|
1970
|
+
add/update`. If you wish to specify a version range use this syntax:
|
|
1971
1971
|
`module@^7`.
|
|
1972
1972
|
|
|
1973
1973
|
---
|
|
@@ -2023,9 +2023,9 @@ your code against the minimum version required from your consumers.
|
|
|
2023
2023
|
Names modules to install.
|
|
2024
2024
|
|
|
2025
2025
|
By default, the the dependency will
|
|
2026
|
-
be installed in the next `
|
|
2027
|
-
in your `package.json` file. You can upgrade manually or using `
|
|
2028
|
-
add/
|
|
2026
|
+
be installed in the next `pnpm projen` run and the version will be recorded
|
|
2027
|
+
in your `package.json` file. You can upgrade manually or using `pnpm
|
|
2028
|
+
add/update`. If you wish to specify a version range use this syntax:
|
|
2029
2029
|
`module@^7`.
|
|
2030
2030
|
|
|
2031
2031
|
---
|
|
@@ -4202,11 +4202,11 @@ added both to the `dependencies` section and `bundledDependencies` section of
|
|
|
4202
4202
|
your `package.json`.
|
|
4203
4203
|
|
|
4204
4204
|
The recommendation is to only specify the module name here (e.g.
|
|
4205
|
-
`express`). This will behave similar to `
|
|
4205
|
+
`express`). This will behave similar to `pnpm add` or `npm install` in the
|
|
4206
4206
|
sense that it will add the module as a dependency to your `package.json`
|
|
4207
4207
|
file with the latest version (`^`). You can specify semver requirements in
|
|
4208
|
-
the same syntax passed to `
|
|
4209
|
-
this will be what
|
|
4208
|
+
the same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and
|
|
4209
|
+
this will be what your `package.json` will eventually include.
|
|
4210
4210
|
|
|
4211
4211
|
---
|
|
4212
4212
|
|
|
@@ -4268,11 +4268,11 @@ public readonly deps: string[];
|
|
|
4268
4268
|
Runtime dependencies of this module.
|
|
4269
4269
|
|
|
4270
4270
|
The recommendation is to only specify the module name here (e.g.
|
|
4271
|
-
`express`). This will behave similar to `
|
|
4271
|
+
`express`). This will behave similar to `pnpm add` or `npm install` in the
|
|
4272
4272
|
sense that it will add the module as a dependency to your `package.json`
|
|
4273
4273
|
file with the latest version (`^`). You can specify semver requirements in
|
|
4274
|
-
the same syntax passed to `
|
|
4275
|
-
this will be what
|
|
4274
|
+
the same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and
|
|
4275
|
+
this will be what your `package.json` will eventually include.
|
|
4276
4276
|
|
|
4277
4277
|
---
|
|
4278
4278
|
|
|
@@ -4314,11 +4314,11 @@ available in your build environment but will not be fetched when this
|
|
|
4314
4314
|
module is consumed.
|
|
4315
4315
|
|
|
4316
4316
|
The recommendation is to only specify the module name here (e.g.
|
|
4317
|
-
`express`). This will behave similar to `
|
|
4317
|
+
`express`). This will behave similar to `pnpm add` or `npm install` in the
|
|
4318
4318
|
sense that it will add the module as a dependency to your `package.json`
|
|
4319
4319
|
file with the latest version (`^`). You can specify semver requirements in
|
|
4320
|
-
the same syntax passed to `
|
|
4321
|
-
this will be what
|
|
4320
|
+
the same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and
|
|
4321
|
+
this will be what your `package.json` will eventually include.
|
|
4322
4322
|
|
|
4323
4323
|
---
|
|
4324
4324
|
|
|
@@ -6563,11 +6563,11 @@ added both to the `dependencies` section and `bundledDependencies` section of
|
|
|
6563
6563
|
your `package.json`.
|
|
6564
6564
|
|
|
6565
6565
|
The recommendation is to only specify the module name here (e.g.
|
|
6566
|
-
`express`). This will behave similar to `
|
|
6566
|
+
`express`). This will behave similar to `pnpm add` or `npm install` in the
|
|
6567
6567
|
sense that it will add the module as a dependency to your `package.json`
|
|
6568
6568
|
file with the latest version (`^`). You can specify semver requirements in
|
|
6569
|
-
the same syntax passed to `
|
|
6570
|
-
this will be what
|
|
6569
|
+
the same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and
|
|
6570
|
+
this will be what your `package.json` will eventually include.
|
|
6571
6571
|
|
|
6572
6572
|
---
|
|
6573
6573
|
|
|
@@ -6629,11 +6629,11 @@ public readonly deps: string[];
|
|
|
6629
6629
|
Runtime dependencies of this module.
|
|
6630
6630
|
|
|
6631
6631
|
The recommendation is to only specify the module name here (e.g.
|
|
6632
|
-
`express`). This will behave similar to `
|
|
6632
|
+
`express`). This will behave similar to `pnpm add` or `npm install` in the
|
|
6633
6633
|
sense that it will add the module as a dependency to your `package.json`
|
|
6634
6634
|
file with the latest version (`^`). You can specify semver requirements in
|
|
6635
|
-
the same syntax passed to `
|
|
6636
|
-
this will be what
|
|
6635
|
+
the same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and
|
|
6636
|
+
this will be what your `package.json` will eventually include.
|
|
6637
6637
|
|
|
6638
6638
|
---
|
|
6639
6639
|
|
|
@@ -6675,11 +6675,11 @@ available in your build environment but will not be fetched when this
|
|
|
6675
6675
|
module is consumed.
|
|
6676
6676
|
|
|
6677
6677
|
The recommendation is to only specify the module name here (e.g.
|
|
6678
|
-
`express`). This will behave similar to `
|
|
6678
|
+
`express`). This will behave similar to `pnpm add` or `npm install` in the
|
|
6679
6679
|
sense that it will add the module as a dependency to your `package.json`
|
|
6680
6680
|
file with the latest version (`^`). You can specify semver requirements in
|
|
6681
|
-
the same syntax passed to `
|
|
6682
|
-
this will be what
|
|
6681
|
+
the same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and
|
|
6682
|
+
this will be what your `package.json` will eventually include.
|
|
6683
6683
|
|
|
6684
6684
|
---
|
|
6685
6685
|
|
package/lib/index.js
CHANGED
|
@@ -98,7 +98,7 @@ class LernaProject extends projen_1.javascript.NodeProject {
|
|
|
98
98
|
}
|
|
99
99
|
exports.LernaProject = LernaProject;
|
|
100
100
|
_a = JSII_RTTI_SYMBOL_1;
|
|
101
|
-
LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.
|
|
101
|
+
LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.800" };
|
|
102
102
|
/**
|
|
103
103
|
* @pjid lerna-ts-project
|
|
104
104
|
*/
|
|
@@ -134,7 +134,7 @@ class LernaTypescriptProject extends projen_1.typescript.TypeScriptProject {
|
|
|
134
134
|
}
|
|
135
135
|
exports.LernaTypescriptProject = LernaTypescriptProject;
|
|
136
136
|
_b = JSII_RTTI_SYMBOL_1;
|
|
137
|
-
LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.
|
|
137
|
+
LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.800" };
|
|
138
138
|
class LernaProjectFactory {
|
|
139
139
|
constructor(project) {
|
|
140
140
|
this.project = project;
|