projen 0.32.2 → 0.32.6

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.
Files changed (94) hide show
  1. package/.jsii +330 -165
  2. package/API.md +68 -1
  3. package/docs/publisher.md +24 -1
  4. package/lib/awscdk/auto-discover.js +1 -1
  5. package/lib/awscdk/cdk-config.js +1 -1
  6. package/lib/awscdk/cdk-tasks.js +1 -1
  7. package/lib/awscdk/java-app.js +1 -1
  8. package/lib/awscdk/lambda-function.js +2 -2
  9. package/lib/awscdk-app-ts.js +1 -1
  10. package/lib/awscdk-construct.js +2 -2
  11. package/lib/cdk8s-app-ts.js +1 -1
  12. package/lib/cdk8s-construct.js +1 -1
  13. package/lib/cdktf-construct.js +1 -1
  14. package/lib/component.js +1 -1
  15. package/lib/construct-lib.js +1 -1
  16. package/lib/deps/dependencies.js +1 -1
  17. package/lib/dev-env.js +1 -1
  18. package/lib/docker-compose.js +2 -2
  19. package/lib/eslint.js +1 -1
  20. package/lib/file.js +1 -1
  21. package/lib/git/gitattributes.js +1 -1
  22. package/lib/github/auto-approve.js +1 -1
  23. package/lib/github/auto-merge.js +1 -1
  24. package/lib/github/dependabot.js +1 -1
  25. package/lib/github/github.js +1 -1
  26. package/lib/github/mergify.js +1 -1
  27. package/lib/github/pr-template.js +1 -1
  28. package/lib/github/stale.js +1 -1
  29. package/lib/github/task-workflow.js +1 -1
  30. package/lib/github/workflows.js +1 -1
  31. package/lib/gitpod.js +1 -1
  32. package/lib/ignore-file.js +1 -1
  33. package/lib/ini.js +1 -1
  34. package/lib/java/java-project.js +1 -1
  35. package/lib/java/junit.js +1 -1
  36. package/lib/java/maven-compile.js +1 -1
  37. package/lib/java/maven-packaging.js +1 -1
  38. package/lib/java/maven-sample.js +1 -1
  39. package/lib/java/pom.js +1 -1
  40. package/lib/java/projenrc.js +1 -1
  41. package/lib/javascript/bundler.js +1 -1
  42. package/lib/javascript/npm-config.js +1 -1
  43. package/lib/javascript/projenrc.js +1 -1
  44. package/lib/jest.js +1 -1
  45. package/lib/jsii-project.js +1 -1
  46. package/lib/json/projenrc.js +1 -1
  47. package/lib/json.js +1 -1
  48. package/lib/license.js +1 -1
  49. package/lib/logger.js +1 -1
  50. package/lib/makefile.js +1 -1
  51. package/lib/node-package.d.ts +39 -2
  52. package/lib/node-package.js +32 -6
  53. package/lib/node-project.js +18 -14
  54. package/lib/object-file.js +1 -1
  55. package/lib/project.js +2 -2
  56. package/lib/projects.js +1 -1
  57. package/lib/python/pip.js +1 -1
  58. package/lib/python/poetry.js +2 -2
  59. package/lib/python/projenrc.js +1 -1
  60. package/lib/python/pytest.js +1 -1
  61. package/lib/python/python-project.js +1 -1
  62. package/lib/python/python-sample.js +1 -1
  63. package/lib/python/requirements-file.js +1 -1
  64. package/lib/python/setuppy.js +1 -1
  65. package/lib/python/setuptools.js +1 -1
  66. package/lib/python/venv.js +1 -1
  67. package/lib/readme.js +1 -1
  68. package/lib/release/publisher.d.ts +36 -0
  69. package/lib/release/publisher.js +20 -5
  70. package/lib/release/release-trigger.js +1 -1
  71. package/lib/release/release.js +1 -1
  72. package/lib/sample-file.js +2 -2
  73. package/lib/semver.js +1 -1
  74. package/lib/source-code.js +1 -1
  75. package/lib/tasks/runtime.js +1 -1
  76. package/lib/tasks/task.js +1 -1
  77. package/lib/tasks/tasks.js +3 -3
  78. package/lib/textfile.js +1 -1
  79. package/lib/toml.js +1 -1
  80. package/lib/typescript/projenrc.js +1 -1
  81. package/lib/typescript-config.js +1 -1
  82. package/lib/typescript.js +3 -3
  83. package/lib/upgrade-dependencies.js +2 -2
  84. package/lib/version.js +1 -1
  85. package/lib/vscode/devcontainer.js +1 -1
  86. package/lib/vscode/launch-config.js +1 -1
  87. package/lib/vscode/vscode.js +1 -1
  88. package/lib/web/next.js +3 -3
  89. package/lib/web/postcss.js +1 -1
  90. package/lib/web/react.js +4 -4
  91. package/lib/web/tailwind.js +1 -1
  92. package/lib/xmlfile.js +1 -1
  93. package/lib/yaml.js +1 -1
  94. package/package.json +19 -19
package/.jsii CHANGED
@@ -27,7 +27,7 @@
27
27
  "stability": "experimental"
28
28
  },
29
29
  "homepage": "https://github.com/projen/projen.git",
30
- "jsiiVersion": "1.41.0 (build a274beb)",
30
+ "jsiiVersion": "1.42.0 (build 5f6b62c)",
31
31
  "license": "Apache-2.0",
32
32
  "metadata": {
33
33
  "jsii": {
@@ -1132,6 +1132,61 @@
1132
1132
  ],
1133
1133
  "symbolId": "src/cdk8s-app-ts:Cdk8sTypeScriptAppOptions"
1134
1134
  },
1135
+ "projen.CodeArtifactOptions": {
1136
+ "assembly": "projen",
1137
+ "datatype": true,
1138
+ "docs": {
1139
+ "stability": "experimental"
1140
+ },
1141
+ "fqn": "projen.CodeArtifactOptions",
1142
+ "kind": "interface",
1143
+ "locationInModule": {
1144
+ "filename": "src/node-package.ts",
1145
+ "line": 303
1146
+ },
1147
+ "name": "CodeArtifactOptions",
1148
+ "properties": [
1149
+ {
1150
+ "abstract": true,
1151
+ "docs": {
1152
+ "default": "\"AWS_ACCESS_KEY_ID\"",
1153
+ "remarks": "This property must be specified only when publishing to AWS CodeArtifact (`npmRegistryUrl` contains AWS CodeArtifact URL).",
1154
+ "stability": "experimental",
1155
+ "summary": "GitHub secret which contains the AWS access key ID to use when publishing packages to AWS CodeArtifact."
1156
+ },
1157
+ "immutable": true,
1158
+ "locationInModule": {
1159
+ "filename": "src/node-package.ts",
1160
+ "line": 310
1161
+ },
1162
+ "name": "accessKeyIdSecret",
1163
+ "optional": true,
1164
+ "type": {
1165
+ "primitive": "string"
1166
+ }
1167
+ },
1168
+ {
1169
+ "abstract": true,
1170
+ "docs": {
1171
+ "default": "\"AWS_SECRET_ACCESS_KEY\"",
1172
+ "remarks": "This property must be specified only when publishing to AWS CodeArtifact (`npmRegistryUrl` contains AWS CodeArtifact URL).",
1173
+ "stability": "experimental",
1174
+ "summary": "GitHub secret which contains the AWS secret access key to use when publishing packages to AWS CodeArtifact."
1175
+ },
1176
+ "immutable": true,
1177
+ "locationInModule": {
1178
+ "filename": "src/node-package.ts",
1179
+ "line": 318
1180
+ },
1181
+ "name": "secretAccessKeySecret",
1182
+ "optional": true,
1183
+ "type": {
1184
+ "primitive": "string"
1185
+ }
1186
+ }
1187
+ ],
1188
+ "symbolId": "src/node-package:CodeArtifactOptions"
1189
+ },
1135
1190
  "projen.Component": {
1136
1191
  "assembly": "projen",
1137
1192
  "docs": {
@@ -9129,7 +9184,7 @@
9129
9184
  },
9130
9185
  "locationInModule": {
9131
9186
  "filename": "src/node-package.ts",
9132
- "line": 384
9187
+ "line": 417
9133
9188
  },
9134
9189
  "parameters": [
9135
9190
  {
@@ -9150,7 +9205,7 @@
9150
9205
  "kind": "class",
9151
9206
  "locationInModule": {
9152
9207
  "filename": "src/node-package.ts",
9153
- "line": 298
9208
+ "line": 324
9154
9209
  },
9155
9210
  "methods": [
9156
9211
  {
@@ -9159,7 +9214,7 @@
9159
9214
  },
9160
9215
  "locationInModule": {
9161
9216
  "filename": "src/node-package.ts",
9162
- "line": 560
9217
+ "line": 596
9163
9218
  },
9164
9219
  "name": "addBin",
9165
9220
  "parameters": [
@@ -9184,7 +9239,7 @@
9184
9239
  },
9185
9240
  "locationInModule": {
9186
9241
  "filename": "src/node-package.ts",
9187
- "line": 531
9242
+ "line": 567
9188
9243
  },
9189
9244
  "name": "addBundledDeps",
9190
9245
  "parameters": [
@@ -9209,7 +9264,7 @@
9209
9264
  },
9210
9265
  "locationInModule": {
9211
9266
  "filename": "src/node-package.ts",
9212
- "line": 474
9267
+ "line": 510
9213
9268
  },
9214
9269
  "name": "addDeps",
9215
9270
  "parameters": [
@@ -9234,7 +9289,7 @@
9234
9289
  },
9235
9290
  "locationInModule": {
9236
9291
  "filename": "src/node-package.ts",
9237
- "line": 489
9292
+ "line": 525
9238
9293
  },
9239
9294
  "name": "addDevDeps",
9240
9295
  "parameters": [
@@ -9259,7 +9314,7 @@
9259
9314
  },
9260
9315
  "locationInModule": {
9261
9316
  "filename": "src/node-package.ts",
9262
- "line": 546
9317
+ "line": 582
9263
9318
  },
9264
9319
  "name": "addEngine",
9265
9320
  "parameters": [
@@ -9293,7 +9348,7 @@
9293
9348
  },
9294
9349
  "locationInModule": {
9295
9350
  "filename": "src/node-package.ts",
9296
- "line": 600
9351
+ "line": 636
9297
9352
  },
9298
9353
  "name": "addField",
9299
9354
  "parameters": [
@@ -9324,7 +9379,7 @@
9324
9379
  },
9325
9380
  "locationInModule": {
9326
9381
  "filename": "src/node-package.ts",
9327
- "line": 554
9382
+ "line": 590
9328
9383
  },
9329
9384
  "name": "addKeywords",
9330
9385
  "parameters": [
@@ -9349,7 +9404,7 @@
9349
9404
  },
9350
9405
  "locationInModule": {
9351
9406
  "filename": "src/node-package.ts",
9352
- "line": 509
9407
+ "line": 545
9353
9408
  },
9354
9409
  "name": "addPeerDeps",
9355
9410
  "parameters": [
@@ -9374,7 +9429,7 @@
9374
9429
  },
9375
9430
  "locationInModule": {
9376
9431
  "filename": "src/node-package.ts",
9377
- "line": 608
9432
+ "line": 644
9378
9433
  },
9379
9434
  "name": "addVersion",
9380
9435
  "parameters": [
@@ -9397,7 +9452,7 @@
9397
9452
  },
9398
9453
  "locationInModule": {
9399
9454
  "filename": "src/node-package.ts",
9400
- "line": 590
9455
+ "line": 626
9401
9456
  },
9402
9457
  "name": "hasScript",
9403
9458
  "parameters": [
@@ -9425,7 +9480,7 @@
9425
9480
  },
9426
9481
  "locationInModule": {
9427
9482
  "filename": "src/node-package.ts",
9428
- "line": 677
9483
+ "line": 713
9429
9484
  },
9430
9485
  "name": "postSynthesize",
9431
9486
  "overrides": "projen.Component"
@@ -9437,7 +9492,7 @@
9437
9492
  },
9438
9493
  "locationInModule": {
9439
9494
  "filename": "src/node-package.ts",
9440
- "line": 672
9495
+ "line": 708
9441
9496
  },
9442
9497
  "name": "preSynthesize",
9443
9498
  "overrides": "projen.Component"
@@ -9449,7 +9504,7 @@
9449
9504
  },
9450
9505
  "locationInModule": {
9451
9506
  "filename": "src/node-package.ts",
9452
- "line": 580
9507
+ "line": 616
9453
9508
  },
9454
9509
  "name": "removeScript",
9455
9510
  "parameters": [
@@ -9471,7 +9526,7 @@
9471
9526
  },
9472
9527
  "locationInModule": {
9473
9528
  "filename": "src/node-package.ts",
9474
- "line": 629
9529
+ "line": 665
9475
9530
  },
9476
9531
  "name": "renderUpgradePackagesCommand",
9477
9532
  "parameters": [
@@ -9512,7 +9567,7 @@
9512
9567
  },
9513
9568
  "locationInModule": {
9514
9569
  "filename": "src/node-package.ts",
9515
- "line": 572
9570
+ "line": 608
9516
9571
  },
9517
9572
  "name": "setScript",
9518
9573
  "parameters": [
@@ -9547,7 +9602,7 @@
9547
9602
  "immutable": true,
9548
9603
  "locationInModule": {
9549
9604
  "filename": "src/node-package.ts",
9550
- "line": 318
9605
+ "line": 344
9551
9606
  },
9552
9607
  "name": "allowLibraryDependencies",
9553
9608
  "type": {
@@ -9562,7 +9617,7 @@
9562
9617
  "immutable": true,
9563
9618
  "locationInModule": {
9564
9619
  "filename": "src/node-package.ts",
9565
- "line": 308
9620
+ "line": 334
9566
9621
  },
9567
9622
  "name": "entrypoint",
9568
9623
  "type": {
@@ -9577,7 +9632,7 @@
9577
9632
  "immutable": true,
9578
9633
  "locationInModule": {
9579
9634
  "filename": "src/node-package.ts",
9580
- "line": 622
9635
+ "line": 658
9581
9636
  },
9582
9637
  "name": "installAndUpdateLockfileCommand",
9583
9638
  "type": {
@@ -9592,7 +9647,7 @@
9592
9647
  "immutable": true,
9593
9648
  "locationInModule": {
9594
9649
  "filename": "src/node-package.ts",
9595
- "line": 615
9650
+ "line": 651
9596
9651
  },
9597
9652
  "name": "installCommand",
9598
9653
  "type": {
@@ -9607,7 +9662,7 @@
9607
9662
  "immutable": true,
9608
9663
  "locationInModule": {
9609
9664
  "filename": "src/node-package.ts",
9610
- "line": 375
9665
+ "line": 408
9611
9666
  },
9612
9667
  "name": "lockFile",
9613
9668
  "type": {
@@ -9622,7 +9677,7 @@
9622
9677
  "immutable": true,
9623
9678
  "locationInModule": {
9624
9679
  "filename": "src/node-package.ts",
9625
- "line": 328
9680
+ "line": 354
9626
9681
  },
9627
9682
  "name": "manifest",
9628
9683
  "type": {
@@ -9637,7 +9692,7 @@
9637
9692
  "immutable": true,
9638
9693
  "locationInModule": {
9639
9694
  "filename": "src/node-package.ts",
9640
- "line": 370
9695
+ "line": 403
9641
9696
  },
9642
9697
  "name": "npmAccess",
9643
9698
  "type": {
@@ -9652,7 +9707,7 @@
9652
9707
  "immutable": true,
9653
9708
  "locationInModule": {
9654
9709
  "filename": "src/node-package.ts",
9655
- "line": 350
9710
+ "line": 376
9656
9711
  },
9657
9712
  "name": "npmDistTag",
9658
9713
  "type": {
@@ -9667,7 +9722,7 @@
9667
9722
  "immutable": true,
9668
9723
  "locationInModule": {
9669
9724
  "filename": "src/node-package.ts",
9670
- "line": 360
9725
+ "line": 386
9671
9726
  },
9672
9727
  "name": "npmRegistry",
9673
9728
  "type": {
@@ -9682,7 +9737,7 @@
9682
9737
  "immutable": true,
9683
9738
  "locationInModule": {
9684
9739
  "filename": "src/node-package.ts",
9685
- "line": 355
9740
+ "line": 381
9686
9741
  },
9687
9742
  "name": "npmRegistryUrl",
9688
9743
  "type": {
@@ -9692,61 +9747,63 @@
9692
9747
  {
9693
9748
  "docs": {
9694
9749
  "stability": "experimental",
9695
- "summary": "GitHub secret which contains the NPM token to use when publishing packages."
9750
+ "summary": "The package manager to use."
9696
9751
  },
9697
9752
  "immutable": true,
9698
9753
  "locationInModule": {
9699
9754
  "filename": "src/node-package.ts",
9700
- "line": 365
9755
+ "line": 349
9701
9756
  },
9702
- "name": "npmTokenSecret",
9757
+ "name": "packageManager",
9703
9758
  "type": {
9704
- "primitive": "string"
9759
+ "fqn": "projen.NodePackageManager"
9705
9760
  }
9706
9761
  },
9707
9762
  {
9708
9763
  "docs": {
9709
9764
  "stability": "experimental",
9710
- "summary": "The package manager to use."
9765
+ "summary": "The name of the npm package."
9711
9766
  },
9712
9767
  "immutable": true,
9713
9768
  "locationInModule": {
9714
9769
  "filename": "src/node-package.ts",
9715
- "line": 323
9770
+ "line": 329
9716
9771
  },
9717
- "name": "packageManager",
9772
+ "name": "packageName",
9718
9773
  "type": {
9719
- "fqn": "projen.NodePackageManager"
9774
+ "primitive": "string"
9720
9775
  }
9721
9776
  },
9722
9777
  {
9723
9778
  "docs": {
9724
9779
  "stability": "experimental",
9725
- "summary": "The name of the npm package."
9780
+ "summary": "The command to use in order to run the projen CLI."
9726
9781
  },
9727
9782
  "immutable": true,
9728
9783
  "locationInModule": {
9729
9784
  "filename": "src/node-package.ts",
9730
- "line": 303
9785
+ "line": 339
9731
9786
  },
9732
- "name": "packageName",
9787
+ "name": "projenCommand",
9733
9788
  "type": {
9734
9789
  "primitive": "string"
9735
9790
  }
9736
9791
  },
9737
9792
  {
9738
9793
  "docs": {
9794
+ "default": "- undefined",
9739
9795
  "stability": "experimental",
9740
- "summary": "The command to use in order to run the projen CLI."
9796
+ "summary": "Options for publishing npm package to AWS CodeArtifact."
9741
9797
  },
9742
9798
  "immutable": true,
9743
9799
  "locationInModule": {
9744
9800
  "filename": "src/node-package.ts",
9745
- "line": 313
9801
+ "line": 398
9746
9802
  },
9747
- "name": "projenCommand",
9803
+ "name": "codeArtifactOptions",
9804
+ "optional": true,
9748
9805
  "type": {
9749
- "primitive": "string"
9806
+ "fqn": "projen.CodeArtifactOptions"
9750
9807
  }
9751
9808
  },
9752
9809
  {
@@ -9758,7 +9815,7 @@
9758
9815
  "immutable": true,
9759
9816
  "locationInModule": {
9760
9817
  "filename": "src/node-package.ts",
9761
- "line": 345
9818
+ "line": 371
9762
9819
  },
9763
9820
  "name": "license",
9764
9821
  "optional": true,
@@ -9775,7 +9832,7 @@
9775
9832
  "immutable": true,
9776
9833
  "locationInModule": {
9777
9834
  "filename": "src/node-package.ts",
9778
- "line": 340
9835
+ "line": 366
9779
9836
  },
9780
9837
  "name": "maxNodeVersion",
9781
9838
  "optional": true,
@@ -9792,13 +9849,29 @@
9792
9849
  "immutable": true,
9793
9850
  "locationInModule": {
9794
9851
  "filename": "src/node-package.ts",
9795
- "line": 334
9852
+ "line": 360
9796
9853
  },
9797
9854
  "name": "minNodeVersion",
9798
9855
  "optional": true,
9799
9856
  "type": {
9800
9857
  "primitive": "string"
9801
9858
  }
9859
+ },
9860
+ {
9861
+ "docs": {
9862
+ "stability": "experimental",
9863
+ "summary": "GitHub secret which contains the NPM token to use when publishing packages."
9864
+ },
9865
+ "immutable": true,
9866
+ "locationInModule": {
9867
+ "filename": "src/node-package.ts",
9868
+ "line": 391
9869
+ },
9870
+ "name": "npmTokenSecret",
9871
+ "optional": true,
9872
+ "type": {
9873
+ "primitive": "string"
9874
+ }
9802
9875
  }
9803
9876
  ],
9804
9877
  "symbolId": "src/node-package:NodePackage"
@@ -9813,7 +9886,7 @@
9813
9886
  "kind": "enum",
9814
9887
  "locationInModule": {
9815
9888
  "filename": "src/node-package.ts",
9816
- "line": 1033
9889
+ "line": 1090
9817
9890
  },
9818
9891
  "members": [
9819
9892
  {
@@ -9851,7 +9924,7 @@
9851
9924
  "kind": "interface",
9852
9925
  "locationInModule": {
9853
9926
  "filename": "src/node-package.ts",
9854
- "line": 20
9927
+ "line": 21
9855
9928
  },
9856
9929
  "name": "NodePackageOptions",
9857
9930
  "properties": [
@@ -9866,7 +9939,7 @@
9866
9939
  "immutable": true,
9867
9940
  "locationInModule": {
9868
9941
  "filename": "src/node-package.ts",
9869
- "line": 114
9942
+ "line": 115
9870
9943
  },
9871
9944
  "name": "allowLibraryDependencies",
9872
9945
  "optional": true,
@@ -9883,7 +9956,7 @@
9883
9956
  "immutable": true,
9884
9957
  "locationInModule": {
9885
9958
  "filename": "src/node-package.ts",
9886
- "line": 192
9959
+ "line": 193
9887
9960
  },
9888
9961
  "name": "authorEmail",
9889
9962
  "optional": true,
@@ -9900,7 +9973,7 @@
9900
9973
  "immutable": true,
9901
9974
  "locationInModule": {
9902
9975
  "filename": "src/node-package.ts",
9903
- "line": 187
9976
+ "line": 188
9904
9977
  },
9905
9978
  "name": "authorName",
9906
9979
  "optional": true,
@@ -9917,7 +9990,7 @@
9917
9990
  "immutable": true,
9918
9991
  "locationInModule": {
9919
9992
  "filename": "src/node-package.ts",
9920
- "line": 202
9993
+ "line": 203
9921
9994
  },
9922
9995
  "name": "authorOrganization",
9923
9996
  "optional": true,
@@ -9934,7 +10007,7 @@
9934
10007
  "immutable": true,
9935
10008
  "locationInModule": {
9936
10009
  "filename": "src/node-package.ts",
9937
- "line": 197
10010
+ "line": 198
9938
10011
  },
9939
10012
  "name": "authorUrl",
9940
10013
  "optional": true,
@@ -9952,7 +10025,7 @@
9952
10025
  "immutable": true,
9953
10026
  "locationInModule": {
9954
10027
  "filename": "src/node-package.ts",
9955
- "line": 146
10028
+ "line": 147
9956
10029
  },
9957
10030
  "name": "autoDetectBin",
9958
10031
  "optional": true,
@@ -9970,7 +10043,7 @@
9970
10043
  "immutable": true,
9971
10044
  "locationInModule": {
9972
10045
  "filename": "src/node-package.ts",
9973
- "line": 138
10046
+ "line": 139
9974
10047
  },
9975
10048
  "name": "bin",
9976
10049
  "optional": true,
@@ -9993,7 +10066,7 @@
9993
10066
  "immutable": true,
9994
10067
  "locationInModule": {
9995
10068
  "filename": "src/node-package.ts",
9996
- "line": 100
10069
+ "line": 101
9997
10070
  },
9998
10071
  "name": "bundledDeps",
9999
10072
  "optional": true,
@@ -10006,6 +10079,24 @@
10006
10079
  }
10007
10080
  }
10008
10081
  },
10082
+ {
10083
+ "abstract": true,
10084
+ "docs": {
10085
+ "default": "- undefined",
10086
+ "stability": "experimental",
10087
+ "summary": "Options for publishing npm package to AWS CodeArtifact."
10088
+ },
10089
+ "immutable": true,
10090
+ "locationInModule": {
10091
+ "filename": "src/node-package.ts",
10092
+ "line": 300
10093
+ },
10094
+ "name": "codeArtifactOptions",
10095
+ "optional": true,
10096
+ "type": {
10097
+ "fqn": "projen.CodeArtifactOptions"
10098
+ }
10099
+ },
10009
10100
  {
10010
10101
  "abstract": true,
10011
10102
  "docs": {
@@ -10021,7 +10112,7 @@
10021
10112
  "immutable": true,
10022
10113
  "locationInModule": {
10023
10114
  "filename": "src/node-package.ts",
10024
- "line": 49
10115
+ "line": 50
10025
10116
  },
10026
10117
  "name": "deps",
10027
10118
  "optional": true,
@@ -10047,7 +10138,7 @@
10047
10138
  "immutable": true,
10048
10139
  "locationInModule": {
10049
10140
  "filename": "src/node-package.ts",
10050
- "line": 33
10141
+ "line": 34
10051
10142
  },
10052
10143
  "name": "description",
10053
10144
  "optional": true,
@@ -10070,7 +10161,7 @@
10070
10161
  "immutable": true,
10071
10162
  "locationInModule": {
10072
10163
  "filename": "src/node-package.ts",
10073
- "line": 67
10164
+ "line": 68
10074
10165
  },
10075
10166
  "name": "devDeps",
10076
10167
  "optional": true,
@@ -10094,7 +10185,7 @@
10094
10185
  "immutable": true,
10095
10186
  "locationInModule": {
10096
10187
  "filename": "src/node-package.ts",
10097
- "line": 128
10188
+ "line": 129
10098
10189
  },
10099
10190
  "name": "entrypoint",
10100
10191
  "optional": true,
@@ -10111,7 +10202,7 @@
10111
10202
  "immutable": true,
10112
10203
  "locationInModule": {
10113
10204
  "filename": "src/node-package.ts",
10114
- "line": 207
10205
+ "line": 208
10115
10206
  },
10116
10207
  "name": "homepage",
10117
10208
  "optional": true,
@@ -10128,7 +10219,7 @@
10128
10219
  "immutable": true,
10129
10220
  "locationInModule": {
10130
10221
  "filename": "src/node-package.ts",
10131
- "line": 119
10222
+ "line": 120
10132
10223
  },
10133
10224
  "name": "keywords",
10134
10225
  "optional": true,
@@ -10152,7 +10243,7 @@
10152
10243
  "immutable": true,
10153
10244
  "locationInModule": {
10154
10245
  "filename": "src/node-package.ts",
10155
- "line": 235
10246
+ "line": 236
10156
10247
  },
10157
10248
  "name": "license",
10158
10249
  "optional": true,
@@ -10170,7 +10261,7 @@
10170
10261
  "immutable": true,
10171
10262
  "locationInModule": {
10172
10263
  "filename": "src/node-package.ts",
10173
- "line": 242
10264
+ "line": 243
10174
10265
  },
10175
10266
  "name": "licensed",
10176
10267
  "optional": true,
@@ -10188,7 +10279,7 @@
10188
10279
  "immutable": true,
10189
10280
  "locationInModule": {
10190
10281
  "filename": "src/node-package.ts",
10191
- "line": 226
10282
+ "line": 227
10192
10283
  },
10193
10284
  "name": "maxNodeVersion",
10194
10285
  "optional": true,
@@ -10206,7 +10297,7 @@
10206
10297
  "immutable": true,
10207
10298
  "locationInModule": {
10208
10299
  "filename": "src/node-package.ts",
10209
- "line": 219
10300
+ "line": 220
10210
10301
  },
10211
10302
  "name": "minNodeVersion",
10212
10303
  "optional": true,
@@ -10224,7 +10315,7 @@
10224
10315
  "immutable": true,
10225
10316
  "locationInModule": {
10226
10317
  "filename": "src/node-package.ts",
10227
- "line": 285
10318
+ "line": 286
10228
10319
  },
10229
10320
  "name": "npmAccess",
10230
10321
  "optional": true,
@@ -10243,7 +10334,7 @@
10243
10334
  "immutable": true,
10244
10335
  "locationInModule": {
10245
10336
  "filename": "src/node-package.ts",
10246
- "line": 260
10337
+ "line": 261
10247
10338
  },
10248
10339
  "name": "npmDistTag",
10249
10340
  "optional": true,
@@ -10262,7 +10353,7 @@
10262
10353
  "immutable": true,
10263
10354
  "locationInModule": {
10264
10355
  "filename": "src/node-package.ts",
10265
- "line": 276
10356
+ "line": 277
10266
10357
  },
10267
10358
  "name": "npmRegistry",
10268
10359
  "optional": true,
@@ -10281,7 +10372,7 @@
10281
10372
  "immutable": true,
10282
10373
  "locationInModule": {
10283
10374
  "filename": "src/node-package.ts",
10284
- "line": 269
10375
+ "line": 270
10285
10376
  },
10286
10377
  "name": "npmRegistryUrl",
10287
10378
  "optional": true,
@@ -10299,7 +10390,7 @@
10299
10390
  "immutable": true,
10300
10391
  "locationInModule": {
10301
10392
  "filename": "src/node-package.ts",
10302
- "line": 292
10393
+ "line": 293
10303
10394
  },
10304
10395
  "name": "npmTokenSecret",
10305
10396
  "optional": true,
@@ -10317,7 +10408,7 @@
10317
10408
  "immutable": true,
10318
10409
  "locationInModule": {
10319
10410
  "filename": "src/node-package.ts",
10320
- "line": 170
10411
+ "line": 171
10321
10412
  },
10322
10413
  "name": "packageManager",
10323
10414
  "optional": true,
@@ -10338,7 +10429,7 @@
10338
10429
  "immutable": true,
10339
10430
  "locationInModule": {
10340
10431
  "filename": "src/node-package.ts",
10341
- "line": 26
10432
+ "line": 27
10342
10433
  },
10343
10434
  "name": "packageName",
10344
10435
  "optional": true,
@@ -10355,7 +10446,7 @@
10355
10446
  "immutable": true,
10356
10447
  "locationInModule": {
10357
10448
  "filename": "src/node-package.ts",
10358
- "line": 105
10449
+ "line": 106
10359
10450
  },
10360
10451
  "name": "peerDependencyOptions",
10361
10452
  "optional": true,
@@ -10374,7 +10465,7 @@
10374
10465
  "immutable": true,
10375
10466
  "locationInModule": {
10376
10467
  "filename": "src/node-package.ts",
10377
- "line": 86
10468
+ "line": 87
10378
10469
  },
10379
10470
  "name": "peerDeps",
10380
10471
  "optional": true,
@@ -10398,7 +10489,7 @@
10398
10489
  "immutable": true,
10399
10490
  "locationInModule": {
10400
10491
  "filename": "src/node-package.ts",
10401
- "line": 163
10492
+ "line": 164
10402
10493
  },
10403
10494
  "name": "projenCommand",
10404
10495
  "optional": true,
@@ -10416,7 +10507,7 @@
10416
10507
  "immutable": true,
10417
10508
  "locationInModule": {
10418
10509
  "filename": "src/node-package.ts",
10419
- "line": 176
10510
+ "line": 177
10420
10511
  },
10421
10512
  "name": "repository",
10422
10513
  "optional": true,
@@ -10433,7 +10524,7 @@
10433
10524
  "immutable": true,
10434
10525
  "locationInModule": {
10435
10526
  "filename": "src/node-package.ts",
10436
- "line": 182
10527
+ "line": 183
10437
10528
  },
10438
10529
  "name": "repositoryDirectory",
10439
10530
  "optional": true,
@@ -10452,7 +10543,7 @@
10452
10543
  "immutable": true,
10453
10544
  "locationInModule": {
10454
10545
  "filename": "src/node-package.ts",
10455
- "line": 154
10546
+ "line": 155
10456
10547
  },
10457
10548
  "name": "scripts",
10458
10549
  "optional": true,
@@ -10474,7 +10565,7 @@
10474
10565
  "immutable": true,
10475
10566
  "locationInModule": {
10476
10567
  "filename": "src/node-package.ts",
10477
- "line": 212
10568
+ "line": 213
10478
10569
  },
10479
10570
  "name": "stability",
10480
10571
  "optional": true,
@@ -10522,7 +10613,7 @@
10522
10613
  },
10523
10614
  "locationInModule": {
10524
10615
  "filename": "src/node-project.ts",
10525
- "line": 797
10616
+ "line": 801
10526
10617
  },
10527
10618
  "name": "addBins",
10528
10619
  "parameters": [
@@ -10547,7 +10638,7 @@
10547
10638
  },
10548
10639
  "locationInModule": {
10549
10640
  "filename": "src/node-project.ts",
10550
- "line": 851
10641
+ "line": 855
10551
10642
  },
10552
10643
  "name": "addBuildCommand",
10553
10644
  "parameters": [
@@ -10569,7 +10660,7 @@
10569
10660
  },
10570
10661
  "locationInModule": {
10571
10662
  "filename": "src/node-project.ts",
10572
- "line": 960
10663
+ "line": 964
10573
10664
  },
10574
10665
  "name": "addBundledDeps",
10575
10666
  "parameters": [
@@ -10595,7 +10686,7 @@
10595
10686
  },
10596
10687
  "locationInModule": {
10597
10688
  "filename": "src/node-project.ts",
10598
- "line": 831
10689
+ "line": 835
10599
10690
  },
10600
10691
  "name": "addCompileCommand",
10601
10692
  "parameters": [
@@ -10616,7 +10707,7 @@
10616
10707
  },
10617
10708
  "locationInModule": {
10618
10709
  "filename": "src/node-project.ts",
10619
- "line": 914
10710
+ "line": 918
10620
10711
  },
10621
10712
  "name": "addDeps",
10622
10713
  "parameters": [
@@ -10641,7 +10732,7 @@
10641
10732
  },
10642
10733
  "locationInModule": {
10643
10734
  "filename": "src/node-project.ts",
10644
- "line": 927
10735
+ "line": 931
10645
10736
  },
10646
10737
  "name": "addDevDeps",
10647
10738
  "parameters": [
@@ -10666,7 +10757,7 @@
10666
10757
  },
10667
10758
  "locationInModule": {
10668
10759
  "filename": "src/node-project.ts",
10669
- "line": 861
10760
+ "line": 865
10670
10761
  },
10671
10762
  "name": "addFields",
10672
10763
  "parameters": [
@@ -10693,7 +10784,7 @@
10693
10784
  },
10694
10785
  "locationInModule": {
10695
10786
  "filename": "src/node-project.ts",
10696
- "line": 871
10787
+ "line": 875
10697
10788
  },
10698
10789
  "name": "addKeywords",
10699
10790
  "parameters": [
@@ -10718,7 +10809,7 @@
10718
10809
  },
10719
10810
  "locationInModule": {
10720
10811
  "filename": "src/node-project.ts",
10721
- "line": 964
10812
+ "line": 968
10722
10813
  },
10723
10814
  "name": "addPackageIgnore",
10724
10815
  "overrides": "projen.Project",
@@ -10739,7 +10830,7 @@
10739
10830
  },
10740
10831
  "locationInModule": {
10741
10832
  "filename": "src/node-project.ts",
10742
- "line": 944
10833
+ "line": 948
10743
10834
  },
10744
10835
  "name": "addPeerDeps",
10745
10836
  "parameters": [
@@ -10765,7 +10856,7 @@
10765
10856
  },
10766
10857
  "locationInModule": {
10767
10858
  "filename": "src/node-project.ts",
10768
- "line": 841
10859
+ "line": 845
10769
10860
  },
10770
10861
  "name": "addTestCommand",
10771
10862
  "parameters": [
@@ -10786,7 +10877,7 @@
10786
10877
  },
10787
10878
  "locationInModule": {
10788
10879
  "filename": "src/node-project.ts",
10789
- "line": 823
10880
+ "line": 827
10790
10881
  },
10791
10882
  "name": "hasScript",
10792
10883
  "parameters": [
@@ -10813,7 +10904,7 @@
10813
10904
  },
10814
10905
  "locationInModule": {
10815
10906
  "filename": "src/node-project.ts",
10816
- "line": 815
10907
+ "line": 819
10817
10908
  },
10818
10909
  "name": "removeScript",
10819
10910
  "parameters": [
@@ -10836,7 +10927,7 @@
10836
10927
  },
10837
10928
  "locationInModule": {
10838
10929
  "filename": "src/node-project.ts",
10839
- "line": 1038
10930
+ "line": 1042
10840
10931
  },
10841
10932
  "name": "runTaskCommand",
10842
10933
  "overrides": "projen.Project",
@@ -10864,7 +10955,7 @@
10864
10955
  },
10865
10956
  "locationInModule": {
10866
10957
  "filename": "src/node-project.ts",
10867
- "line": 807
10958
+ "line": 811
10868
10959
  },
10869
10960
  "name": "setScript",
10870
10961
  "parameters": [
@@ -10989,7 +11080,7 @@
10989
11080
  "immutable": true,
10990
11081
  "locationInModule": {
10991
11082
  "filename": "src/node-project.ts",
10992
- "line": 875
11083
+ "line": 879
10993
11084
  },
10994
11085
  "name": "installWorkflowSteps",
10995
11086
  "type": {
@@ -11988,7 +12079,7 @@
11988
12079
  "kind": "interface",
11989
12080
  "locationInModule": {
11990
12081
  "filename": "src/node-project.ts",
11991
- "line": 1043
12082
+ "line": 1047
11992
12083
  },
11993
12084
  "name": "NodeWorkflowSteps",
11994
12085
  "properties": [
@@ -12000,7 +12091,7 @@
12000
12091
  "immutable": true,
12001
12092
  "locationInModule": {
12002
12093
  "filename": "src/node-project.ts",
12003
- "line": 1044
12094
+ "line": 1048
12004
12095
  },
12005
12096
  "name": "antitamper",
12006
12097
  "type": {
@@ -12020,7 +12111,7 @@
12020
12111
  "immutable": true,
12021
12112
  "locationInModule": {
12022
12113
  "filename": "src/node-project.ts",
12023
- "line": 1045
12114
+ "line": 1049
12024
12115
  },
12025
12116
  "name": "install",
12026
12117
  "type": {
@@ -12045,7 +12136,7 @@
12045
12136
  "kind": "enum",
12046
12137
  "locationInModule": {
12047
12138
  "filename": "src/node-package.ts",
12048
- "line": 1053
12139
+ "line": 1110
12049
12140
  },
12050
12141
  "members": [
12051
12142
  {
@@ -12314,7 +12405,7 @@
12314
12405
  "kind": "interface",
12315
12406
  "locationInModule": {
12316
12407
  "filename": "src/node-package.ts",
12317
- "line": 1022
12408
+ "line": 1079
12318
12409
  },
12319
12410
  "name": "PeerDependencyOptions",
12320
12411
  "properties": [
@@ -12328,7 +12419,7 @@
12328
12419
  "immutable": true,
12329
12420
  "locationInModule": {
12330
12421
  "filename": "src/node-package.ts",
12331
- "line": 1027
12422
+ "line": 1084
12332
12423
  },
12333
12424
  "name": "pinnedDevDependency",
12334
12425
  "optional": true,
@@ -28764,6 +28855,62 @@
28764
28855
  ],
28765
28856
  "symbolId": "src/release/release:BranchOptions"
28766
28857
  },
28858
+ "projen.release.CodeArtifactOptions": {
28859
+ "assembly": "projen",
28860
+ "datatype": true,
28861
+ "docs": {
28862
+ "stability": "experimental"
28863
+ },
28864
+ "fqn": "projen.release.CodeArtifactOptions",
28865
+ "kind": "interface",
28866
+ "locationInModule": {
28867
+ "filename": "src/release/publisher.ts",
28868
+ "line": 494
28869
+ },
28870
+ "name": "CodeArtifactOptions",
28871
+ "namespace": "release",
28872
+ "properties": [
28873
+ {
28874
+ "abstract": true,
28875
+ "docs": {
28876
+ "default": "\"AWS_ACCESS_KEY_ID\"",
28877
+ "remarks": "This property must be specified only when publishing to AWS CodeArtifact (`registry` contains AWS CodeArtifact URL).",
28878
+ "stability": "experimental",
28879
+ "summary": "GitHub secret which contains the AWS access key ID to use when publishing packages to AWS CodeArtifact."
28880
+ },
28881
+ "immutable": true,
28882
+ "locationInModule": {
28883
+ "filename": "src/release/publisher.ts",
28884
+ "line": 501
28885
+ },
28886
+ "name": "accessKeyIdSecret",
28887
+ "optional": true,
28888
+ "type": {
28889
+ "primitive": "string"
28890
+ }
28891
+ },
28892
+ {
28893
+ "abstract": true,
28894
+ "docs": {
28895
+ "default": "\"AWS_SECRET_ACCESS_KEY\"",
28896
+ "remarks": "This property must be specified only when publishing to AWS CodeArtifact (`registry` contains AWS CodeArtifact URL).",
28897
+ "stability": "experimental",
28898
+ "summary": "GitHub secret which contains the AWS secret access key to use when publishing packages to AWS CodeArtifact."
28899
+ },
28900
+ "immutable": true,
28901
+ "locationInModule": {
28902
+ "filename": "src/release/publisher.ts",
28903
+ "line": 509
28904
+ },
28905
+ "name": "secretAccessKeySecret",
28906
+ "optional": true,
28907
+ "type": {
28908
+ "primitive": "string"
28909
+ }
28910
+ }
28911
+ ],
28912
+ "symbolId": "src/release/publisher:CodeArtifactOptions"
28913
+ },
28767
28914
  "projen.release.GitHubReleasesPublishOptions": {
28768
28915
  "assembly": "projen",
28769
28916
  "datatype": true,
@@ -28775,7 +28922,7 @@
28775
28922
  "kind": "interface",
28776
28923
  "locationInModule": {
28777
28924
  "filename": "src/release/publisher.ts",
28778
- "line": 690
28925
+ "line": 730
28779
28926
  },
28780
28927
  "name": "GitHubReleasesPublishOptions",
28781
28928
  "namespace": "release",
@@ -28790,7 +28937,7 @@
28790
28937
  "immutable": true,
28791
28938
  "locationInModule": {
28792
28939
  "filename": "src/release/publisher.ts",
28793
- "line": 684
28940
+ "line": 715
28794
28941
  },
28795
28942
  "name": "changelogFile",
28796
28943
  "type": {
@@ -28807,7 +28954,7 @@
28807
28954
  "immutable": true,
28808
28955
  "locationInModule": {
28809
28956
  "filename": "src/release/publisher.ts",
28810
- "line": 677
28957
+ "line": 708
28811
28958
  },
28812
28959
  "name": "releaseTagFile",
28813
28960
  "type": {
@@ -28824,7 +28971,7 @@
28824
28971
  "immutable": true,
28825
28972
  "locationInModule": {
28826
28973
  "filename": "src/release/publisher.ts",
28827
- "line": 670
28974
+ "line": 701
28828
28975
  },
28829
28976
  "name": "versionFile",
28830
28977
  "type": {
@@ -28845,7 +28992,7 @@
28845
28992
  "kind": "interface",
28846
28993
  "locationInModule": {
28847
28994
  "filename": "src/release/publisher.ts",
28848
- "line": 695
28995
+ "line": 735
28849
28996
  },
28850
28997
  "name": "GitPublishOptions",
28851
28998
  "namespace": "release",
@@ -28860,7 +29007,7 @@
28860
29007
  "immutable": true,
28861
29008
  "locationInModule": {
28862
29009
  "filename": "src/release/publisher.ts",
28863
- "line": 684
29010
+ "line": 715
28864
29011
  },
28865
29012
  "name": "changelogFile",
28866
29013
  "type": {
@@ -28877,7 +29024,7 @@
28877
29024
  "immutable": true,
28878
29025
  "locationInModule": {
28879
29026
  "filename": "src/release/publisher.ts",
28880
- "line": 677
29027
+ "line": 708
28881
29028
  },
28882
29029
  "name": "releaseTagFile",
28883
29030
  "type": {
@@ -28894,7 +29041,7 @@
28894
29041
  "immutable": true,
28895
29042
  "locationInModule": {
28896
29043
  "filename": "src/release/publisher.ts",
28897
- "line": 670
29044
+ "line": 701
28898
29045
  },
28899
29046
  "name": "versionFile",
28900
29047
  "type": {
@@ -28911,7 +29058,7 @@
28911
29058
  "immutable": true,
28912
29059
  "locationInModule": {
28913
29060
  "filename": "src/release/publisher.ts",
28914
- "line": 706
29061
+ "line": 746
28915
29062
  },
28916
29063
  "name": "gitBranch",
28917
29064
  "optional": true,
@@ -28928,7 +29075,7 @@
28928
29075
  "immutable": true,
28929
29076
  "locationInModule": {
28930
29077
  "filename": "src/release/publisher.ts",
28931
- "line": 699
29078
+ "line": 739
28932
29079
  },
28933
29080
  "name": "projectChangelogFile",
28934
29081
  "optional": true,
@@ -28950,7 +29097,7 @@
28950
29097
  "kind": "interface",
28951
29098
  "locationInModule": {
28952
29099
  "filename": "src/release/publisher.ts",
28953
- "line": 621
29100
+ "line": 652
28954
29101
  },
28955
29102
  "name": "GoPublishOptions",
28956
29103
  "namespace": "release",
@@ -28965,7 +29112,7 @@
28965
29112
  "immutable": true,
28966
29113
  "locationInModule": {
28967
29114
  "filename": "src/release/publisher.ts",
28968
- "line": 642
29115
+ "line": 673
28969
29116
  },
28970
29117
  "name": "gitBranch",
28971
29118
  "optional": true,
@@ -28983,7 +29130,7 @@
28983
29130
  "immutable": true,
28984
29131
  "locationInModule": {
28985
29132
  "filename": "src/release/publisher.ts",
28986
- "line": 661
29133
+ "line": 692
28987
29134
  },
28988
29135
  "name": "gitCommitMessage",
28989
29136
  "optional": true,
@@ -29001,7 +29148,7 @@
29001
29148
  "immutable": true,
29002
29149
  "locationInModule": {
29003
29150
  "filename": "src/release/publisher.ts",
29004
- "line": 635
29151
+ "line": 666
29005
29152
  },
29006
29153
  "name": "githubRepo",
29007
29154
  "optional": true,
@@ -29019,7 +29166,7 @@
29019
29166
  "immutable": true,
29020
29167
  "locationInModule": {
29021
29168
  "filename": "src/release/publisher.ts",
29022
- "line": 628
29169
+ "line": 659
29023
29170
  },
29024
29171
  "name": "githubTokenSecret",
29025
29172
  "optional": true,
@@ -29040,7 +29187,7 @@
29040
29187
  "immutable": true,
29041
29188
  "locationInModule": {
29042
29189
  "filename": "src/release/publisher.ts",
29043
- "line": 654
29190
+ "line": 685
29044
29191
  },
29045
29192
  "name": "gitUserEmail",
29046
29193
  "optional": true,
@@ -29058,7 +29205,7 @@
29058
29205
  "immutable": true,
29059
29206
  "locationInModule": {
29060
29207
  "filename": "src/release/publisher.ts",
29061
- "line": 648
29208
+ "line": 679
29062
29209
  },
29063
29210
  "name": "gitUserName",
29064
29211
  "optional": true,
@@ -29083,7 +29230,7 @@
29083
29230
  "kind": "interface",
29084
29231
  "locationInModule": {
29085
29232
  "filename": "src/release/publisher.ts",
29086
- "line": 530
29233
+ "line": 561
29087
29234
  },
29088
29235
  "name": "JsiiReleaseMaven",
29089
29236
  "namespace": "release",
@@ -29103,7 +29250,7 @@
29103
29250
  "kind": "interface",
29104
29251
  "locationInModule": {
29105
29252
  "filename": "src/release/publisher.ts",
29106
- "line": 436
29253
+ "line": 442
29107
29254
  },
29108
29255
  "name": "JsiiReleaseNpm",
29109
29256
  "namespace": "release",
@@ -29123,7 +29270,7 @@
29123
29270
  "kind": "interface",
29124
29271
  "locationInModule": {
29125
29272
  "filename": "src/release/publisher.ts",
29126
- "line": 513
29273
+ "line": 544
29127
29274
  },
29128
29275
  "name": "JsiiReleaseNuget",
29129
29276
  "namespace": "release",
@@ -29143,7 +29290,7 @@
29143
29290
  "kind": "interface",
29144
29291
  "locationInModule": {
29145
29292
  "filename": "src/release/publisher.ts",
29146
- "line": 484
29293
+ "line": 515
29147
29294
  },
29148
29295
  "name": "JsiiReleasePyPi",
29149
29296
  "namespace": "release",
@@ -29215,7 +29362,7 @@
29215
29362
  "kind": "interface",
29216
29363
  "locationInModule": {
29217
29364
  "filename": "src/release/publisher.ts",
29218
- "line": 535
29365
+ "line": 566
29219
29366
  },
29220
29367
  "name": "MavenPublishOptions",
29221
29368
  "namespace": "release",
@@ -29231,7 +29378,7 @@
29231
29378
  "immutable": true,
29232
29379
  "locationInModule": {
29233
29380
  "filename": "src/release/publisher.ts",
29234
- "line": 541
29381
+ "line": 572
29235
29382
  },
29236
29383
  "name": "mavenEndpoint",
29237
29384
  "optional": true,
@@ -29251,7 +29398,7 @@
29251
29398
  "immutable": true,
29252
29399
  "locationInModule": {
29253
29400
  "filename": "src/release/publisher.ts",
29254
- "line": 574
29401
+ "line": 605
29255
29402
  },
29256
29403
  "name": "mavenGpgPrivateKeyPassphrase",
29257
29404
  "optional": true,
@@ -29271,7 +29418,7 @@
29271
29418
  "immutable": true,
29272
29419
  "locationInModule": {
29273
29420
  "filename": "src/release/publisher.ts",
29274
- "line": 565
29421
+ "line": 596
29275
29422
  },
29276
29423
  "name": "mavenGpgPrivateKeySecret",
29277
29424
  "optional": true,
@@ -29291,7 +29438,7 @@
29291
29438
  "immutable": true,
29292
29439
  "locationInModule": {
29293
29440
  "filename": "src/release/publisher.ts",
29294
- "line": 600
29441
+ "line": 631
29295
29442
  },
29296
29443
  "name": "mavenPassword",
29297
29444
  "optional": true,
@@ -29309,7 +29456,7 @@
29309
29456
  "immutable": true,
29310
29457
  "locationInModule": {
29311
29458
  "filename": "src/release/publisher.ts",
29312
- "line": 555
29459
+ "line": 586
29313
29460
  },
29314
29461
  "name": "mavenRepositoryUrl",
29315
29462
  "optional": true,
@@ -29327,7 +29474,7 @@
29327
29474
  "immutable": true,
29328
29475
  "locationInModule": {
29329
29476
  "filename": "src/release/publisher.ts",
29330
- "line": 548
29477
+ "line": 579
29331
29478
  },
29332
29479
  "name": "mavenServerId",
29333
29480
  "optional": true,
@@ -29345,7 +29492,7 @@
29345
29492
  "immutable": true,
29346
29493
  "locationInModule": {
29347
29494
  "filename": "src/release/publisher.ts",
29348
- "line": 611
29495
+ "line": 642
29349
29496
  },
29350
29497
  "name": "mavenStagingProfileId",
29351
29498
  "optional": true,
@@ -29365,7 +29512,7 @@
29365
29512
  "immutable": true,
29366
29513
  "locationInModule": {
29367
29514
  "filename": "src/release/publisher.ts",
29368
- "line": 587
29515
+ "line": 618
29369
29516
  },
29370
29517
  "name": "mavenUsername",
29371
29518
  "optional": true,
@@ -29387,11 +29534,29 @@
29387
29534
  "kind": "interface",
29388
29535
  "locationInModule": {
29389
29536
  "filename": "src/release/publisher.ts",
29390
- "line": 441
29537
+ "line": 447
29391
29538
  },
29392
29539
  "name": "NpmPublishOptions",
29393
29540
  "namespace": "release",
29394
29541
  "properties": [
29542
+ {
29543
+ "abstract": true,
29544
+ "docs": {
29545
+ "default": "- undefined",
29546
+ "stability": "experimental",
29547
+ "summary": "Options for publishing npm package to AWS CodeArtifact."
29548
+ },
29549
+ "immutable": true,
29550
+ "locationInModule": {
29551
+ "filename": "src/release/publisher.ts",
29552
+ "line": 491
29553
+ },
29554
+ "name": "codeArtifactOptions",
29555
+ "optional": true,
29556
+ "type": {
29557
+ "fqn": "projen.release.CodeArtifactOptions"
29558
+ }
29559
+ },
29395
29560
  {
29396
29561
  "abstract": true,
29397
29562
  "docs": {
@@ -29403,7 +29568,7 @@
29403
29568
  "immutable": true,
29404
29569
  "locationInModule": {
29405
29570
  "filename": "src/release/publisher.ts",
29406
- "line": 458
29571
+ "line": 464
29407
29572
  },
29408
29573
  "name": "distTag",
29409
29574
  "optional": true,
@@ -29421,7 +29586,7 @@
29421
29586
  "immutable": true,
29422
29587
  "locationInModule": {
29423
29588
  "filename": "src/release/publisher.ts",
29424
- "line": 478
29589
+ "line": 484
29425
29590
  },
29426
29591
  "name": "npmTokenSecret",
29427
29592
  "optional": true,
@@ -29441,7 +29606,7 @@
29441
29606
  "immutable": true,
29442
29607
  "locationInModule": {
29443
29608
  "filename": "src/release/publisher.ts",
29444
- "line": 472
29609
+ "line": 478
29445
29610
  },
29446
29611
  "name": "registry",
29447
29612
  "optional": true,
@@ -29463,7 +29628,7 @@
29463
29628
  "kind": "interface",
29464
29629
  "locationInModule": {
29465
29630
  "filename": "src/release/publisher.ts",
29466
- "line": 518
29631
+ "line": 549
29467
29632
  },
29468
29633
  "name": "NugetPublishOptions",
29469
29634
  "namespace": "release",
@@ -29478,7 +29643,7 @@
29478
29643
  "immutable": true,
29479
29644
  "locationInModule": {
29480
29645
  "filename": "src/release/publisher.ts",
29481
- "line": 524
29646
+ "line": 555
29482
29647
  },
29483
29648
  "name": "nugetApiKeySecret",
29484
29649
  "optional": true,
@@ -29504,7 +29669,7 @@
29504
29669
  },
29505
29670
  "locationInModule": {
29506
29671
  "filename": "src/release/publisher.ts",
29507
- "line": 81
29672
+ "line": 82
29508
29673
  },
29509
29674
  "parameters": [
29510
29675
  {
@@ -29524,7 +29689,7 @@
29524
29689
  "kind": "class",
29525
29690
  "locationInModule": {
29526
29691
  "filename": "src/release/publisher.ts",
29527
- "line": 69
29692
+ "line": 70
29528
29693
  },
29529
29694
  "methods": [
29530
29695
  {
@@ -29535,7 +29700,7 @@
29535
29700
  },
29536
29701
  "locationInModule": {
29537
29702
  "filename": "src/release/publisher.ts",
29538
- "line": 108
29703
+ "line": 109
29539
29704
  },
29540
29705
  "name": "publishToGit",
29541
29706
  "parameters": [
@@ -29562,7 +29727,7 @@
29562
29727
  },
29563
29728
  "locationInModule": {
29564
29729
  "filename": "src/release/publisher.ts",
29565
- "line": 139
29730
+ "line": 140
29566
29731
  },
29567
29732
  "name": "publishToGitHubReleases",
29568
29733
  "parameters": [
@@ -29584,7 +29749,7 @@
29584
29749
  },
29585
29750
  "locationInModule": {
29586
29751
  "filename": "src/release/publisher.ts",
29587
- "line": 283
29752
+ "line": 289
29588
29753
  },
29589
29754
  "name": "publishToGo",
29590
29755
  "parameters": [
@@ -29607,7 +29772,7 @@
29607
29772
  },
29608
29773
  "locationInModule": {
29609
29774
  "filename": "src/release/publisher.ts",
29610
- "line": 226
29775
+ "line": 232
29611
29776
  },
29612
29777
  "name": "publishToMaven",
29613
29778
  "parameters": [
@@ -29630,7 +29795,7 @@
29630
29795
  },
29631
29796
  "locationInModule": {
29632
29797
  "filename": "src/release/publisher.ts",
29633
- "line": 184
29798
+ "line": 185
29634
29799
  },
29635
29800
  "name": "publishToNpm",
29636
29801
  "parameters": [
@@ -29653,7 +29818,7 @@
29653
29818
  },
29654
29819
  "locationInModule": {
29655
29820
  "filename": "src/release/publisher.ts",
29656
- "line": 210
29821
+ "line": 216
29657
29822
  },
29658
29823
  "name": "publishToNuget",
29659
29824
  "parameters": [
@@ -29676,7 +29841,7 @@
29676
29841
  },
29677
29842
  "locationInModule": {
29678
29843
  "filename": "src/release/publisher.ts",
29679
- "line": 263
29844
+ "line": 269
29680
29845
  },
29681
29846
  "name": "publishToPyPi",
29682
29847
  "parameters": [
@@ -29700,7 +29865,7 @@
29700
29865
  },
29701
29866
  "locationInModule": {
29702
29867
  "filename": "src/release/publisher.ts",
29703
- "line": 97
29868
+ "line": 98
29704
29869
  },
29705
29870
  "name": "render",
29706
29871
  "returns": {
@@ -29725,7 +29890,7 @@
29725
29890
  "immutable": true,
29726
29891
  "locationInModule": {
29727
29892
  "filename": "src/release/publisher.ts",
29728
- "line": 71
29893
+ "line": 72
29729
29894
  },
29730
29895
  "name": "artifactName",
29731
29896
  "type": {
@@ -29739,7 +29904,7 @@
29739
29904
  "immutable": true,
29740
29905
  "locationInModule": {
29741
29906
  "filename": "src/release/publisher.ts",
29742
- "line": 70
29907
+ "line": 71
29743
29908
  },
29744
29909
  "name": "buildJobId",
29745
29910
  "type": {
@@ -29753,7 +29918,7 @@
29753
29918
  "immutable": true,
29754
29919
  "locationInModule": {
29755
29920
  "filename": "src/release/publisher.ts",
29756
- "line": 72
29921
+ "line": 73
29757
29922
  },
29758
29923
  "name": "jsiiReleaseVersion",
29759
29924
  "type": {
@@ -29767,7 +29932,7 @@
29767
29932
  "immutable": true,
29768
29933
  "locationInModule": {
29769
29934
  "filename": "src/release/publisher.ts",
29770
- "line": 73
29935
+ "line": 74
29771
29936
  },
29772
29937
  "name": "condition",
29773
29938
  "optional": true,
@@ -29789,7 +29954,7 @@
29789
29954
  "kind": "interface",
29790
29955
  "locationInModule": {
29791
29956
  "filename": "src/release/publisher.ts",
29792
- "line": 17
29957
+ "line": 18
29793
29958
  },
29794
29959
  "name": "PublisherOptions",
29795
29960
  "namespace": "release",
@@ -29805,7 +29970,7 @@
29805
29970
  "immutable": true,
29806
29971
  "locationInModule": {
29807
29972
  "filename": "src/release/publisher.ts",
29808
- "line": 39
29973
+ "line": 40
29809
29974
  },
29810
29975
  "name": "artifactName",
29811
29976
  "type": {
@@ -29822,7 +29987,7 @@
29822
29987
  "immutable": true,
29823
29988
  "locationInModule": {
29824
29989
  "filename": "src/release/publisher.ts",
29825
- "line": 21
29990
+ "line": 22
29826
29991
  },
29827
29992
  "name": "buildJobId",
29828
29993
  "type": {
@@ -29839,7 +30004,7 @@
29839
30004
  "immutable": true,
29840
30005
  "locationInModule": {
29841
30006
  "filename": "src/release/publisher.ts",
29842
- "line": 28
30007
+ "line": 29
29843
30008
  },
29844
30009
  "name": "condition",
29845
30010
  "optional": true,
@@ -29857,7 +30022,7 @@
29857
30022
  "immutable": true,
29858
30023
  "locationInModule": {
29859
30024
  "filename": "src/release/publisher.ts",
29860
- "line": 53
30025
+ "line": 54
29861
30026
  },
29862
30027
  "name": "failureIssue",
29863
30028
  "optional": true,
@@ -29876,7 +30041,7 @@
29876
30041
  "immutable": true,
29877
30042
  "locationInModule": {
29878
30043
  "filename": "src/release/publisher.ts",
29879
- "line": 61
30044
+ "line": 62
29880
30045
  },
29881
30046
  "name": "failureIssueLabel",
29882
30047
  "optional": true,
@@ -29894,7 +30059,7 @@
29894
30059
  "immutable": true,
29895
30060
  "locationInModule": {
29896
30061
  "filename": "src/release/publisher.ts",
29897
- "line": 46
30062
+ "line": 47
29898
30063
  },
29899
30064
  "name": "jsiiReleaseVersion",
29900
30065
  "optional": true,
@@ -29916,7 +30081,7 @@
29916
30081
  "kind": "interface",
29917
30082
  "locationInModule": {
29918
30083
  "filename": "src/release/publisher.ts",
29919
- "line": 489
30084
+ "line": 520
29920
30085
  },
29921
30086
  "name": "PyPiPublishOptions",
29922
30087
  "namespace": "release",
@@ -29931,7 +30096,7 @@
29931
30096
  "immutable": true,
29932
30097
  "locationInModule": {
29933
30098
  "filename": "src/release/publisher.ts",
29934
- "line": 507
30099
+ "line": 538
29935
30100
  },
29936
30101
  "name": "twinePasswordSecret",
29937
30102
  "optional": true,
@@ -29949,7 +30114,7 @@
29949
30114
  "immutable": true,
29950
30115
  "locationInModule": {
29951
30116
  "filename": "src/release/publisher.ts",
29952
- "line": 495
30117
+ "line": 526
29953
30118
  },
29954
30119
  "name": "twineRegistryUrl",
29955
30120
  "optional": true,
@@ -29967,7 +30132,7 @@
29967
30132
  "immutable": true,
29968
30133
  "locationInModule": {
29969
30134
  "filename": "src/release/publisher.ts",
29970
- "line": 501
30135
+ "line": 532
29971
30136
  },
29972
30137
  "name": "twineUsernameSecret",
29973
30138
  "optional": true,
@@ -33877,6 +34042,6 @@
33877
34042
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
33878
34043
  }
33879
34044
  },
33880
- "version": "0.32.2",
33881
- "fingerprint": "TE98JE638HEKJaCB2796crLrchiREkovI085lORbAtw="
34045
+ "version": "0.32.6",
34046
+ "fingerprint": "LGHBsUGqAnmsc9OnZVuAyS/S9860pyu7Jhr0h2jUhyY="
33882
34047
  }