projen 0.52.24 → 0.52.28
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 +115 -83
- package/changelog.md +1 -1
- package/docs/api/API.md +41 -38
- package/lib/awscdk/auto-discover.js +3 -3
- package/lib/awscdk/awscdk-app-java.js +1 -1
- package/lib/awscdk/awscdk-app-ts.js +1 -1
- package/lib/awscdk/awscdk-construct.js +2 -2
- package/lib/awscdk/awscdk-deps-java.js +1 -1
- package/lib/awscdk/awscdk-deps-js.js +1 -1
- package/lib/awscdk/awscdk-deps.js +1 -1
- package/lib/awscdk/cdk-config.js +1 -1
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/integration-test.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/build/build-workflow.js +1 -1
- package/lib/cdk/auto-discover-base.js +2 -2
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/integration-test-base.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.js +1 -1
- package/lib/cdk8s/auto-discover.js +2 -2
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdk8s/integration-test.js +1 -1
- package/lib/cdktf/cdktf-construct.js +1 -1
- package/lib/component.js +1 -1
- package/lib/dependencies.js +1 -1
- package/lib/dev-env.js +1 -1
- package/lib/docker-compose.js +2 -2
- package/lib/file.js +1 -1
- package/lib/gitattributes.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.js +1 -1
- package/lib/github/dependabot.js +1 -1
- package/lib/github/github-project.js +1 -1
- package/lib/github/github.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflows.js +1 -1
- package/lib/gitlab/configuration.js +1 -1
- package/lib/gitlab/gitlab-configuration.js +1 -1
- package/lib/gitlab/nested-configuration.js +1 -1
- package/lib/gitpod.js +1 -1
- package/lib/ignore-file.js +1 -1
- package/lib/ini.js +1 -1
- package/lib/java/java-project.js +1 -1
- package/lib/java/junit.js +1 -1
- package/lib/java/maven-compile.js +1 -1
- package/lib/java/maven-packaging.js +1 -1
- package/lib/java/maven-sample.js +1 -1
- package/lib/java/pom.js +1 -1
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.js +1 -1
- package/lib/javascript/node-package.js +1 -1
- package/lib/javascript/node-project.js +1 -1
- package/lib/javascript/npm-config.js +1 -1
- package/lib/javascript/prettier.js +1 -1
- package/lib/javascript/projenrc.js +1 -1
- package/lib/javascript/typescript-config.js +1 -1
- package/lib/javascript/upgrade-dependencies.js +2 -2
- package/lib/json.js +1 -1
- package/lib/license.js +1 -1
- package/lib/logger.js +1 -1
- package/lib/makefile.js +1 -1
- package/lib/object-file.js +1 -1
- package/lib/project-build.js +1 -1
- package/lib/project.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +1 -1
- package/lib/python/pip.js +1 -1
- package/lib/python/poetry.js +2 -2
- package/lib/python/projenrc.js +1 -1
- package/lib/python/pytest.js +1 -1
- package/lib/python/python-project.js +1 -1
- package/lib/python/python-sample.js +1 -1
- package/lib/python/requirements-file.js +1 -1
- package/lib/python/setuppy.js +1 -1
- package/lib/python/setuptools.js +1 -1
- package/lib/python/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/publisher.d.ts +14 -8
- package/lib/release/publisher.js +31 -24
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.d.ts +1 -1
- package/lib/release/release.js +2 -2
- package/lib/sample-file.js +2 -2
- package/lib/semver.js +1 -1
- package/lib/source-code.js +1 -1
- package/lib/task-runtime.js +1 -1
- package/lib/task.js +1 -1
- package/lib/tasks.js +1 -1
- package/lib/testing.js +1 -1
- package/lib/textfile.js +1 -1
- package/lib/toml.js +1 -1
- package/lib/typescript/projenrc.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +3 -3
- package/lib/version.js +1 -1
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/vscode.js +1 -1
- package/lib/web/next.js +3 -3
- package/lib/web/postcss.js +1 -1
- package/lib/web/react.js +4 -4
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/node_modules/minimatch/README.md +15 -0
- package/node_modules/minimatch/minimatch.js +50 -53
- package/node_modules/minimatch/package.json +1 -1
- package/node_modules/xmlbuilder2/node_modules/@types/node/README.md +1 -1
- package/node_modules/xmlbuilder2/node_modules/@types/node/buffer.d.ts +90 -0
- package/node_modules/xmlbuilder2/node_modules/@types/node/package.json +2 -2
- package/package.json +1 -1
- package/releasetag.txt +1 -1
- package/version.txt +1 -1
package/.jsii
CHANGED
|
@@ -39102,7 +39102,7 @@
|
|
|
39102
39102
|
"kind": "interface",
|
|
39103
39103
|
"locationInModule": {
|
|
39104
39104
|
"filename": "src/release/publisher.ts",
|
|
39105
|
-
"line":
|
|
39105
|
+
"line": 718
|
|
39106
39106
|
},
|
|
39107
39107
|
"name": "CodeArtifactOptions",
|
|
39108
39108
|
"namespace": "release",
|
|
@@ -39118,7 +39118,7 @@
|
|
|
39118
39118
|
"immutable": true,
|
|
39119
39119
|
"locationInModule": {
|
|
39120
39120
|
"filename": "src/release/publisher.ts",
|
|
39121
|
-
"line":
|
|
39121
|
+
"line": 725
|
|
39122
39122
|
},
|
|
39123
39123
|
"name": "accessKeyIdSecret",
|
|
39124
39124
|
"optional": true,
|
|
@@ -39136,7 +39136,7 @@
|
|
|
39136
39136
|
"immutable": true,
|
|
39137
39137
|
"locationInModule": {
|
|
39138
39138
|
"filename": "src/release/publisher.ts",
|
|
39139
|
-
"line":
|
|
39139
|
+
"line": 741
|
|
39140
39140
|
},
|
|
39141
39141
|
"name": "roleToAssume",
|
|
39142
39142
|
"optional": true,
|
|
@@ -39155,7 +39155,7 @@
|
|
|
39155
39155
|
"immutable": true,
|
|
39156
39156
|
"locationInModule": {
|
|
39157
39157
|
"filename": "src/release/publisher.ts",
|
|
39158
|
-
"line":
|
|
39158
|
+
"line": 733
|
|
39159
39159
|
},
|
|
39160
39160
|
"name": "secretAccessKeySecret",
|
|
39161
39161
|
"optional": true,
|
|
@@ -39177,7 +39177,7 @@
|
|
|
39177
39177
|
"kind": "interface",
|
|
39178
39178
|
"locationInModule": {
|
|
39179
39179
|
"filename": "src/release/publisher.ts",
|
|
39180
|
-
"line":
|
|
39180
|
+
"line": 643
|
|
39181
39181
|
},
|
|
39182
39182
|
"name": "CommonPublishOptions",
|
|
39183
39183
|
"namespace": "release",
|
|
@@ -39192,7 +39192,7 @@
|
|
|
39192
39192
|
"immutable": true,
|
|
39193
39193
|
"locationInModule": {
|
|
39194
39194
|
"filename": "src/release/publisher.ts",
|
|
39195
|
-
"line":
|
|
39195
|
+
"line": 653
|
|
39196
39196
|
},
|
|
39197
39197
|
"name": "prePublishSteps",
|
|
39198
39198
|
"optional": true,
|
|
@@ -39215,7 +39215,7 @@
|
|
|
39215
39215
|
"immutable": true,
|
|
39216
39216
|
"locationInModule": {
|
|
39217
39217
|
"filename": "src/release/publisher.ts",
|
|
39218
|
-
"line":
|
|
39218
|
+
"line": 659
|
|
39219
39219
|
},
|
|
39220
39220
|
"name": "publishTools",
|
|
39221
39221
|
"optional": true,
|
|
@@ -39240,7 +39240,7 @@
|
|
|
39240
39240
|
"kind": "interface",
|
|
39241
39241
|
"locationInModule": {
|
|
39242
39242
|
"filename": "src/release/publisher.ts",
|
|
39243
|
-
"line":
|
|
39243
|
+
"line": 962
|
|
39244
39244
|
},
|
|
39245
39245
|
"name": "GitHubReleasesPublishOptions",
|
|
39246
39246
|
"namespace": "release",
|
|
@@ -39255,7 +39255,7 @@
|
|
|
39255
39255
|
"immutable": true,
|
|
39256
39256
|
"locationInModule": {
|
|
39257
39257
|
"filename": "src/release/publisher.ts",
|
|
39258
|
-
"line":
|
|
39258
|
+
"line": 947
|
|
39259
39259
|
},
|
|
39260
39260
|
"name": "changelogFile",
|
|
39261
39261
|
"type": {
|
|
@@ -39272,7 +39272,7 @@
|
|
|
39272
39272
|
"immutable": true,
|
|
39273
39273
|
"locationInModule": {
|
|
39274
39274
|
"filename": "src/release/publisher.ts",
|
|
39275
|
-
"line":
|
|
39275
|
+
"line": 940
|
|
39276
39276
|
},
|
|
39277
39277
|
"name": "releaseTagFile",
|
|
39278
39278
|
"type": {
|
|
@@ -39289,7 +39289,7 @@
|
|
|
39289
39289
|
"immutable": true,
|
|
39290
39290
|
"locationInModule": {
|
|
39291
39291
|
"filename": "src/release/publisher.ts",
|
|
39292
|
-
"line":
|
|
39292
|
+
"line": 933
|
|
39293
39293
|
},
|
|
39294
39294
|
"name": "versionFile",
|
|
39295
39295
|
"type": {
|
|
@@ -39310,7 +39310,7 @@
|
|
|
39310
39310
|
"kind": "interface",
|
|
39311
39311
|
"locationInModule": {
|
|
39312
39312
|
"filename": "src/release/publisher.ts",
|
|
39313
|
-
"line":
|
|
39313
|
+
"line": 969
|
|
39314
39314
|
},
|
|
39315
39315
|
"name": "GitPublishOptions",
|
|
39316
39316
|
"namespace": "release",
|
|
@@ -39325,7 +39325,7 @@
|
|
|
39325
39325
|
"immutable": true,
|
|
39326
39326
|
"locationInModule": {
|
|
39327
39327
|
"filename": "src/release/publisher.ts",
|
|
39328
|
-
"line":
|
|
39328
|
+
"line": 947
|
|
39329
39329
|
},
|
|
39330
39330
|
"name": "changelogFile",
|
|
39331
39331
|
"type": {
|
|
@@ -39342,7 +39342,7 @@
|
|
|
39342
39342
|
"immutable": true,
|
|
39343
39343
|
"locationInModule": {
|
|
39344
39344
|
"filename": "src/release/publisher.ts",
|
|
39345
|
-
"line":
|
|
39345
|
+
"line": 940
|
|
39346
39346
|
},
|
|
39347
39347
|
"name": "releaseTagFile",
|
|
39348
39348
|
"type": {
|
|
@@ -39359,7 +39359,7 @@
|
|
|
39359
39359
|
"immutable": true,
|
|
39360
39360
|
"locationInModule": {
|
|
39361
39361
|
"filename": "src/release/publisher.ts",
|
|
39362
|
-
"line":
|
|
39362
|
+
"line": 933
|
|
39363
39363
|
},
|
|
39364
39364
|
"name": "versionFile",
|
|
39365
39365
|
"type": {
|
|
@@ -39376,7 +39376,7 @@
|
|
|
39376
39376
|
"immutable": true,
|
|
39377
39377
|
"locationInModule": {
|
|
39378
39378
|
"filename": "src/release/publisher.ts",
|
|
39379
|
-
"line":
|
|
39379
|
+
"line": 980
|
|
39380
39380
|
},
|
|
39381
39381
|
"name": "gitBranch",
|
|
39382
39382
|
"optional": true,
|
|
@@ -39394,7 +39394,7 @@
|
|
|
39394
39394
|
"immutable": true,
|
|
39395
39395
|
"locationInModule": {
|
|
39396
39396
|
"filename": "src/release/publisher.ts",
|
|
39397
|
-
"line":
|
|
39397
|
+
"line": 987
|
|
39398
39398
|
},
|
|
39399
39399
|
"name": "gitPushCommand",
|
|
39400
39400
|
"optional": true,
|
|
@@ -39411,7 +39411,7 @@
|
|
|
39411
39411
|
"immutable": true,
|
|
39412
39412
|
"locationInModule": {
|
|
39413
39413
|
"filename": "src/release/publisher.ts",
|
|
39414
|
-
"line":
|
|
39414
|
+
"line": 973
|
|
39415
39415
|
},
|
|
39416
39416
|
"name": "projectChangelogFile",
|
|
39417
39417
|
"optional": true,
|
|
@@ -39436,7 +39436,7 @@
|
|
|
39436
39436
|
"kind": "interface",
|
|
39437
39437
|
"locationInModule": {
|
|
39438
39438
|
"filename": "src/release/publisher.ts",
|
|
39439
|
-
"line":
|
|
39439
|
+
"line": 884
|
|
39440
39440
|
},
|
|
39441
39441
|
"name": "GoPublishOptions",
|
|
39442
39442
|
"namespace": "release",
|
|
@@ -39451,7 +39451,7 @@
|
|
|
39451
39451
|
"immutable": true,
|
|
39452
39452
|
"locationInModule": {
|
|
39453
39453
|
"filename": "src/release/publisher.ts",
|
|
39454
|
-
"line":
|
|
39454
|
+
"line": 905
|
|
39455
39455
|
},
|
|
39456
39456
|
"name": "gitBranch",
|
|
39457
39457
|
"optional": true,
|
|
@@ -39469,7 +39469,7 @@
|
|
|
39469
39469
|
"immutable": true,
|
|
39470
39470
|
"locationInModule": {
|
|
39471
39471
|
"filename": "src/release/publisher.ts",
|
|
39472
|
-
"line":
|
|
39472
|
+
"line": 924
|
|
39473
39473
|
},
|
|
39474
39474
|
"name": "gitCommitMessage",
|
|
39475
39475
|
"optional": true,
|
|
@@ -39487,7 +39487,7 @@
|
|
|
39487
39487
|
"immutable": true,
|
|
39488
39488
|
"locationInModule": {
|
|
39489
39489
|
"filename": "src/release/publisher.ts",
|
|
39490
|
-
"line":
|
|
39490
|
+
"line": 898
|
|
39491
39491
|
},
|
|
39492
39492
|
"name": "githubRepo",
|
|
39493
39493
|
"optional": true,
|
|
@@ -39505,7 +39505,7 @@
|
|
|
39505
39505
|
"immutable": true,
|
|
39506
39506
|
"locationInModule": {
|
|
39507
39507
|
"filename": "src/release/publisher.ts",
|
|
39508
|
-
"line":
|
|
39508
|
+
"line": 891
|
|
39509
39509
|
},
|
|
39510
39510
|
"name": "githubTokenSecret",
|
|
39511
39511
|
"optional": true,
|
|
@@ -39526,7 +39526,7 @@
|
|
|
39526
39526
|
"immutable": true,
|
|
39527
39527
|
"locationInModule": {
|
|
39528
39528
|
"filename": "src/release/publisher.ts",
|
|
39529
|
-
"line":
|
|
39529
|
+
"line": 917
|
|
39530
39530
|
},
|
|
39531
39531
|
"name": "gitUserEmail",
|
|
39532
39532
|
"optional": true,
|
|
@@ -39544,7 +39544,7 @@
|
|
|
39544
39544
|
"immutable": true,
|
|
39545
39545
|
"locationInModule": {
|
|
39546
39546
|
"filename": "src/release/publisher.ts",
|
|
39547
|
-
"line":
|
|
39547
|
+
"line": 911
|
|
39548
39548
|
},
|
|
39549
39549
|
"name": "gitUserName",
|
|
39550
39550
|
"optional": true,
|
|
@@ -39569,7 +39569,7 @@
|
|
|
39569
39569
|
"kind": "interface",
|
|
39570
39570
|
"locationInModule": {
|
|
39571
39571
|
"filename": "src/release/publisher.ts",
|
|
39572
|
-
"line":
|
|
39572
|
+
"line": 793
|
|
39573
39573
|
},
|
|
39574
39574
|
"name": "JsiiReleaseMaven",
|
|
39575
39575
|
"namespace": "release",
|
|
@@ -39589,7 +39589,7 @@
|
|
|
39589
39589
|
"kind": "interface",
|
|
39590
39590
|
"locationInModule": {
|
|
39591
39591
|
"filename": "src/release/publisher.ts",
|
|
39592
|
-
"line":
|
|
39592
|
+
"line": 665
|
|
39593
39593
|
},
|
|
39594
39594
|
"name": "JsiiReleaseNpm",
|
|
39595
39595
|
"namespace": "release",
|
|
@@ -39609,7 +39609,7 @@
|
|
|
39609
39609
|
"kind": "interface",
|
|
39610
39610
|
"locationInModule": {
|
|
39611
39611
|
"filename": "src/release/publisher.ts",
|
|
39612
|
-
"line":
|
|
39612
|
+
"line": 776
|
|
39613
39613
|
},
|
|
39614
39614
|
"name": "JsiiReleaseNuget",
|
|
39615
39615
|
"namespace": "release",
|
|
@@ -39629,7 +39629,7 @@
|
|
|
39629
39629
|
"kind": "interface",
|
|
39630
39630
|
"locationInModule": {
|
|
39631
39631
|
"filename": "src/release/publisher.ts",
|
|
39632
|
-
"line":
|
|
39632
|
+
"line": 747
|
|
39633
39633
|
},
|
|
39634
39634
|
"name": "JsiiReleasePyPi",
|
|
39635
39635
|
"namespace": "release",
|
|
@@ -39722,7 +39722,7 @@
|
|
|
39722
39722
|
"kind": "interface",
|
|
39723
39723
|
"locationInModule": {
|
|
39724
39724
|
"filename": "src/release/publisher.ts",
|
|
39725
|
-
"line":
|
|
39725
|
+
"line": 798
|
|
39726
39726
|
},
|
|
39727
39727
|
"name": "MavenPublishOptions",
|
|
39728
39728
|
"namespace": "release",
|
|
@@ -39738,7 +39738,7 @@
|
|
|
39738
39738
|
"immutable": true,
|
|
39739
39739
|
"locationInModule": {
|
|
39740
39740
|
"filename": "src/release/publisher.ts",
|
|
39741
|
-
"line":
|
|
39741
|
+
"line": 804
|
|
39742
39742
|
},
|
|
39743
39743
|
"name": "mavenEndpoint",
|
|
39744
39744
|
"optional": true,
|
|
@@ -39751,14 +39751,14 @@
|
|
|
39751
39751
|
"docs": {
|
|
39752
39752
|
"default": "\"MAVEN_GPG_PRIVATE_KEY_PASSPHRASE\" or not set when using GitHub Packages",
|
|
39753
39753
|
"remarks": "This is used to sign your Maven packages. See instructions.",
|
|
39754
|
-
"see": "https://github.com/aws/
|
|
39754
|
+
"see": "https://github.com/aws/publib#maven",
|
|
39755
39755
|
"stability": "experimental",
|
|
39756
39756
|
"summary": "GitHub secret name which contains the GPG private key or file that includes it."
|
|
39757
39757
|
},
|
|
39758
39758
|
"immutable": true,
|
|
39759
39759
|
"locationInModule": {
|
|
39760
39760
|
"filename": "src/release/publisher.ts",
|
|
39761
|
-
"line":
|
|
39761
|
+
"line": 837
|
|
39762
39762
|
},
|
|
39763
39763
|
"name": "mavenGpgPrivateKeyPassphrase",
|
|
39764
39764
|
"optional": true,
|
|
@@ -39771,14 +39771,14 @@
|
|
|
39771
39771
|
"docs": {
|
|
39772
39772
|
"default": "\"MAVEN_GPG_PRIVATE_KEY\" or not set when using GitHub Packages",
|
|
39773
39773
|
"remarks": "This is used to sign your Maven\npackages. See instructions.",
|
|
39774
|
-
"see": "https://github.com/aws/
|
|
39774
|
+
"see": "https://github.com/aws/publib#maven",
|
|
39775
39775
|
"stability": "experimental",
|
|
39776
39776
|
"summary": "GitHub secret name which contains the GPG private key or file that includes it."
|
|
39777
39777
|
},
|
|
39778
39778
|
"immutable": true,
|
|
39779
39779
|
"locationInModule": {
|
|
39780
39780
|
"filename": "src/release/publisher.ts",
|
|
39781
|
-
"line":
|
|
39781
|
+
"line": 828
|
|
39782
39782
|
},
|
|
39783
39783
|
"name": "mavenGpgPrivateKeySecret",
|
|
39784
39784
|
"optional": true,
|
|
@@ -39798,7 +39798,7 @@
|
|
|
39798
39798
|
"immutable": true,
|
|
39799
39799
|
"locationInModule": {
|
|
39800
39800
|
"filename": "src/release/publisher.ts",
|
|
39801
|
-
"line":
|
|
39801
|
+
"line": 863
|
|
39802
39802
|
},
|
|
39803
39803
|
"name": "mavenPassword",
|
|
39804
39804
|
"optional": true,
|
|
@@ -39816,7 +39816,7 @@
|
|
|
39816
39816
|
"immutable": true,
|
|
39817
39817
|
"locationInModule": {
|
|
39818
39818
|
"filename": "src/release/publisher.ts",
|
|
39819
|
-
"line":
|
|
39819
|
+
"line": 818
|
|
39820
39820
|
},
|
|
39821
39821
|
"name": "mavenRepositoryUrl",
|
|
39822
39822
|
"optional": true,
|
|
@@ -39834,7 +39834,7 @@
|
|
|
39834
39834
|
"immutable": true,
|
|
39835
39835
|
"locationInModule": {
|
|
39836
39836
|
"filename": "src/release/publisher.ts",
|
|
39837
|
-
"line":
|
|
39837
|
+
"line": 811
|
|
39838
39838
|
},
|
|
39839
39839
|
"name": "mavenServerId",
|
|
39840
39840
|
"optional": true,
|
|
@@ -39852,7 +39852,7 @@
|
|
|
39852
39852
|
"immutable": true,
|
|
39853
39853
|
"locationInModule": {
|
|
39854
39854
|
"filename": "src/release/publisher.ts",
|
|
39855
|
-
"line":
|
|
39855
|
+
"line": 874
|
|
39856
39856
|
},
|
|
39857
39857
|
"name": "mavenStagingProfileId",
|
|
39858
39858
|
"optional": true,
|
|
@@ -39872,7 +39872,7 @@
|
|
|
39872
39872
|
"immutable": true,
|
|
39873
39873
|
"locationInModule": {
|
|
39874
39874
|
"filename": "src/release/publisher.ts",
|
|
39875
|
-
"line":
|
|
39875
|
+
"line": 850
|
|
39876
39876
|
},
|
|
39877
39877
|
"name": "mavenUsername",
|
|
39878
39878
|
"optional": true,
|
|
@@ -39897,7 +39897,7 @@
|
|
|
39897
39897
|
"kind": "interface",
|
|
39898
39898
|
"locationInModule": {
|
|
39899
39899
|
"filename": "src/release/publisher.ts",
|
|
39900
|
-
"line":
|
|
39900
|
+
"line": 670
|
|
39901
39901
|
},
|
|
39902
39902
|
"name": "NpmPublishOptions",
|
|
39903
39903
|
"namespace": "release",
|
|
@@ -39912,7 +39912,7 @@
|
|
|
39912
39912
|
"immutable": true,
|
|
39913
39913
|
"locationInModule": {
|
|
39914
39914
|
"filename": "src/release/publisher.ts",
|
|
39915
|
-
"line":
|
|
39915
|
+
"line": 715
|
|
39916
39916
|
},
|
|
39917
39917
|
"name": "codeArtifactOptions",
|
|
39918
39918
|
"optional": true,
|
|
@@ -39932,7 +39932,7 @@
|
|
|
39932
39932
|
"immutable": true,
|
|
39933
39933
|
"locationInModule": {
|
|
39934
39934
|
"filename": "src/release/publisher.ts",
|
|
39935
|
-
"line":
|
|
39935
|
+
"line": 688
|
|
39936
39936
|
},
|
|
39937
39937
|
"name": "distTag",
|
|
39938
39938
|
"optional": true,
|
|
@@ -39950,7 +39950,7 @@
|
|
|
39950
39950
|
"immutable": true,
|
|
39951
39951
|
"locationInModule": {
|
|
39952
39952
|
"filename": "src/release/publisher.ts",
|
|
39953
|
-
"line":
|
|
39953
|
+
"line": 708
|
|
39954
39954
|
},
|
|
39955
39955
|
"name": "npmTokenSecret",
|
|
39956
39956
|
"optional": true,
|
|
@@ -39970,7 +39970,7 @@
|
|
|
39970
39970
|
"immutable": true,
|
|
39971
39971
|
"locationInModule": {
|
|
39972
39972
|
"filename": "src/release/publisher.ts",
|
|
39973
|
-
"line":
|
|
39973
|
+
"line": 702
|
|
39974
39974
|
},
|
|
39975
39975
|
"name": "registry",
|
|
39976
39976
|
"optional": true,
|
|
@@ -39995,7 +39995,7 @@
|
|
|
39995
39995
|
"kind": "interface",
|
|
39996
39996
|
"locationInModule": {
|
|
39997
39997
|
"filename": "src/release/publisher.ts",
|
|
39998
|
-
"line":
|
|
39998
|
+
"line": 781
|
|
39999
39999
|
},
|
|
40000
40000
|
"name": "NugetPublishOptions",
|
|
40001
40001
|
"namespace": "release",
|
|
@@ -40010,7 +40010,7 @@
|
|
|
40010
40010
|
"immutable": true,
|
|
40011
40011
|
"locationInModule": {
|
|
40012
40012
|
"filename": "src/release/publisher.ts",
|
|
40013
|
-
"line":
|
|
40013
|
+
"line": 787
|
|
40014
40014
|
},
|
|
40015
40015
|
"name": "nugetApiKeySecret",
|
|
40016
40016
|
"optional": true,
|
|
@@ -40025,7 +40025,7 @@
|
|
|
40025
40025
|
"assembly": "projen",
|
|
40026
40026
|
"base": "projen.Component",
|
|
40027
40027
|
"docs": {
|
|
40028
|
-
"remarks": "Under the hood, it uses https://github.com/aws/
|
|
40028
|
+
"remarks": "Under the hood, it uses https://github.com/aws/publib",
|
|
40029
40029
|
"stability": "experimental",
|
|
40030
40030
|
"summary": "Implements GitHub jobs for publishing modules to package managers."
|
|
40031
40031
|
},
|
|
@@ -40036,7 +40036,7 @@
|
|
|
40036
40036
|
},
|
|
40037
40037
|
"locationInModule": {
|
|
40038
40038
|
"filename": "src/release/publisher.ts",
|
|
40039
|
-
"line":
|
|
40039
|
+
"line": 134
|
|
40040
40040
|
},
|
|
40041
40041
|
"parameters": [
|
|
40042
40042
|
{
|
|
@@ -40056,7 +40056,7 @@
|
|
|
40056
40056
|
"kind": "class",
|
|
40057
40057
|
"locationInModule": {
|
|
40058
40058
|
"filename": "src/release/publisher.ts",
|
|
40059
|
-
"line":
|
|
40059
|
+
"line": 113
|
|
40060
40060
|
},
|
|
40061
40061
|
"methods": [
|
|
40062
40062
|
{
|
|
@@ -40066,7 +40066,7 @@
|
|
|
40066
40066
|
},
|
|
40067
40067
|
"locationInModule": {
|
|
40068
40068
|
"filename": "src/release/publisher.ts",
|
|
40069
|
-
"line":
|
|
40069
|
+
"line": 180
|
|
40070
40070
|
},
|
|
40071
40071
|
"name": "addGitHubPrePublishingSteps",
|
|
40072
40072
|
"parameters": [
|
|
@@ -40091,7 +40091,7 @@
|
|
|
40091
40091
|
},
|
|
40092
40092
|
"locationInModule": {
|
|
40093
40093
|
"filename": "src/release/publisher.ts",
|
|
40094
|
-
"line":
|
|
40094
|
+
"line": 191
|
|
40095
40095
|
},
|
|
40096
40096
|
"name": "publishToGit",
|
|
40097
40097
|
"parameters": [
|
|
@@ -40118,7 +40118,7 @@
|
|
|
40118
40118
|
},
|
|
40119
40119
|
"locationInModule": {
|
|
40120
40120
|
"filename": "src/release/publisher.ts",
|
|
40121
|
-
"line":
|
|
40121
|
+
"line": 231
|
|
40122
40122
|
},
|
|
40123
40123
|
"name": "publishToGitHubReleases",
|
|
40124
40124
|
"parameters": [
|
|
@@ -40140,7 +40140,7 @@
|
|
|
40140
40140
|
},
|
|
40141
40141
|
"locationInModule": {
|
|
40142
40142
|
"filename": "src/release/publisher.ts",
|
|
40143
|
-
"line":
|
|
40143
|
+
"line": 451
|
|
40144
40144
|
},
|
|
40145
40145
|
"name": "publishToGo",
|
|
40146
40146
|
"parameters": [
|
|
@@ -40163,7 +40163,7 @@
|
|
|
40163
40163
|
},
|
|
40164
40164
|
"locationInModule": {
|
|
40165
40165
|
"filename": "src/release/publisher.ts",
|
|
40166
|
-
"line":
|
|
40166
|
+
"line": 360
|
|
40167
40167
|
},
|
|
40168
40168
|
"name": "publishToMaven",
|
|
40169
40169
|
"parameters": [
|
|
@@ -40186,7 +40186,7 @@
|
|
|
40186
40186
|
},
|
|
40187
40187
|
"locationInModule": {
|
|
40188
40188
|
"filename": "src/release/publisher.ts",
|
|
40189
|
-
"line":
|
|
40189
|
+
"line": 280
|
|
40190
40190
|
},
|
|
40191
40191
|
"name": "publishToNpm",
|
|
40192
40192
|
"parameters": [
|
|
@@ -40209,7 +40209,7 @@
|
|
|
40209
40209
|
},
|
|
40210
40210
|
"locationInModule": {
|
|
40211
40211
|
"filename": "src/release/publisher.ts",
|
|
40212
|
-
"line":
|
|
40212
|
+
"line": 341
|
|
40213
40213
|
},
|
|
40214
40214
|
"name": "publishToNuget",
|
|
40215
40215
|
"parameters": [
|
|
@@ -40232,7 +40232,7 @@
|
|
|
40232
40232
|
},
|
|
40233
40233
|
"locationInModule": {
|
|
40234
40234
|
"filename": "src/release/publisher.ts",
|
|
40235
|
-
"line":
|
|
40235
|
+
"line": 424
|
|
40236
40236
|
},
|
|
40237
40237
|
"name": "publishToPyPi",
|
|
40238
40238
|
"parameters": [
|
|
@@ -40259,7 +40259,7 @@
|
|
|
40259
40259
|
"immutable": true,
|
|
40260
40260
|
"locationInModule": {
|
|
40261
40261
|
"filename": "src/release/publisher.ts",
|
|
40262
|
-
"line":
|
|
40262
|
+
"line": 115
|
|
40263
40263
|
},
|
|
40264
40264
|
"name": "artifactName",
|
|
40265
40265
|
"type": {
|
|
@@ -40273,7 +40273,7 @@
|
|
|
40273
40273
|
"immutable": true,
|
|
40274
40274
|
"locationInModule": {
|
|
40275
40275
|
"filename": "src/release/publisher.ts",
|
|
40276
|
-
"line":
|
|
40276
|
+
"line": 114
|
|
40277
40277
|
},
|
|
40278
40278
|
"name": "buildJobId",
|
|
40279
40279
|
"type": {
|
|
@@ -40282,12 +40282,13 @@
|
|
|
40282
40282
|
},
|
|
40283
40283
|
{
|
|
40284
40284
|
"docs": {
|
|
40285
|
-
"
|
|
40285
|
+
"deprecated": "use `publibVersion`",
|
|
40286
|
+
"stability": "deprecated"
|
|
40286
40287
|
},
|
|
40287
40288
|
"immutable": true,
|
|
40288
40289
|
"locationInModule": {
|
|
40289
40290
|
"filename": "src/release/publisher.ts",
|
|
40290
|
-
"line":
|
|
40291
|
+
"line": 120
|
|
40291
40292
|
},
|
|
40292
40293
|
"name": "jsiiReleaseVersion",
|
|
40293
40294
|
"type": {
|
|
@@ -40301,7 +40302,21 @@
|
|
|
40301
40302
|
"immutable": true,
|
|
40302
40303
|
"locationInModule": {
|
|
40303
40304
|
"filename": "src/release/publisher.ts",
|
|
40304
|
-
"line":
|
|
40305
|
+
"line": 116
|
|
40306
|
+
},
|
|
40307
|
+
"name": "publibVersion",
|
|
40308
|
+
"type": {
|
|
40309
|
+
"primitive": "string"
|
|
40310
|
+
}
|
|
40311
|
+
},
|
|
40312
|
+
{
|
|
40313
|
+
"docs": {
|
|
40314
|
+
"stability": "experimental"
|
|
40315
|
+
},
|
|
40316
|
+
"immutable": true,
|
|
40317
|
+
"locationInModule": {
|
|
40318
|
+
"filename": "src/release/publisher.ts",
|
|
40319
|
+
"line": 117
|
|
40305
40320
|
},
|
|
40306
40321
|
"name": "condition",
|
|
40307
40322
|
"optional": true,
|
|
@@ -40323,7 +40338,7 @@
|
|
|
40323
40338
|
"kind": "interface",
|
|
40324
40339
|
"locationInModule": {
|
|
40325
40340
|
"filename": "src/release/publisher.ts",
|
|
40326
|
-
"line":
|
|
40341
|
+
"line": 33
|
|
40327
40342
|
},
|
|
40328
40343
|
"name": "PublisherOptions",
|
|
40329
40344
|
"namespace": "release",
|
|
@@ -40332,14 +40347,14 @@
|
|
|
40332
40347
|
"abstract": true,
|
|
40333
40348
|
"docs": {
|
|
40334
40349
|
"remarks": "The artifact is expected to include a subdirectory for each release target:\n`go` (GitHub), `dotnet` (NuGet), `java` (Maven), `js` (npm), `python`\n(PyPI).",
|
|
40335
|
-
"see": "https://github.com/aws/
|
|
40350
|
+
"see": "https://github.com/aws/publib",
|
|
40336
40351
|
"stability": "experimental",
|
|
40337
40352
|
"summary": "The name of the artifact to download (e.g. `dist`)."
|
|
40338
40353
|
},
|
|
40339
40354
|
"immutable": true,
|
|
40340
40355
|
"locationInModule": {
|
|
40341
40356
|
"filename": "src/release/publisher.ts",
|
|
40342
|
-
"line":
|
|
40357
|
+
"line": 55
|
|
40343
40358
|
},
|
|
40344
40359
|
"name": "artifactName",
|
|
40345
40360
|
"type": {
|
|
@@ -40356,7 +40371,7 @@
|
|
|
40356
40371
|
"immutable": true,
|
|
40357
40372
|
"locationInModule": {
|
|
40358
40373
|
"filename": "src/release/publisher.ts",
|
|
40359
|
-
"line":
|
|
40374
|
+
"line": 37
|
|
40360
40375
|
},
|
|
40361
40376
|
"name": "buildJobId",
|
|
40362
40377
|
"type": {
|
|
@@ -40373,7 +40388,7 @@
|
|
|
40373
40388
|
"immutable": true,
|
|
40374
40389
|
"locationInModule": {
|
|
40375
40390
|
"filename": "src/release/publisher.ts",
|
|
40376
|
-
"line":
|
|
40391
|
+
"line": 44
|
|
40377
40392
|
},
|
|
40378
40393
|
"name": "condition",
|
|
40379
40394
|
"optional": true,
|
|
@@ -40391,7 +40406,7 @@
|
|
|
40391
40406
|
"immutable": true,
|
|
40392
40407
|
"locationInModule": {
|
|
40393
40408
|
"filename": "src/release/publisher.ts",
|
|
40394
|
-
"line":
|
|
40409
|
+
"line": 105
|
|
40395
40410
|
},
|
|
40396
40411
|
"name": "dryRun",
|
|
40397
40412
|
"optional": true,
|
|
@@ -40409,7 +40424,7 @@
|
|
|
40409
40424
|
"immutable": true,
|
|
40410
40425
|
"locationInModule": {
|
|
40411
40426
|
"filename": "src/release/publisher.ts",
|
|
40412
|
-
"line":
|
|
40427
|
+
"line": 74
|
|
40413
40428
|
},
|
|
40414
40429
|
"name": "failureIssue",
|
|
40415
40430
|
"optional": true,
|
|
@@ -40428,7 +40443,7 @@
|
|
|
40428
40443
|
"immutable": true,
|
|
40429
40444
|
"locationInModule": {
|
|
40430
40445
|
"filename": "src/release/publisher.ts",
|
|
40431
|
-
"line":
|
|
40446
|
+
"line": 82
|
|
40432
40447
|
},
|
|
40433
40448
|
"name": "failureIssueLabel",
|
|
40434
40449
|
"optional": true,
|
|
@@ -40436,19 +40451,36 @@
|
|
|
40436
40451
|
"primitive": "string"
|
|
40437
40452
|
}
|
|
40438
40453
|
},
|
|
40454
|
+
{
|
|
40455
|
+
"abstract": true,
|
|
40456
|
+
"docs": {
|
|
40457
|
+
"deprecated": "use `publibVersion` instead",
|
|
40458
|
+
"stability": "deprecated"
|
|
40459
|
+
},
|
|
40460
|
+
"immutable": true,
|
|
40461
|
+
"locationInModule": {
|
|
40462
|
+
"filename": "src/release/publisher.ts",
|
|
40463
|
+
"line": 60
|
|
40464
|
+
},
|
|
40465
|
+
"name": "jsiiReleaseVersion",
|
|
40466
|
+
"optional": true,
|
|
40467
|
+
"type": {
|
|
40468
|
+
"primitive": "string"
|
|
40469
|
+
}
|
|
40470
|
+
},
|
|
40439
40471
|
{
|
|
40440
40472
|
"abstract": true,
|
|
40441
40473
|
"docs": {
|
|
40442
40474
|
"default": "\"latest\"",
|
|
40443
40475
|
"stability": "experimental",
|
|
40444
|
-
"summary": "Version requirement for `
|
|
40476
|
+
"summary": "Version requirement for `publib`."
|
|
40445
40477
|
},
|
|
40446
40478
|
"immutable": true,
|
|
40447
40479
|
"locationInModule": {
|
|
40448
40480
|
"filename": "src/release/publisher.ts",
|
|
40449
|
-
"line":
|
|
40481
|
+
"line": 67
|
|
40450
40482
|
},
|
|
40451
|
-
"name": "
|
|
40483
|
+
"name": "publibVersion",
|
|
40452
40484
|
"optional": true,
|
|
40453
40485
|
"type": {
|
|
40454
40486
|
"primitive": "string"
|
|
@@ -40465,7 +40497,7 @@
|
|
|
40465
40497
|
"immutable": true,
|
|
40466
40498
|
"locationInModule": {
|
|
40467
40499
|
"filename": "src/release/publisher.ts",
|
|
40468
|
-
"line":
|
|
40500
|
+
"line": 98
|
|
40469
40501
|
},
|
|
40470
40502
|
"name": "publishTasks",
|
|
40471
40503
|
"optional": true,
|
|
@@ -40483,7 +40515,7 @@
|
|
|
40483
40515
|
"immutable": true,
|
|
40484
40516
|
"locationInModule": {
|
|
40485
40517
|
"filename": "src/release/publisher.ts",
|
|
40486
|
-
"line":
|
|
40518
|
+
"line": 88
|
|
40487
40519
|
},
|
|
40488
40520
|
"name": "workflowRunsOn",
|
|
40489
40521
|
"optional": true,
|
|
@@ -40513,7 +40545,7 @@
|
|
|
40513
40545
|
"kind": "interface",
|
|
40514
40546
|
"locationInModule": {
|
|
40515
40547
|
"filename": "src/release/publisher.ts",
|
|
40516
|
-
"line":
|
|
40548
|
+
"line": 752
|
|
40517
40549
|
},
|
|
40518
40550
|
"name": "PyPiPublishOptions",
|
|
40519
40551
|
"namespace": "release",
|
|
@@ -40528,7 +40560,7 @@
|
|
|
40528
40560
|
"immutable": true,
|
|
40529
40561
|
"locationInModule": {
|
|
40530
40562
|
"filename": "src/release/publisher.ts",
|
|
40531
|
-
"line":
|
|
40563
|
+
"line": 770
|
|
40532
40564
|
},
|
|
40533
40565
|
"name": "twinePasswordSecret",
|
|
40534
40566
|
"optional": true,
|
|
@@ -40546,7 +40578,7 @@
|
|
|
40546
40578
|
"immutable": true,
|
|
40547
40579
|
"locationInModule": {
|
|
40548
40580
|
"filename": "src/release/publisher.ts",
|
|
40549
|
-
"line":
|
|
40581
|
+
"line": 758
|
|
40550
40582
|
},
|
|
40551
40583
|
"name": "twineRegistryUrl",
|
|
40552
40584
|
"optional": true,
|
|
@@ -40564,7 +40596,7 @@
|
|
|
40564
40596
|
"immutable": true,
|
|
40565
40597
|
"locationInModule": {
|
|
40566
40598
|
"filename": "src/release/publisher.ts",
|
|
40567
|
-
"line":
|
|
40599
|
+
"line": 764
|
|
40568
40600
|
},
|
|
40569
40601
|
"name": "twineUsernameSecret",
|
|
40570
40602
|
"optional": true,
|
|
@@ -40870,7 +40902,7 @@
|
|
|
40870
40902
|
"docs": {
|
|
40871
40903
|
"default": "\"latest\"",
|
|
40872
40904
|
"stability": "experimental",
|
|
40873
|
-
"summary": "Version requirement of `
|
|
40905
|
+
"summary": "Version requirement of `publib` which is used to publish modules to npm."
|
|
40874
40906
|
},
|
|
40875
40907
|
"immutable": true,
|
|
40876
40908
|
"locationInModule": {
|
|
@@ -44004,6 +44036,6 @@
|
|
|
44004
44036
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
44005
44037
|
}
|
|
44006
44038
|
},
|
|
44007
|
-
"version": "0.52.
|
|
44008
|
-
"fingerprint": "
|
|
44039
|
+
"version": "0.52.28",
|
|
44040
|
+
"fingerprint": "D6McfA+7dJ8sOrpNFrKS8LYorjddS/tZXh712BkmPUg="
|
|
44009
44041
|
}
|