lerna-projen 0.0.338 → 0.0.339
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 +136 -13
- package/API.md +1991 -2
- package/lib/index.d.ts +32 -10
- package/lib/index.js +76 -37
- package/lib/types.d.ts +3 -1
- package/lib/types.js +1 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
},
|
|
107
107
|
"locationInModule": {
|
|
108
108
|
"filename": "src/index.ts",
|
|
109
|
-
"line":
|
|
109
|
+
"line": 51
|
|
110
110
|
},
|
|
111
111
|
"parameters": [
|
|
112
112
|
{
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"kind": "class",
|
|
121
121
|
"locationInModule": {
|
|
122
122
|
"filename": "src/index.ts",
|
|
123
|
-
"line":
|
|
123
|
+
"line": 38
|
|
124
124
|
},
|
|
125
125
|
"methods": [
|
|
126
126
|
{
|
|
@@ -130,12 +130,12 @@
|
|
|
130
130
|
},
|
|
131
131
|
"locationInModule": {
|
|
132
132
|
"filename": "src/index.ts",
|
|
133
|
-
"line":
|
|
133
|
+
"line": 85
|
|
134
134
|
},
|
|
135
135
|
"name": "addSubProject",
|
|
136
136
|
"parameters": [
|
|
137
137
|
{
|
|
138
|
-
"name": "
|
|
138
|
+
"name": "_subproject",
|
|
139
139
|
"type": {
|
|
140
140
|
"fqn": "projen.Project"
|
|
141
141
|
}
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
},
|
|
150
150
|
"locationInModule": {
|
|
151
151
|
"filename": "src/index.ts",
|
|
152
|
-
"line":
|
|
152
|
+
"line": 89
|
|
153
153
|
},
|
|
154
154
|
"name": "preSynthesize",
|
|
155
155
|
"overrides": "projen.Project"
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
"immutable": true,
|
|
165
165
|
"locationInModule": {
|
|
166
166
|
"filename": "src/index.ts",
|
|
167
|
-
"line":
|
|
167
|
+
"line": 43
|
|
168
168
|
},
|
|
169
169
|
"name": "docgen",
|
|
170
170
|
"type": {
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"immutable": true,
|
|
179
179
|
"locationInModule": {
|
|
180
180
|
"filename": "src/index.ts",
|
|
181
|
-
"line":
|
|
181
|
+
"line": 42
|
|
182
182
|
},
|
|
183
183
|
"name": "docsDirectory",
|
|
184
184
|
"type": {
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
"immutable": true,
|
|
193
193
|
"locationInModule": {
|
|
194
194
|
"filename": "src/index.ts",
|
|
195
|
-
"line":
|
|
195
|
+
"line": 46
|
|
196
196
|
},
|
|
197
197
|
"name": "independentMode",
|
|
198
198
|
"type": {
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
"immutable": true,
|
|
207
207
|
"locationInModule": {
|
|
208
208
|
"filename": "src/index.ts",
|
|
209
|
-
"line":
|
|
209
|
+
"line": 44
|
|
210
210
|
},
|
|
211
211
|
"name": "sinceLastRelease",
|
|
212
212
|
"type": {
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
"immutable": true,
|
|
221
221
|
"locationInModule": {
|
|
222
222
|
"filename": "src/index.ts",
|
|
223
|
-
"line":
|
|
223
|
+
"line": 45
|
|
224
224
|
},
|
|
225
225
|
"name": "useNx",
|
|
226
226
|
"type": {
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
"immutable": true,
|
|
235
235
|
"locationInModule": {
|
|
236
236
|
"filename": "src/index.ts",
|
|
237
|
-
"line":
|
|
237
|
+
"line": 47
|
|
238
238
|
},
|
|
239
239
|
"name": "useWorkspaces",
|
|
240
240
|
"type": {
|
|
@@ -389,8 +389,131 @@
|
|
|
389
389
|
}
|
|
390
390
|
],
|
|
391
391
|
"symbolId": "src/types:LernaProjectOptions"
|
|
392
|
+
},
|
|
393
|
+
"lerna-projen.LernaTypescriptProject": {
|
|
394
|
+
"assembly": "lerna-projen",
|
|
395
|
+
"base": "projen.typescript.TypeScriptProject",
|
|
396
|
+
"docs": {
|
|
397
|
+
"stability": "stable"
|
|
398
|
+
},
|
|
399
|
+
"fqn": "lerna-projen.LernaTypescriptProject",
|
|
400
|
+
"initializer": {
|
|
401
|
+
"docs": {
|
|
402
|
+
"stability": "stable"
|
|
403
|
+
},
|
|
404
|
+
"locationInModule": {
|
|
405
|
+
"filename": "src/index.ts",
|
|
406
|
+
"line": 109
|
|
407
|
+
},
|
|
408
|
+
"parameters": [
|
|
409
|
+
{
|
|
410
|
+
"name": "options",
|
|
411
|
+
"type": {
|
|
412
|
+
"fqn": "lerna-projen.LernaTypescriptProjectOptions"
|
|
413
|
+
}
|
|
414
|
+
}
|
|
415
|
+
]
|
|
416
|
+
},
|
|
417
|
+
"kind": "class",
|
|
418
|
+
"locationInModule": {
|
|
419
|
+
"filename": "src/index.ts",
|
|
420
|
+
"line": 101
|
|
421
|
+
},
|
|
422
|
+
"methods": [
|
|
423
|
+
{
|
|
424
|
+
"docs": {
|
|
425
|
+
"stability": "stable",
|
|
426
|
+
"summary": "Called before all components are synthesized."
|
|
427
|
+
},
|
|
428
|
+
"locationInModule": {
|
|
429
|
+
"filename": "src/index.ts",
|
|
430
|
+
"line": 135
|
|
431
|
+
},
|
|
432
|
+
"name": "preSynthesize",
|
|
433
|
+
"overrides": "projen.Project"
|
|
434
|
+
}
|
|
435
|
+
],
|
|
436
|
+
"name": "LernaTypescriptProject",
|
|
437
|
+
"properties": [
|
|
438
|
+
{
|
|
439
|
+
"docs": {
|
|
440
|
+
"stability": "stable"
|
|
441
|
+
},
|
|
442
|
+
"immutable": true,
|
|
443
|
+
"locationInModule": {
|
|
444
|
+
"filename": "src/index.ts",
|
|
445
|
+
"line": 104
|
|
446
|
+
},
|
|
447
|
+
"name": "independentMode",
|
|
448
|
+
"type": {
|
|
449
|
+
"primitive": "boolean"
|
|
450
|
+
}
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"docs": {
|
|
454
|
+
"stability": "stable"
|
|
455
|
+
},
|
|
456
|
+
"immutable": true,
|
|
457
|
+
"locationInModule": {
|
|
458
|
+
"filename": "src/index.ts",
|
|
459
|
+
"line": 102
|
|
460
|
+
},
|
|
461
|
+
"name": "sinceLastRelease",
|
|
462
|
+
"type": {
|
|
463
|
+
"primitive": "boolean"
|
|
464
|
+
}
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"docs": {
|
|
468
|
+
"stability": "stable"
|
|
469
|
+
},
|
|
470
|
+
"immutable": true,
|
|
471
|
+
"locationInModule": {
|
|
472
|
+
"filename": "src/index.ts",
|
|
473
|
+
"line": 103
|
|
474
|
+
},
|
|
475
|
+
"name": "useNx",
|
|
476
|
+
"type": {
|
|
477
|
+
"primitive": "boolean"
|
|
478
|
+
}
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"docs": {
|
|
482
|
+
"stability": "stable"
|
|
483
|
+
},
|
|
484
|
+
"immutable": true,
|
|
485
|
+
"locationInModule": {
|
|
486
|
+
"filename": "src/index.ts",
|
|
487
|
+
"line": 105
|
|
488
|
+
},
|
|
489
|
+
"name": "useWorkspaces",
|
|
490
|
+
"type": {
|
|
491
|
+
"primitive": "boolean"
|
|
492
|
+
}
|
|
493
|
+
}
|
|
494
|
+
],
|
|
495
|
+
"symbolId": "src/index:LernaTypescriptProject"
|
|
496
|
+
},
|
|
497
|
+
"lerna-projen.LernaTypescriptProjectOptions": {
|
|
498
|
+
"assembly": "lerna-projen",
|
|
499
|
+
"datatype": true,
|
|
500
|
+
"docs": {
|
|
501
|
+
"stability": "stable"
|
|
502
|
+
},
|
|
503
|
+
"fqn": "lerna-projen.LernaTypescriptProjectOptions",
|
|
504
|
+
"interfaces": [
|
|
505
|
+
"lerna-projen.LernaProjectOptions",
|
|
506
|
+
"projen.typescript.TypeScriptProjectOptions"
|
|
507
|
+
],
|
|
508
|
+
"kind": "interface",
|
|
509
|
+
"locationInModule": {
|
|
510
|
+
"filename": "src/types.ts",
|
|
511
|
+
"line": 61
|
|
512
|
+
},
|
|
513
|
+
"name": "LernaTypescriptProjectOptions",
|
|
514
|
+
"symbolId": "src/types:LernaTypescriptProjectOptions"
|
|
392
515
|
}
|
|
393
516
|
},
|
|
394
|
-
"version": "0.0.
|
|
395
|
-
"fingerprint": "
|
|
517
|
+
"version": "0.0.339",
|
|
518
|
+
"fingerprint": "wVXU8+MkEl4sH1IvoP8edRQq3NsI5WEbMmyOQaKge08="
|
|
396
519
|
}
|