projen 0.96.2 → 0.96.4
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 +376 -126
- package/lib/awscdk/auto-discover.js +5 -5
- package/lib/awscdk/awscdk-app-java.js +1 -1
- package/lib/awscdk/awscdk-app-py.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-py.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-extension.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-py.js +1 -1
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdk8s/cdk8s-deps-py.js +1 -1
- package/lib/cdk8s/cdk8s-deps.js +1 -1
- package/lib/cdk8s/integration-test.js +1 -1
- package/lib/cdktf/cdktf-construct.js +1 -1
- package/lib/circleci/circleci.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/docker-compose-service.js +1 -1
- package/lib/docker-compose/docker-compose.js +1 -1
- package/lib/file.js +1 -1
- package/lib/gitattributes.js +1 -1
- package/lib/github/actions-provider.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.js +1 -1
- package/lib/github/auto-queue.js +1 -1
- package/lib/github/dependabot.d.ts +64 -0
- package/lib/github/dependabot.js +63 -3
- package/lib/github/github-credentials.js +1 -1
- package/lib/github/github-project.js +1 -1
- package/lib/github/github.js +1 -1
- package/lib/github/merge-queue.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-backport.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow-job.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflow-actions.js +1 -1
- package/lib/github/workflow-jobs.js +1 -1
- package/lib/github/workflow-steps.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 +2 -2
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/biome/biome.js +1 -1
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.js +4 -4
- package/lib/javascript/license-checker.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 +2 -2
- package/lib/javascript/upgrade-dependencies.d.ts +8 -0
- package/lib/javascript/upgrade-dependencies.js +4 -3
- package/lib/javascript/yarnrc.js +1 -1
- package/lib/json-patch.js +1 -1
- 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-tree.js +1 -1
- package/lib/project.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +2 -2
- package/lib/projenrc.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-sample.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 +16 -0
- package/lib/release/publisher.js +17 -5
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.d.ts +9 -0
- package/lib/release/release.js +4 -2
- package/lib/renovatebot.js +1 -1
- 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-ts.js +1 -1
- package/lib/typescript/projenrc.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +6 -6
- package/lib/version.js +2 -2
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/extensions.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/settings.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/package.json +4 -4
package/.jsii
CHANGED
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"stability": "experimental"
|
|
62
62
|
},
|
|
63
63
|
"homepage": "https://github.com/projen/projen.git",
|
|
64
|
-
"jsiiVersion": "5.9.
|
|
64
|
+
"jsiiVersion": "5.9.7 (build 1693b5a)",
|
|
65
65
|
"keywords": [
|
|
66
66
|
"cdk",
|
|
67
67
|
"cicd",
|
|
@@ -22368,7 +22368,7 @@
|
|
|
22368
22368
|
},
|
|
22369
22369
|
"locationInModule": {
|
|
22370
22370
|
"filename": "src/github/dependabot.ts",
|
|
22371
|
-
"line":
|
|
22371
|
+
"line": 429
|
|
22372
22372
|
},
|
|
22373
22373
|
"parameters": [
|
|
22374
22374
|
{
|
|
@@ -22389,7 +22389,7 @@
|
|
|
22389
22389
|
"kind": "class",
|
|
22390
22390
|
"locationInModule": {
|
|
22391
22391
|
"filename": "src/github/dependabot.ts",
|
|
22392
|
-
"line":
|
|
22392
|
+
"line": 414
|
|
22393
22393
|
},
|
|
22394
22394
|
"methods": [
|
|
22395
22395
|
{
|
|
@@ -22399,7 +22399,7 @@
|
|
|
22399
22399
|
},
|
|
22400
22400
|
"locationInModule": {
|
|
22401
22401
|
"filename": "src/github/dependabot.ts",
|
|
22402
|
-
"line":
|
|
22402
|
+
"line": 505
|
|
22403
22403
|
},
|
|
22404
22404
|
"name": "addAllow",
|
|
22405
22405
|
"parameters": [
|
|
@@ -22421,7 +22421,7 @@
|
|
|
22421
22421
|
},
|
|
22422
22422
|
"locationInModule": {
|
|
22423
22423
|
"filename": "src/github/dependabot.ts",
|
|
22424
|
-
"line":
|
|
22424
|
+
"line": 520
|
|
22425
22425
|
},
|
|
22426
22426
|
"name": "addIgnore",
|
|
22427
22427
|
"parameters": [
|
|
@@ -22461,7 +22461,7 @@
|
|
|
22461
22461
|
"immutable": true,
|
|
22462
22462
|
"locationInModule": {
|
|
22463
22463
|
"filename": "src/github/dependabot.ts",
|
|
22464
|
-
"line":
|
|
22464
|
+
"line": 419
|
|
22465
22465
|
},
|
|
22466
22466
|
"name": "config",
|
|
22467
22467
|
"type": {
|
|
@@ -22476,7 +22476,7 @@
|
|
|
22476
22476
|
"immutable": true,
|
|
22477
22477
|
"locationInModule": {
|
|
22478
22478
|
"filename": "src/github/dependabot.ts",
|
|
22479
|
-
"line":
|
|
22479
|
+
"line": 424
|
|
22480
22480
|
},
|
|
22481
22481
|
"name": "ignoresProjen",
|
|
22482
22482
|
"type": {
|
|
@@ -22527,6 +22527,7 @@
|
|
|
22527
22527
|
"assembly": "projen",
|
|
22528
22528
|
"datatype": true,
|
|
22529
22529
|
"docs": {
|
|
22530
|
+
"see": "https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#groups--",
|
|
22530
22531
|
"stability": "experimental",
|
|
22531
22532
|
"summary": "Defines a single group for dependency updates."
|
|
22532
22533
|
},
|
|
@@ -22534,7 +22535,7 @@
|
|
|
22534
22535
|
"kind": "interface",
|
|
22535
22536
|
"locationInModule": {
|
|
22536
22537
|
"filename": "src/github/dependabot.ts",
|
|
22537
|
-
"line":
|
|
22538
|
+
"line": 266
|
|
22538
22539
|
},
|
|
22539
22540
|
"name": "DependabotGroup",
|
|
22540
22541
|
"namespace": "github",
|
|
@@ -22548,7 +22549,7 @@
|
|
|
22548
22549
|
"immutable": true,
|
|
22549
22550
|
"locationInModule": {
|
|
22550
22551
|
"filename": "src/github/dependabot.ts",
|
|
22551
|
-
"line":
|
|
22552
|
+
"line": 284
|
|
22552
22553
|
},
|
|
22553
22554
|
"name": "patterns",
|
|
22554
22555
|
"type": {
|
|
@@ -22560,6 +22561,43 @@
|
|
|
22560
22561
|
}
|
|
22561
22562
|
}
|
|
22562
22563
|
},
|
|
22564
|
+
{
|
|
22565
|
+
"abstract": true,
|
|
22566
|
+
"docs": {
|
|
22567
|
+
"default": "- version updates",
|
|
22568
|
+
"stability": "experimental",
|
|
22569
|
+
"summary": "Specify which type of update the group applies to."
|
|
22570
|
+
},
|
|
22571
|
+
"immutable": true,
|
|
22572
|
+
"locationInModule": {
|
|
22573
|
+
"filename": "src/github/dependabot.ts",
|
|
22574
|
+
"line": 271
|
|
22575
|
+
},
|
|
22576
|
+
"name": "appliesTo",
|
|
22577
|
+
"optional": true,
|
|
22578
|
+
"type": {
|
|
22579
|
+
"fqn": "projen.github.DependabotGroupAppliesTo"
|
|
22580
|
+
}
|
|
22581
|
+
},
|
|
22582
|
+
{
|
|
22583
|
+
"abstract": true,
|
|
22584
|
+
"docs": {
|
|
22585
|
+
"default": "- all types of dependencies",
|
|
22586
|
+
"see": "https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#dependency-type-groups",
|
|
22587
|
+
"stability": "experimental",
|
|
22588
|
+
"summary": "Limit the group to a type of dependency."
|
|
22589
|
+
},
|
|
22590
|
+
"immutable": true,
|
|
22591
|
+
"locationInModule": {
|
|
22592
|
+
"filename": "src/github/dependabot.ts",
|
|
22593
|
+
"line": 278
|
|
22594
|
+
},
|
|
22595
|
+
"name": "dependencyType",
|
|
22596
|
+
"optional": true,
|
|
22597
|
+
"type": {
|
|
22598
|
+
"fqn": "projen.github.DependabotGroupDependencyType"
|
|
22599
|
+
}
|
|
22600
|
+
},
|
|
22563
22601
|
{
|
|
22564
22602
|
"abstract": true,
|
|
22565
22603
|
"docs": {
|
|
@@ -22569,7 +22607,7 @@
|
|
|
22569
22607
|
"immutable": true,
|
|
22570
22608
|
"locationInModule": {
|
|
22571
22609
|
"filename": "src/github/dependabot.ts",
|
|
22572
|
-
"line":
|
|
22610
|
+
"line": 290
|
|
22573
22611
|
},
|
|
22574
22612
|
"name": "excludePatterns",
|
|
22575
22613
|
"optional": true,
|
|
@@ -22581,10 +22619,138 @@
|
|
|
22581
22619
|
"kind": "array"
|
|
22582
22620
|
}
|
|
22583
22621
|
}
|
|
22622
|
+
},
|
|
22623
|
+
{
|
|
22624
|
+
"abstract": true,
|
|
22625
|
+
"docs": {
|
|
22626
|
+
"default": "- all semantic versioning levels",
|
|
22627
|
+
"remarks": "If specified, must contain at least one element and elements must be unique.",
|
|
22628
|
+
"see": "https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#update-types-groups",
|
|
22629
|
+
"stability": "experimental",
|
|
22630
|
+
"summary": "Limit the group to one or more semantic versioning levels."
|
|
22631
|
+
},
|
|
22632
|
+
"immutable": true,
|
|
22633
|
+
"locationInModule": {
|
|
22634
|
+
"filename": "src/github/dependabot.ts",
|
|
22635
|
+
"line": 300
|
|
22636
|
+
},
|
|
22637
|
+
"name": "updateTypes",
|
|
22638
|
+
"optional": true,
|
|
22639
|
+
"type": {
|
|
22640
|
+
"collection": {
|
|
22641
|
+
"elementtype": {
|
|
22642
|
+
"fqn": "projen.github.DependabotGroupUpdateType"
|
|
22643
|
+
},
|
|
22644
|
+
"kind": "array"
|
|
22645
|
+
}
|
|
22646
|
+
}
|
|
22584
22647
|
}
|
|
22585
22648
|
],
|
|
22586
22649
|
"symbolId": "src/github/dependabot:DependabotGroup"
|
|
22587
22650
|
},
|
|
22651
|
+
"projen.github.DependabotGroupAppliesTo": {
|
|
22652
|
+
"assembly": "projen",
|
|
22653
|
+
"docs": {
|
|
22654
|
+
"stability": "experimental",
|
|
22655
|
+
"summary": "The type of update a group applies to."
|
|
22656
|
+
},
|
|
22657
|
+
"fqn": "projen.github.DependabotGroupAppliesTo",
|
|
22658
|
+
"kind": "enum",
|
|
22659
|
+
"locationInModule": {
|
|
22660
|
+
"filename": "src/github/dependabot.ts",
|
|
22661
|
+
"line": 306
|
|
22662
|
+
},
|
|
22663
|
+
"members": [
|
|
22664
|
+
{
|
|
22665
|
+
"docs": {
|
|
22666
|
+
"stability": "experimental",
|
|
22667
|
+
"summary": "Apply only to version updates."
|
|
22668
|
+
},
|
|
22669
|
+
"name": "VERSION_UPDATES"
|
|
22670
|
+
},
|
|
22671
|
+
{
|
|
22672
|
+
"docs": {
|
|
22673
|
+
"stability": "experimental",
|
|
22674
|
+
"summary": "Apply only to security updates."
|
|
22675
|
+
},
|
|
22676
|
+
"name": "SECURITY_UPDATES"
|
|
22677
|
+
}
|
|
22678
|
+
],
|
|
22679
|
+
"name": "DependabotGroupAppliesTo",
|
|
22680
|
+
"namespace": "github",
|
|
22681
|
+
"symbolId": "src/github/dependabot:DependabotGroupAppliesTo"
|
|
22682
|
+
},
|
|
22683
|
+
"projen.github.DependabotGroupDependencyType": {
|
|
22684
|
+
"assembly": "projen",
|
|
22685
|
+
"docs": {
|
|
22686
|
+
"stability": "experimental",
|
|
22687
|
+
"summary": "The type of dependency a group may be limited to."
|
|
22688
|
+
},
|
|
22689
|
+
"fqn": "projen.github.DependabotGroupDependencyType",
|
|
22690
|
+
"kind": "enum",
|
|
22691
|
+
"locationInModule": {
|
|
22692
|
+
"filename": "src/github/dependabot.ts",
|
|
22693
|
+
"line": 321
|
|
22694
|
+
},
|
|
22695
|
+
"members": [
|
|
22696
|
+
{
|
|
22697
|
+
"docs": {
|
|
22698
|
+
"stability": "experimental",
|
|
22699
|
+
"summary": "Include only dependencies in the \"Development dependency group\"."
|
|
22700
|
+
},
|
|
22701
|
+
"name": "DEVELOPMENT"
|
|
22702
|
+
},
|
|
22703
|
+
{
|
|
22704
|
+
"docs": {
|
|
22705
|
+
"stability": "experimental",
|
|
22706
|
+
"summary": "Include only dependencies in the \"Production dependency group\"."
|
|
22707
|
+
},
|
|
22708
|
+
"name": "PRODUCTION"
|
|
22709
|
+
}
|
|
22710
|
+
],
|
|
22711
|
+
"name": "DependabotGroupDependencyType",
|
|
22712
|
+
"namespace": "github",
|
|
22713
|
+
"symbolId": "src/github/dependabot:DependabotGroupDependencyType"
|
|
22714
|
+
},
|
|
22715
|
+
"projen.github.DependabotGroupUpdateType": {
|
|
22716
|
+
"assembly": "projen",
|
|
22717
|
+
"docs": {
|
|
22718
|
+
"stability": "experimental",
|
|
22719
|
+
"summary": "The semantic versioning levels a group may be limited to."
|
|
22720
|
+
},
|
|
22721
|
+
"fqn": "projen.github.DependabotGroupUpdateType",
|
|
22722
|
+
"kind": "enum",
|
|
22723
|
+
"locationInModule": {
|
|
22724
|
+
"filename": "src/github/dependabot.ts",
|
|
22725
|
+
"line": 336
|
|
22726
|
+
},
|
|
22727
|
+
"members": [
|
|
22728
|
+
{
|
|
22729
|
+
"docs": {
|
|
22730
|
+
"stability": "experimental",
|
|
22731
|
+
"summary": "Include major releases."
|
|
22732
|
+
},
|
|
22733
|
+
"name": "MAJOR"
|
|
22734
|
+
},
|
|
22735
|
+
{
|
|
22736
|
+
"docs": {
|
|
22737
|
+
"stability": "experimental",
|
|
22738
|
+
"summary": "Include minor releases."
|
|
22739
|
+
},
|
|
22740
|
+
"name": "MINOR"
|
|
22741
|
+
},
|
|
22742
|
+
{
|
|
22743
|
+
"docs": {
|
|
22744
|
+
"stability": "experimental",
|
|
22745
|
+
"summary": "Include patch releases."
|
|
22746
|
+
},
|
|
22747
|
+
"name": "PATCH"
|
|
22748
|
+
}
|
|
22749
|
+
],
|
|
22750
|
+
"name": "DependabotGroupUpdateType",
|
|
22751
|
+
"namespace": "github",
|
|
22752
|
+
"symbolId": "src/github/dependabot:DependabotGroupUpdateType"
|
|
22753
|
+
},
|
|
22588
22754
|
"projen.github.DependabotIgnore": {
|
|
22589
22755
|
"assembly": "projen",
|
|
22590
22756
|
"datatype": true,
|
|
@@ -23189,7 +23355,7 @@
|
|
|
23189
23355
|
"kind": "enum",
|
|
23190
23356
|
"locationInModule": {
|
|
23191
23357
|
"filename": "src/github/dependabot.ts",
|
|
23192
|
-
"line":
|
|
23358
|
+
"line": 357
|
|
23193
23359
|
},
|
|
23194
23360
|
"members": [
|
|
23195
23361
|
{
|
|
@@ -28347,7 +28513,7 @@
|
|
|
28347
28513
|
"kind": "enum",
|
|
28348
28514
|
"locationInModule": {
|
|
28349
28515
|
"filename": "src/github/dependabot.ts",
|
|
28350
|
-
"line":
|
|
28516
|
+
"line": 377
|
|
28351
28517
|
},
|
|
28352
28518
|
"members": [
|
|
28353
28519
|
{
|
|
@@ -52902,7 +53068,7 @@
|
|
|
52902
53068
|
"kind": "class",
|
|
52903
53069
|
"locationInModule": {
|
|
52904
53070
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
52905
|
-
"line":
|
|
53071
|
+
"line": 637
|
|
52906
53072
|
},
|
|
52907
53073
|
"methods": [
|
|
52908
53074
|
{
|
|
@@ -52912,7 +53078,7 @@
|
|
|
52912
53078
|
},
|
|
52913
53079
|
"locationInModule": {
|
|
52914
53080
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
52915
|
-
"line":
|
|
53081
|
+
"line": 672
|
|
52916
53082
|
},
|
|
52917
53083
|
"name": "expressions",
|
|
52918
53084
|
"parameters": [
|
|
@@ -52948,7 +53114,7 @@
|
|
|
52948
53114
|
"immutable": true,
|
|
52949
53115
|
"locationInModule": {
|
|
52950
53116
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
52951
|
-
"line":
|
|
53117
|
+
"line": 646
|
|
52952
53118
|
},
|
|
52953
53119
|
"name": "DAILY",
|
|
52954
53120
|
"static": true,
|
|
@@ -52965,7 +53131,7 @@
|
|
|
52965
53131
|
"immutable": true,
|
|
52966
53132
|
"locationInModule": {
|
|
52967
53133
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
52968
|
-
"line":
|
|
53134
|
+
"line": 665
|
|
52969
53135
|
},
|
|
52970
53136
|
"name": "MONTHLY",
|
|
52971
53137
|
"static": true,
|
|
@@ -52982,7 +53148,7 @@
|
|
|
52982
53148
|
"immutable": true,
|
|
52983
53149
|
"locationInModule": {
|
|
52984
53150
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
52985
|
-
"line":
|
|
53151
|
+
"line": 641
|
|
52986
53152
|
},
|
|
52987
53153
|
"name": "NEVER",
|
|
52988
53154
|
"static": true,
|
|
@@ -52999,7 +53165,7 @@
|
|
|
52999
53165
|
"immutable": true,
|
|
53000
53166
|
"locationInModule": {
|
|
53001
53167
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53002
|
-
"line":
|
|
53168
|
+
"line": 651
|
|
53003
53169
|
},
|
|
53004
53170
|
"name": "WEEKDAY",
|
|
53005
53171
|
"static": true,
|
|
@@ -53016,7 +53182,7 @@
|
|
|
53016
53182
|
"immutable": true,
|
|
53017
53183
|
"locationInModule": {
|
|
53018
53184
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53019
|
-
"line":
|
|
53185
|
+
"line": 658
|
|
53020
53186
|
},
|
|
53021
53187
|
"name": "WEEKLY",
|
|
53022
53188
|
"static": true,
|
|
@@ -53031,7 +53197,7 @@
|
|
|
53031
53197
|
"immutable": true,
|
|
53032
53198
|
"locationInModule": {
|
|
53033
53199
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53034
|
-
"line":
|
|
53200
|
+
"line": 676
|
|
53035
53201
|
},
|
|
53036
53202
|
"name": "cron",
|
|
53037
53203
|
"type": {
|
|
@@ -53057,7 +53223,7 @@
|
|
|
53057
53223
|
"kind": "interface",
|
|
53058
53224
|
"locationInModule": {
|
|
53059
53225
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53060
|
-
"line":
|
|
53226
|
+
"line": 549
|
|
53061
53227
|
},
|
|
53062
53228
|
"name": "UpgradeDependenciesWorkflowOptions",
|
|
53063
53229
|
"namespace": "javascript",
|
|
@@ -53072,7 +53238,7 @@
|
|
|
53072
53238
|
"immutable": true,
|
|
53073
53239
|
"locationInModule": {
|
|
53074
53240
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53075
|
-
"line":
|
|
53241
|
+
"line": 582
|
|
53076
53242
|
},
|
|
53077
53243
|
"name": "assignees",
|
|
53078
53244
|
"optional": true,
|
|
@@ -53095,7 +53261,7 @@
|
|
|
53095
53261
|
"immutable": true,
|
|
53096
53262
|
"locationInModule": {
|
|
53097
53263
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53098
|
-
"line":
|
|
53264
|
+
"line": 596
|
|
53099
53265
|
},
|
|
53100
53266
|
"name": "branches",
|
|
53101
53267
|
"optional": true,
|
|
@@ -53118,7 +53284,7 @@
|
|
|
53118
53284
|
"immutable": true,
|
|
53119
53285
|
"locationInModule": {
|
|
53120
53286
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53121
|
-
"line":
|
|
53287
|
+
"line": 589
|
|
53122
53288
|
},
|
|
53123
53289
|
"name": "container",
|
|
53124
53290
|
"optional": true,
|
|
@@ -53126,6 +53292,29 @@
|
|
|
53126
53292
|
"fqn": "projen.github.workflows.ContainerOptions"
|
|
53127
53293
|
}
|
|
53128
53294
|
},
|
|
53295
|
+
{
|
|
53296
|
+
"abstract": true,
|
|
53297
|
+
"docs": {
|
|
53298
|
+
"default": "{}",
|
|
53299
|
+
"stability": "experimental",
|
|
53300
|
+
"summary": "Build environment variables for the upgrade job."
|
|
53301
|
+
},
|
|
53302
|
+
"immutable": true,
|
|
53303
|
+
"locationInModule": {
|
|
53304
|
+
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53305
|
+
"line": 631
|
|
53306
|
+
},
|
|
53307
|
+
"name": "env",
|
|
53308
|
+
"optional": true,
|
|
53309
|
+
"type": {
|
|
53310
|
+
"collection": {
|
|
53311
|
+
"elementtype": {
|
|
53312
|
+
"primitive": "string"
|
|
53313
|
+
},
|
|
53314
|
+
"kind": "map"
|
|
53315
|
+
}
|
|
53316
|
+
}
|
|
53317
|
+
},
|
|
53129
53318
|
{
|
|
53130
53319
|
"abstract": true,
|
|
53131
53320
|
"docs": {
|
|
@@ -53136,7 +53325,7 @@
|
|
|
53136
53325
|
"immutable": true,
|
|
53137
53326
|
"locationInModule": {
|
|
53138
53327
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53139
|
-
"line":
|
|
53328
|
+
"line": 602
|
|
53140
53329
|
},
|
|
53141
53330
|
"name": "gitIdentity",
|
|
53142
53331
|
"optional": true,
|
|
@@ -53154,7 +53343,7 @@
|
|
|
53154
53343
|
"immutable": true,
|
|
53155
53344
|
"locationInModule": {
|
|
53156
53345
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53157
|
-
"line":
|
|
53346
|
+
"line": 575
|
|
53158
53347
|
},
|
|
53159
53348
|
"name": "labels",
|
|
53160
53349
|
"optional": true,
|
|
@@ -53177,7 +53366,7 @@
|
|
|
53177
53366
|
"immutable": true,
|
|
53178
53367
|
"locationInModule": {
|
|
53179
53368
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53180
|
-
"line":
|
|
53369
|
+
"line": 624
|
|
53181
53370
|
},
|
|
53182
53371
|
"name": "permissions",
|
|
53183
53372
|
"optional": true,
|
|
@@ -53197,7 +53386,7 @@
|
|
|
53197
53386
|
"immutable": true,
|
|
53198
53387
|
"locationInModule": {
|
|
53199
53388
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53200
|
-
"line":
|
|
53389
|
+
"line": 568
|
|
53201
53390
|
},
|
|
53202
53391
|
"name": "projenCredentials",
|
|
53203
53392
|
"optional": true,
|
|
@@ -53219,7 +53408,7 @@
|
|
|
53219
53408
|
"immutable": true,
|
|
53220
53409
|
"locationInModule": {
|
|
53221
53410
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53222
|
-
"line":
|
|
53411
|
+
"line": 610
|
|
53223
53412
|
},
|
|
53224
53413
|
"name": "runsOn",
|
|
53225
53414
|
"optional": true,
|
|
@@ -53245,7 +53434,7 @@
|
|
|
53245
53434
|
"immutable": true,
|
|
53246
53435
|
"locationInModule": {
|
|
53247
53436
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53248
|
-
"line":
|
|
53437
|
+
"line": 617
|
|
53249
53438
|
},
|
|
53250
53439
|
"name": "runsOnGroup",
|
|
53251
53440
|
"optional": true,
|
|
@@ -53263,7 +53452,7 @@
|
|
|
53263
53452
|
"immutable": true,
|
|
53264
53453
|
"locationInModule": {
|
|
53265
53454
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53266
|
-
"line":
|
|
53455
|
+
"line": 555
|
|
53267
53456
|
},
|
|
53268
53457
|
"name": "schedule",
|
|
53269
53458
|
"optional": true,
|
|
@@ -64457,7 +64646,7 @@
|
|
|
64457
64646
|
"kind": "interface",
|
|
64458
64647
|
"locationInModule": {
|
|
64459
64648
|
"filename": "src/release/release.ts",
|
|
64460
|
-
"line":
|
|
64649
|
+
"line": 823
|
|
64461
64650
|
},
|
|
64462
64651
|
"name": "BranchOptions",
|
|
64463
64652
|
"namespace": "release",
|
|
@@ -64471,7 +64660,7 @@
|
|
|
64471
64660
|
"immutable": true,
|
|
64472
64661
|
"locationInModule": {
|
|
64473
64662
|
"filename": "src/release/release.ts",
|
|
64474
|
-
"line":
|
|
64663
|
+
"line": 846
|
|
64475
64664
|
},
|
|
64476
64665
|
"name": "majorVersion",
|
|
64477
64666
|
"type": {
|
|
@@ -64489,7 +64678,7 @@
|
|
|
64489
64678
|
"immutable": true,
|
|
64490
64679
|
"locationInModule": {
|
|
64491
64680
|
"filename": "src/release/release.ts",
|
|
64492
|
-
"line":
|
|
64681
|
+
"line": 841
|
|
64493
64682
|
},
|
|
64494
64683
|
"name": "environment",
|
|
64495
64684
|
"optional": true,
|
|
@@ -64506,7 +64695,7 @@
|
|
|
64506
64695
|
"immutable": true,
|
|
64507
64696
|
"locationInModule": {
|
|
64508
64697
|
"filename": "src/release/release.ts",
|
|
64509
|
-
"line":
|
|
64698
|
+
"line": 851
|
|
64510
64699
|
},
|
|
64511
64700
|
"name": "minMajorVersion",
|
|
64512
64701
|
"optional": true,
|
|
@@ -64523,7 +64712,7 @@
|
|
|
64523
64712
|
"immutable": true,
|
|
64524
64713
|
"locationInModule": {
|
|
64525
64714
|
"filename": "src/release/release.ts",
|
|
64526
|
-
"line":
|
|
64715
|
+
"line": 856
|
|
64527
64716
|
},
|
|
64528
64717
|
"name": "minorVersion",
|
|
64529
64718
|
"optional": true,
|
|
@@ -64541,7 +64730,7 @@
|
|
|
64541
64730
|
"immutable": true,
|
|
64542
64731
|
"locationInModule": {
|
|
64543
64732
|
"filename": "src/release/release.ts",
|
|
64544
|
-
"line":
|
|
64733
|
+
"line": 884
|
|
64545
64734
|
},
|
|
64546
64735
|
"name": "npmDistTag",
|
|
64547
64736
|
"optional": true,
|
|
@@ -64559,7 +64748,7 @@
|
|
|
64559
64748
|
"immutable": true,
|
|
64560
64749
|
"locationInModule": {
|
|
64561
64750
|
"filename": "src/release/release.ts",
|
|
64562
|
-
"line":
|
|
64751
|
+
"line": 863
|
|
64563
64752
|
},
|
|
64564
64753
|
"name": "prerelease",
|
|
64565
64754
|
"optional": true,
|
|
@@ -64578,7 +64767,7 @@
|
|
|
64578
64767
|
"immutable": true,
|
|
64579
64768
|
"locationInModule": {
|
|
64580
64769
|
"filename": "src/release/release.ts",
|
|
64581
|
-
"line":
|
|
64770
|
+
"line": 877
|
|
64582
64771
|
},
|
|
64583
64772
|
"name": "tagPrefix",
|
|
64584
64773
|
"optional": true,
|
|
@@ -64596,7 +64785,7 @@
|
|
|
64596
64785
|
"immutable": true,
|
|
64597
64786
|
"locationInModule": {
|
|
64598
64787
|
"filename": "src/release/release.ts",
|
|
64599
|
-
"line":
|
|
64788
|
+
"line": 828
|
|
64600
64789
|
},
|
|
64601
64790
|
"name": "workflowName",
|
|
64602
64791
|
"optional": true,
|
|
@@ -64617,7 +64806,7 @@
|
|
|
64617
64806
|
"kind": "enum",
|
|
64618
64807
|
"locationInModule": {
|
|
64619
64808
|
"filename": "src/release/publisher.ts",
|
|
64620
|
-
"line":
|
|
64809
|
+
"line": 1032
|
|
64621
64810
|
},
|
|
64622
64811
|
"members": [
|
|
64623
64812
|
{
|
|
@@ -64651,7 +64840,7 @@
|
|
|
64651
64840
|
"kind": "interface",
|
|
64652
64841
|
"locationInModule": {
|
|
64653
64842
|
"filename": "src/release/publisher.ts",
|
|
64654
|
-
"line":
|
|
64843
|
+
"line": 1050
|
|
64655
64844
|
},
|
|
64656
64845
|
"name": "CodeArtifactOptions",
|
|
64657
64846
|
"namespace": "release",
|
|
@@ -64667,7 +64856,7 @@
|
|
|
64667
64856
|
"immutable": true,
|
|
64668
64857
|
"locationInModule": {
|
|
64669
64858
|
"filename": "src/release/publisher.ts",
|
|
64670
|
-
"line":
|
|
64859
|
+
"line": 1066
|
|
64671
64860
|
},
|
|
64672
64861
|
"name": "accessKeyIdSecret",
|
|
64673
64862
|
"optional": true,
|
|
@@ -64685,7 +64874,7 @@
|
|
|
64685
64874
|
"immutable": true,
|
|
64686
64875
|
"locationInModule": {
|
|
64687
64876
|
"filename": "src/release/publisher.ts",
|
|
64688
|
-
"line":
|
|
64877
|
+
"line": 1056
|
|
64689
64878
|
},
|
|
64690
64879
|
"name": "authProvider",
|
|
64691
64880
|
"optional": true,
|
|
@@ -64704,7 +64893,7 @@
|
|
|
64704
64893
|
"immutable": true,
|
|
64705
64894
|
"locationInModule": {
|
|
64706
64895
|
"filename": "src/release/publisher.ts",
|
|
64707
|
-
"line":
|
|
64896
|
+
"line": 1086
|
|
64708
64897
|
},
|
|
64709
64898
|
"name": "roleToAssume",
|
|
64710
64899
|
"optional": true,
|
|
@@ -64723,7 +64912,7 @@
|
|
|
64723
64912
|
"immutable": true,
|
|
64724
64913
|
"locationInModule": {
|
|
64725
64914
|
"filename": "src/release/publisher.ts",
|
|
64726
|
-
"line":
|
|
64915
|
+
"line": 1077
|
|
64727
64916
|
},
|
|
64728
64917
|
"name": "secretAccessKeySecret",
|
|
64729
64918
|
"optional": true,
|
|
@@ -64745,7 +64934,7 @@
|
|
|
64745
64934
|
"kind": "interface",
|
|
64746
64935
|
"locationInModule": {
|
|
64747
64936
|
"filename": "src/release/publisher.ts",
|
|
64748
|
-
"line":
|
|
64937
|
+
"line": 906
|
|
64749
64938
|
},
|
|
64750
64939
|
"name": "CommonPublishOptions",
|
|
64751
64940
|
"namespace": "release",
|
|
@@ -64761,7 +64950,7 @@
|
|
|
64761
64950
|
"immutable": true,
|
|
64762
64951
|
"locationInModule": {
|
|
64763
64952
|
"filename": "src/release/publisher.ts",
|
|
64764
|
-
"line":
|
|
64953
|
+
"line": 943
|
|
64765
64954
|
},
|
|
64766
64955
|
"name": "githubEnvironment",
|
|
64767
64956
|
"optional": true,
|
|
@@ -64779,7 +64968,7 @@
|
|
|
64779
64968
|
"immutable": true,
|
|
64780
64969
|
"locationInModule": {
|
|
64781
64970
|
"filename": "src/release/publisher.ts",
|
|
64782
|
-
"line":
|
|
64971
|
+
"line": 925
|
|
64783
64972
|
},
|
|
64784
64973
|
"name": "postPublishSteps",
|
|
64785
64974
|
"optional": true,
|
|
@@ -64802,7 +64991,7 @@
|
|
|
64802
64991
|
"immutable": true,
|
|
64803
64992
|
"locationInModule": {
|
|
64804
64993
|
"filename": "src/release/publisher.ts",
|
|
64805
|
-
"line":
|
|
64994
|
+
"line": 916
|
|
64806
64995
|
},
|
|
64807
64996
|
"name": "prePublishSteps",
|
|
64808
64997
|
"optional": true,
|
|
@@ -64825,7 +65014,7 @@
|
|
|
64825
65014
|
"immutable": true,
|
|
64826
65015
|
"locationInModule": {
|
|
64827
65016
|
"filename": "src/release/publisher.ts",
|
|
64828
|
-
"line":
|
|
65017
|
+
"line": 931
|
|
64829
65018
|
},
|
|
64830
65019
|
"name": "publishTools",
|
|
64831
65020
|
"optional": true,
|
|
@@ -64890,7 +65079,7 @@
|
|
|
64890
65079
|
"kind": "interface",
|
|
64891
65080
|
"locationInModule": {
|
|
64892
65081
|
"filename": "src/release/publisher.ts",
|
|
64893
|
-
"line":
|
|
65082
|
+
"line": 1394
|
|
64894
65083
|
},
|
|
64895
65084
|
"name": "GitHubReleasesPublishOptions",
|
|
64896
65085
|
"namespace": "release",
|
|
@@ -64905,7 +65094,7 @@
|
|
|
64905
65094
|
"immutable": true,
|
|
64906
65095
|
"locationInModule": {
|
|
64907
65096
|
"filename": "src/release/publisher.ts",
|
|
64908
|
-
"line":
|
|
65097
|
+
"line": 1357
|
|
64909
65098
|
},
|
|
64910
65099
|
"name": "changelogFile",
|
|
64911
65100
|
"type": {
|
|
@@ -64922,7 +65111,7 @@
|
|
|
64922
65111
|
"immutable": true,
|
|
64923
65112
|
"locationInModule": {
|
|
64924
65113
|
"filename": "src/release/publisher.ts",
|
|
64925
|
-
"line":
|
|
65114
|
+
"line": 1350
|
|
64926
65115
|
},
|
|
64927
65116
|
"name": "releaseTagFile",
|
|
64928
65117
|
"type": {
|
|
@@ -64939,7 +65128,7 @@
|
|
|
64939
65128
|
"immutable": true,
|
|
64940
65129
|
"locationInModule": {
|
|
64941
65130
|
"filename": "src/release/publisher.ts",
|
|
64942
|
-
"line":
|
|
65131
|
+
"line": 1343
|
|
64943
65132
|
},
|
|
64944
65133
|
"name": "versionFile",
|
|
64945
65134
|
"type": {
|
|
@@ -64960,7 +65149,7 @@
|
|
|
64960
65149
|
"kind": "interface",
|
|
64961
65150
|
"locationInModule": {
|
|
64962
65151
|
"filename": "src/release/publisher.ts",
|
|
64963
|
-
"line":
|
|
65152
|
+
"line": 1401
|
|
64964
65153
|
},
|
|
64965
65154
|
"name": "GitPublishOptions",
|
|
64966
65155
|
"namespace": "release",
|
|
@@ -64975,7 +65164,7 @@
|
|
|
64975
65164
|
"immutable": true,
|
|
64976
65165
|
"locationInModule": {
|
|
64977
65166
|
"filename": "src/release/publisher.ts",
|
|
64978
|
-
"line":
|
|
65167
|
+
"line": 1357
|
|
64979
65168
|
},
|
|
64980
65169
|
"name": "changelogFile",
|
|
64981
65170
|
"type": {
|
|
@@ -64992,7 +65181,7 @@
|
|
|
64992
65181
|
"immutable": true,
|
|
64993
65182
|
"locationInModule": {
|
|
64994
65183
|
"filename": "src/release/publisher.ts",
|
|
64995
|
-
"line":
|
|
65184
|
+
"line": 1350
|
|
64996
65185
|
},
|
|
64997
65186
|
"name": "releaseTagFile",
|
|
64998
65187
|
"type": {
|
|
@@ -65009,7 +65198,7 @@
|
|
|
65009
65198
|
"immutable": true,
|
|
65010
65199
|
"locationInModule": {
|
|
65011
65200
|
"filename": "src/release/publisher.ts",
|
|
65012
|
-
"line":
|
|
65201
|
+
"line": 1343
|
|
65013
65202
|
},
|
|
65014
65203
|
"name": "versionFile",
|
|
65015
65204
|
"type": {
|
|
@@ -65026,7 +65215,7 @@
|
|
|
65026
65215
|
"immutable": true,
|
|
65027
65216
|
"locationInModule": {
|
|
65028
65217
|
"filename": "src/release/publisher.ts",
|
|
65029
|
-
"line":
|
|
65218
|
+
"line": 1412
|
|
65030
65219
|
},
|
|
65031
65220
|
"name": "gitBranch",
|
|
65032
65221
|
"optional": true,
|
|
@@ -65044,7 +65233,7 @@
|
|
|
65044
65233
|
"immutable": true,
|
|
65045
65234
|
"locationInModule": {
|
|
65046
65235
|
"filename": "src/release/publisher.ts",
|
|
65047
|
-
"line":
|
|
65236
|
+
"line": 1419
|
|
65048
65237
|
},
|
|
65049
65238
|
"name": "gitPushCommand",
|
|
65050
65239
|
"optional": true,
|
|
@@ -65061,7 +65250,7 @@
|
|
|
65061
65250
|
"immutable": true,
|
|
65062
65251
|
"locationInModule": {
|
|
65063
65252
|
"filename": "src/release/publisher.ts",
|
|
65064
|
-
"line":
|
|
65253
|
+
"line": 1405
|
|
65065
65254
|
},
|
|
65066
65255
|
"name": "projectChangelogFile",
|
|
65067
65256
|
"optional": true,
|
|
@@ -65086,7 +65275,7 @@
|
|
|
65086
65275
|
"kind": "interface",
|
|
65087
65276
|
"locationInModule": {
|
|
65088
65277
|
"filename": "src/release/publisher.ts",
|
|
65089
|
-
"line":
|
|
65278
|
+
"line": 1282
|
|
65090
65279
|
},
|
|
65091
65280
|
"name": "GoPublishOptions",
|
|
65092
65281
|
"namespace": "release",
|
|
@@ -65101,7 +65290,7 @@
|
|
|
65101
65290
|
"immutable": true,
|
|
65102
65291
|
"locationInModule": {
|
|
65103
65292
|
"filename": "src/release/publisher.ts",
|
|
65104
|
-
"line":
|
|
65293
|
+
"line": 1315
|
|
65105
65294
|
},
|
|
65106
65295
|
"name": "gitBranch",
|
|
65107
65296
|
"optional": true,
|
|
@@ -65119,7 +65308,7 @@
|
|
|
65119
65308
|
"immutable": true,
|
|
65120
65309
|
"locationInModule": {
|
|
65121
65310
|
"filename": "src/release/publisher.ts",
|
|
65122
|
-
"line":
|
|
65311
|
+
"line": 1334
|
|
65123
65312
|
},
|
|
65124
65313
|
"name": "gitCommitMessage",
|
|
65125
65314
|
"optional": true,
|
|
@@ -65138,7 +65327,7 @@
|
|
|
65138
65327
|
"immutable": true,
|
|
65139
65328
|
"locationInModule": {
|
|
65140
65329
|
"filename": "src/release/publisher.ts",
|
|
65141
|
-
"line":
|
|
65330
|
+
"line": 1301
|
|
65142
65331
|
},
|
|
65143
65332
|
"name": "githubDeployKeySecret",
|
|
65144
65333
|
"optional": true,
|
|
@@ -65157,7 +65346,7 @@
|
|
|
65157
65346
|
"immutable": true,
|
|
65158
65347
|
"locationInModule": {
|
|
65159
65348
|
"filename": "src/release/publisher.ts",
|
|
65160
|
-
"line":
|
|
65349
|
+
"line": 1291
|
|
65161
65350
|
},
|
|
65162
65351
|
"name": "githubTokenSecret",
|
|
65163
65352
|
"optional": true,
|
|
@@ -65175,7 +65364,7 @@
|
|
|
65175
65364
|
"immutable": true,
|
|
65176
65365
|
"locationInModule": {
|
|
65177
65366
|
"filename": "src/release/publisher.ts",
|
|
65178
|
-
"line":
|
|
65367
|
+
"line": 1308
|
|
65179
65368
|
},
|
|
65180
65369
|
"name": "githubUseSsh",
|
|
65181
65370
|
"optional": true,
|
|
@@ -65193,7 +65382,7 @@
|
|
|
65193
65382
|
"immutable": true,
|
|
65194
65383
|
"locationInModule": {
|
|
65195
65384
|
"filename": "src/release/publisher.ts",
|
|
65196
|
-
"line":
|
|
65385
|
+
"line": 1327
|
|
65197
65386
|
},
|
|
65198
65387
|
"name": "gitUserEmail",
|
|
65199
65388
|
"optional": true,
|
|
@@ -65211,7 +65400,7 @@
|
|
|
65211
65400
|
"immutable": true,
|
|
65212
65401
|
"locationInModule": {
|
|
65213
65402
|
"filename": "src/release/publisher.ts",
|
|
65214
|
-
"line":
|
|
65403
|
+
"line": 1321
|
|
65215
65404
|
},
|
|
65216
65405
|
"name": "gitUserName",
|
|
65217
65406
|
"optional": true,
|
|
@@ -65236,7 +65425,7 @@
|
|
|
65236
65425
|
"kind": "interface",
|
|
65237
65426
|
"locationInModule": {
|
|
65238
65427
|
"filename": "src/release/publisher.ts",
|
|
65239
|
-
"line":
|
|
65428
|
+
"line": 1277
|
|
65240
65429
|
},
|
|
65241
65430
|
"name": "JsiiReleaseGo",
|
|
65242
65431
|
"namespace": "release",
|
|
@@ -65256,7 +65445,7 @@
|
|
|
65256
65445
|
"kind": "interface",
|
|
65257
65446
|
"locationInModule": {
|
|
65258
65447
|
"filename": "src/release/publisher.ts",
|
|
65259
|
-
"line":
|
|
65448
|
+
"line": 1188
|
|
65260
65449
|
},
|
|
65261
65450
|
"name": "JsiiReleaseMaven",
|
|
65262
65451
|
"namespace": "release",
|
|
@@ -65276,7 +65465,7 @@
|
|
|
65276
65465
|
"kind": "interface",
|
|
65277
65466
|
"locationInModule": {
|
|
65278
65467
|
"filename": "src/release/publisher.ts",
|
|
65279
|
-
"line":
|
|
65468
|
+
"line": 949
|
|
65280
65469
|
},
|
|
65281
65470
|
"name": "JsiiReleaseNpm",
|
|
65282
65471
|
"namespace": "release",
|
|
@@ -65296,7 +65485,7 @@
|
|
|
65296
65485
|
"kind": "interface",
|
|
65297
65486
|
"locationInModule": {
|
|
65298
65487
|
"filename": "src/release/publisher.ts",
|
|
65299
|
-
"line":
|
|
65488
|
+
"line": 1148
|
|
65300
65489
|
},
|
|
65301
65490
|
"name": "JsiiReleaseNuget",
|
|
65302
65491
|
"namespace": "release",
|
|
@@ -65316,7 +65505,7 @@
|
|
|
65316
65505
|
"kind": "interface",
|
|
65317
65506
|
"locationInModule": {
|
|
65318
65507
|
"filename": "src/release/publisher.ts",
|
|
65319
|
-
"line":
|
|
65508
|
+
"line": 1092
|
|
65320
65509
|
},
|
|
65321
65510
|
"name": "JsiiReleasePyPi",
|
|
65322
65511
|
"namespace": "release",
|
|
@@ -65409,7 +65598,7 @@
|
|
|
65409
65598
|
"kind": "interface",
|
|
65410
65599
|
"locationInModule": {
|
|
65411
65600
|
"filename": "src/release/publisher.ts",
|
|
65412
|
-
"line":
|
|
65601
|
+
"line": 1193
|
|
65413
65602
|
},
|
|
65414
65603
|
"name": "MavenPublishOptions",
|
|
65415
65604
|
"namespace": "release",
|
|
@@ -65425,7 +65614,7 @@
|
|
|
65425
65614
|
"immutable": true,
|
|
65426
65615
|
"locationInModule": {
|
|
65427
65616
|
"filename": "src/release/publisher.ts",
|
|
65428
|
-
"line":
|
|
65617
|
+
"line": 1199
|
|
65429
65618
|
},
|
|
65430
65619
|
"name": "mavenEndpoint",
|
|
65431
65620
|
"optional": true,
|
|
@@ -65445,7 +65634,7 @@
|
|
|
65445
65634
|
"immutable": true,
|
|
65446
65635
|
"locationInModule": {
|
|
65447
65636
|
"filename": "src/release/publisher.ts",
|
|
65448
|
-
"line":
|
|
65637
|
+
"line": 1234
|
|
65449
65638
|
},
|
|
65450
65639
|
"name": "mavenGpgPrivateKeyPassphrase",
|
|
65451
65640
|
"optional": true,
|
|
@@ -65465,7 +65654,7 @@
|
|
|
65465
65654
|
"immutable": true,
|
|
65466
65655
|
"locationInModule": {
|
|
65467
65656
|
"filename": "src/release/publisher.ts",
|
|
65468
|
-
"line":
|
|
65657
|
+
"line": 1225
|
|
65469
65658
|
},
|
|
65470
65659
|
"name": "mavenGpgPrivateKeySecret",
|
|
65471
65660
|
"optional": true,
|
|
@@ -65485,7 +65674,7 @@
|
|
|
65485
65674
|
"immutable": true,
|
|
65486
65675
|
"locationInModule": {
|
|
65487
65676
|
"filename": "src/release/publisher.ts",
|
|
65488
|
-
"line":
|
|
65677
|
+
"line": 1260
|
|
65489
65678
|
},
|
|
65490
65679
|
"name": "mavenPassword",
|
|
65491
65680
|
"optional": true,
|
|
@@ -65503,7 +65692,7 @@
|
|
|
65503
65692
|
"immutable": true,
|
|
65504
65693
|
"locationInModule": {
|
|
65505
65694
|
"filename": "src/release/publisher.ts",
|
|
65506
|
-
"line":
|
|
65695
|
+
"line": 1215
|
|
65507
65696
|
},
|
|
65508
65697
|
"name": "mavenRepositoryUrl",
|
|
65509
65698
|
"optional": true,
|
|
@@ -65522,7 +65711,7 @@
|
|
|
65522
65711
|
"immutable": true,
|
|
65523
65712
|
"locationInModule": {
|
|
65524
65713
|
"filename": "src/release/publisher.ts",
|
|
65525
|
-
"line":
|
|
65714
|
+
"line": 1208
|
|
65526
65715
|
},
|
|
65527
65716
|
"name": "mavenServerId",
|
|
65528
65717
|
"optional": true,
|
|
@@ -65540,7 +65729,7 @@
|
|
|
65540
65729
|
"immutable": true,
|
|
65541
65730
|
"locationInModule": {
|
|
65542
65731
|
"filename": "src/release/publisher.ts",
|
|
65543
|
-
"line":
|
|
65732
|
+
"line": 1271
|
|
65544
65733
|
},
|
|
65545
65734
|
"name": "mavenStagingProfileId",
|
|
65546
65735
|
"optional": true,
|
|
@@ -65560,7 +65749,7 @@
|
|
|
65560
65749
|
"immutable": true,
|
|
65561
65750
|
"locationInModule": {
|
|
65562
65751
|
"filename": "src/release/publisher.ts",
|
|
65563
|
-
"line":
|
|
65752
|
+
"line": 1247
|
|
65564
65753
|
},
|
|
65565
65754
|
"name": "mavenUsername",
|
|
65566
65755
|
"optional": true,
|
|
@@ -65585,7 +65774,7 @@
|
|
|
65585
65774
|
"kind": "interface",
|
|
65586
65775
|
"locationInModule": {
|
|
65587
65776
|
"filename": "src/release/publisher.ts",
|
|
65588
|
-
"line":
|
|
65777
|
+
"line": 954
|
|
65589
65778
|
},
|
|
65590
65779
|
"name": "NpmPublishOptions",
|
|
65591
65780
|
"namespace": "release",
|
|
@@ -65600,7 +65789,7 @@
|
|
|
65600
65789
|
"immutable": true,
|
|
65601
65790
|
"locationInModule": {
|
|
65602
65791
|
"filename": "src/release/publisher.ts",
|
|
65603
|
-
"line":
|
|
65792
|
+
"line": 1026
|
|
65604
65793
|
},
|
|
65605
65794
|
"name": "codeArtifactOptions",
|
|
65606
65795
|
"optional": true,
|
|
@@ -65620,7 +65809,7 @@
|
|
|
65620
65809
|
"immutable": true,
|
|
65621
65810
|
"locationInModule": {
|
|
65622
65811
|
"filename": "src/release/publisher.ts",
|
|
65623
|
-
"line":
|
|
65812
|
+
"line": 972
|
|
65624
65813
|
},
|
|
65625
65814
|
"name": "distTag",
|
|
65626
65815
|
"optional": true,
|
|
@@ -65640,7 +65829,7 @@
|
|
|
65640
65829
|
"immutable": true,
|
|
65641
65830
|
"locationInModule": {
|
|
65642
65831
|
"filename": "src/release/publisher.ts",
|
|
65643
|
-
"line":
|
|
65832
|
+
"line": 1019
|
|
65644
65833
|
},
|
|
65645
65834
|
"name": "npmProvenance",
|
|
65646
65835
|
"optional": true,
|
|
@@ -65658,7 +65847,7 @@
|
|
|
65658
65847
|
"immutable": true,
|
|
65659
65848
|
"locationInModule": {
|
|
65660
65849
|
"filename": "src/release/publisher.ts",
|
|
65661
|
-
"line":
|
|
65850
|
+
"line": 993
|
|
65662
65851
|
},
|
|
65663
65852
|
"name": "npmTokenSecret",
|
|
65664
65853
|
"optional": true,
|
|
@@ -65678,7 +65867,7 @@
|
|
|
65678
65867
|
"immutable": true,
|
|
65679
65868
|
"locationInModule": {
|
|
65680
65869
|
"filename": "src/release/publisher.ts",
|
|
65681
|
-
"line":
|
|
65870
|
+
"line": 986
|
|
65682
65871
|
},
|
|
65683
65872
|
"name": "registry",
|
|
65684
65873
|
"optional": true,
|
|
@@ -65698,7 +65887,7 @@
|
|
|
65698
65887
|
"immutable": true,
|
|
65699
65888
|
"locationInModule": {
|
|
65700
65889
|
"filename": "src/release/publisher.ts",
|
|
65701
|
-
"line":
|
|
65890
|
+
"line": 1006
|
|
65702
65891
|
},
|
|
65703
65892
|
"name": "trustedPublishing",
|
|
65704
65893
|
"optional": true,
|
|
@@ -65723,7 +65912,7 @@
|
|
|
65723
65912
|
"kind": "interface",
|
|
65724
65913
|
"locationInModule": {
|
|
65725
65914
|
"filename": "src/release/publisher.ts",
|
|
65726
|
-
"line":
|
|
65915
|
+
"line": 1153
|
|
65727
65916
|
},
|
|
65728
65917
|
"name": "NugetPublishOptions",
|
|
65729
65918
|
"namespace": "release",
|
|
@@ -65738,7 +65927,7 @@
|
|
|
65738
65927
|
"immutable": true,
|
|
65739
65928
|
"locationInModule": {
|
|
65740
65929
|
"filename": "src/release/publisher.ts",
|
|
65741
|
-
"line":
|
|
65930
|
+
"line": 1159
|
|
65742
65931
|
},
|
|
65743
65932
|
"name": "nugetApiKeySecret",
|
|
65744
65933
|
"optional": true,
|
|
@@ -65755,13 +65944,51 @@
|
|
|
65755
65944
|
"immutable": true,
|
|
65756
65945
|
"locationInModule": {
|
|
65757
65946
|
"filename": "src/release/publisher.ts",
|
|
65758
|
-
"line":
|
|
65947
|
+
"line": 1164
|
|
65759
65948
|
},
|
|
65760
65949
|
"name": "nugetServer",
|
|
65761
65950
|
"optional": true,
|
|
65762
65951
|
"type": {
|
|
65763
65952
|
"primitive": "string"
|
|
65764
65953
|
}
|
|
65954
|
+
},
|
|
65955
|
+
{
|
|
65956
|
+
"abstract": true,
|
|
65957
|
+
"docs": {
|
|
65958
|
+
"default": "\"NUGET_USERNAME\"",
|
|
65959
|
+
"remarks": "Required when using trusted publishing.",
|
|
65960
|
+
"stability": "experimental",
|
|
65961
|
+
"summary": "The NuGet.org username (profile name, not email address) for trusted publisher authentication."
|
|
65962
|
+
},
|
|
65963
|
+
"immutable": true,
|
|
65964
|
+
"locationInModule": {
|
|
65965
|
+
"filename": "src/release/publisher.ts",
|
|
65966
|
+
"line": 1182
|
|
65967
|
+
},
|
|
65968
|
+
"name": "nugetUsernameSecret",
|
|
65969
|
+
"optional": true,
|
|
65970
|
+
"type": {
|
|
65971
|
+
"primitive": "string"
|
|
65972
|
+
}
|
|
65973
|
+
},
|
|
65974
|
+
{
|
|
65975
|
+
"abstract": true,
|
|
65976
|
+
"docs": {
|
|
65977
|
+
"remarks": "Needs to be setup in NuGet.org.",
|
|
65978
|
+
"see": "https://learn.microsoft.com/en-us/nuget/nuget-org/trusted-publishing",
|
|
65979
|
+
"stability": "experimental",
|
|
65980
|
+
"summary": "Use NuGet trusted publishing instead of API keys."
|
|
65981
|
+
},
|
|
65982
|
+
"immutable": true,
|
|
65983
|
+
"locationInModule": {
|
|
65984
|
+
"filename": "src/release/publisher.ts",
|
|
65985
|
+
"line": 1173
|
|
65986
|
+
},
|
|
65987
|
+
"name": "trustedPublishing",
|
|
65988
|
+
"optional": true,
|
|
65989
|
+
"type": {
|
|
65990
|
+
"primitive": "boolean"
|
|
65991
|
+
}
|
|
65765
65992
|
}
|
|
65766
65993
|
],
|
|
65767
65994
|
"symbolId": "src/release/publisher:NugetPublishOptions"
|
|
@@ -65909,7 +66136,7 @@
|
|
|
65909
66136
|
},
|
|
65910
66137
|
"locationInModule": {
|
|
65911
66138
|
"filename": "src/release/publisher.ts",
|
|
65912
|
-
"line":
|
|
66139
|
+
"line": 624
|
|
65913
66140
|
},
|
|
65914
66141
|
"name": "publishToGo",
|
|
65915
66142
|
"parameters": [
|
|
@@ -65932,7 +66159,7 @@
|
|
|
65932
66159
|
},
|
|
65933
66160
|
"locationInModule": {
|
|
65934
66161
|
"filename": "src/release/publisher.ts",
|
|
65935
|
-
"line":
|
|
66162
|
+
"line": 465
|
|
65936
66163
|
},
|
|
65937
66164
|
"name": "publishToMaven",
|
|
65938
66165
|
"parameters": [
|
|
@@ -66001,7 +66228,7 @@
|
|
|
66001
66228
|
},
|
|
66002
66229
|
"locationInModule": {
|
|
66003
66230
|
"filename": "src/release/publisher.ts",
|
|
66004
|
-
"line":
|
|
66231
|
+
"line": 537
|
|
66005
66232
|
},
|
|
66006
66233
|
"name": "publishToPyPi",
|
|
66007
66234
|
"parameters": [
|
|
@@ -66392,7 +66619,7 @@
|
|
|
66392
66619
|
"kind": "interface",
|
|
66393
66620
|
"locationInModule": {
|
|
66394
66621
|
"filename": "src/release/publisher.ts",
|
|
66395
|
-
"line":
|
|
66622
|
+
"line": 1097
|
|
66396
66623
|
},
|
|
66397
66624
|
"name": "PyPiPublishOptions",
|
|
66398
66625
|
"namespace": "release",
|
|
@@ -66409,7 +66636,7 @@
|
|
|
66409
66636
|
"immutable": true,
|
|
66410
66637
|
"locationInModule": {
|
|
66411
66638
|
"filename": "src/release/publisher.ts",
|
|
66412
|
-
"line":
|
|
66639
|
+
"line": 1135
|
|
66413
66640
|
},
|
|
66414
66641
|
"name": "attestations",
|
|
66415
66642
|
"optional": true,
|
|
@@ -66427,7 +66654,7 @@
|
|
|
66427
66654
|
"immutable": true,
|
|
66428
66655
|
"locationInModule": {
|
|
66429
66656
|
"filename": "src/release/publisher.ts",
|
|
66430
|
-
"line":
|
|
66657
|
+
"line": 1142
|
|
66431
66658
|
},
|
|
66432
66659
|
"name": "codeArtifactOptions",
|
|
66433
66660
|
"optional": true,
|
|
@@ -66446,7 +66673,7 @@
|
|
|
66446
66673
|
"immutable": true,
|
|
66447
66674
|
"locationInModule": {
|
|
66448
66675
|
"filename": "src/release/publisher.ts",
|
|
66449
|
-
"line":
|
|
66676
|
+
"line": 1124
|
|
66450
66677
|
},
|
|
66451
66678
|
"name": "trustedPublishing",
|
|
66452
66679
|
"optional": true,
|
|
@@ -66464,7 +66691,7 @@
|
|
|
66464
66691
|
"immutable": true,
|
|
66465
66692
|
"locationInModule": {
|
|
66466
66693
|
"filename": "src/release/publisher.ts",
|
|
66467
|
-
"line":
|
|
66694
|
+
"line": 1115
|
|
66468
66695
|
},
|
|
66469
66696
|
"name": "twinePasswordSecret",
|
|
66470
66697
|
"optional": true,
|
|
@@ -66482,7 +66709,7 @@
|
|
|
66482
66709
|
"immutable": true,
|
|
66483
66710
|
"locationInModule": {
|
|
66484
66711
|
"filename": "src/release/publisher.ts",
|
|
66485
|
-
"line":
|
|
66712
|
+
"line": 1103
|
|
66486
66713
|
},
|
|
66487
66714
|
"name": "twineRegistryUrl",
|
|
66488
66715
|
"optional": true,
|
|
@@ -66500,7 +66727,7 @@
|
|
|
66500
66727
|
"immutable": true,
|
|
66501
66728
|
"locationInModule": {
|
|
66502
66729
|
"filename": "src/release/publisher.ts",
|
|
66503
|
-
"line":
|
|
66730
|
+
"line": 1109
|
|
66504
66731
|
},
|
|
66505
66732
|
"name": "twineUsernameSecret",
|
|
66506
66733
|
"optional": true,
|
|
@@ -66526,7 +66753,7 @@
|
|
|
66526
66753
|
},
|
|
66527
66754
|
"locationInModule": {
|
|
66528
66755
|
"filename": "src/release/release.ts",
|
|
66529
|
-
"line":
|
|
66756
|
+
"line": 406
|
|
66530
66757
|
},
|
|
66531
66758
|
"parameters": [
|
|
66532
66759
|
{
|
|
@@ -66552,7 +66779,7 @@
|
|
|
66552
66779
|
"kind": "class",
|
|
66553
66780
|
"locationInModule": {
|
|
66554
66781
|
"filename": "src/release/release.ts",
|
|
66555
|
-
"line":
|
|
66782
|
+
"line": 361
|
|
66556
66783
|
},
|
|
66557
66784
|
"methods": [
|
|
66558
66785
|
{
|
|
@@ -66562,7 +66789,7 @@
|
|
|
66562
66789
|
},
|
|
66563
66790
|
"locationInModule": {
|
|
66564
66791
|
"filename": "src/release/release.ts",
|
|
66565
|
-
"line":
|
|
66792
|
+
"line": 369
|
|
66566
66793
|
},
|
|
66567
66794
|
"name": "of",
|
|
66568
66795
|
"parameters": [
|
|
@@ -66589,7 +66816,7 @@
|
|
|
66589
66816
|
},
|
|
66590
66817
|
"locationInModule": {
|
|
66591
66818
|
"filename": "src/release/release.ts",
|
|
66592
|
-
"line":
|
|
66819
|
+
"line": 548
|
|
66593
66820
|
},
|
|
66594
66821
|
"name": "addBranch",
|
|
66595
66822
|
"parameters": [
|
|
@@ -66620,7 +66847,7 @@
|
|
|
66620
66847
|
},
|
|
66621
66848
|
"locationInModule": {
|
|
66622
66849
|
"filename": "src/release/release.ts",
|
|
66623
|
-
"line":
|
|
66850
|
+
"line": 615
|
|
66624
66851
|
},
|
|
66625
66852
|
"name": "addJobs",
|
|
66626
66853
|
"parameters": [
|
|
@@ -66647,7 +66874,7 @@
|
|
|
66647
66874
|
},
|
|
66648
66875
|
"locationInModule": {
|
|
66649
66876
|
"filename": "src/release/release.ts",
|
|
66650
|
-
"line":
|
|
66877
|
+
"line": 598
|
|
66651
66878
|
},
|
|
66652
66879
|
"name": "preSynthesize",
|
|
66653
66880
|
"overrides": "projen.Component"
|
|
@@ -66664,7 +66891,7 @@
|
|
|
66664
66891
|
"immutable": true,
|
|
66665
66892
|
"locationInModule": {
|
|
66666
66893
|
"filename": "src/release/release.ts",
|
|
66667
|
-
"line":
|
|
66894
|
+
"line": 362
|
|
66668
66895
|
},
|
|
66669
66896
|
"name": "ANTI_TAMPER_CMD",
|
|
66670
66897
|
"static": true,
|
|
@@ -66680,7 +66907,7 @@
|
|
|
66680
66907
|
"immutable": true,
|
|
66681
66908
|
"locationInModule": {
|
|
66682
66909
|
"filename": "src/release/release.ts",
|
|
66683
|
-
"line":
|
|
66910
|
+
"line": 382
|
|
66684
66911
|
},
|
|
66685
66912
|
"name": "artifactsDirectory",
|
|
66686
66913
|
"type": {
|
|
@@ -66695,7 +66922,7 @@
|
|
|
66695
66922
|
"immutable": true,
|
|
66696
66923
|
"locationInModule": {
|
|
66697
66924
|
"filename": "src/release/release.ts",
|
|
66698
|
-
"line":
|
|
66925
|
+
"line": 624
|
|
66699
66926
|
},
|
|
66700
66927
|
"name": "branches",
|
|
66701
66928
|
"type": {
|
|
@@ -66715,7 +66942,7 @@
|
|
|
66715
66942
|
"immutable": true,
|
|
66716
66943
|
"locationInModule": {
|
|
66717
66944
|
"filename": "src/release/release.ts",
|
|
66718
|
-
"line":
|
|
66945
|
+
"line": 377
|
|
66719
66946
|
},
|
|
66720
66947
|
"name": "publisher",
|
|
66721
66948
|
"type": {
|
|
@@ -66739,7 +66966,7 @@
|
|
|
66739
66966
|
"kind": "interface",
|
|
66740
66967
|
"locationInModule": {
|
|
66741
66968
|
"filename": "src/release/release.ts",
|
|
66742
|
-
"line":
|
|
66969
|
+
"line": 301
|
|
66743
66970
|
},
|
|
66744
66971
|
"name": "ReleaseOptions",
|
|
66745
66972
|
"namespace": "release",
|
|
@@ -66754,7 +66981,7 @@
|
|
|
66754
66981
|
"immutable": true,
|
|
66755
66982
|
"locationInModule": {
|
|
66756
66983
|
"filename": "src/release/release.ts",
|
|
66757
|
-
"line":
|
|
66984
|
+
"line": 338
|
|
66758
66985
|
},
|
|
66759
66986
|
"name": "artifactsDirectory",
|
|
66760
66987
|
"type": {
|
|
@@ -66771,7 +66998,7 @@
|
|
|
66771
66998
|
"immutable": true,
|
|
66772
66999
|
"locationInModule": {
|
|
66773
67000
|
"filename": "src/release/release.ts",
|
|
66774
|
-
"line":
|
|
67001
|
+
"line": 324
|
|
66775
67002
|
},
|
|
66776
67003
|
"name": "branch",
|
|
66777
67004
|
"type": {
|
|
@@ -66788,7 +67015,7 @@
|
|
|
66788
67015
|
"immutable": true,
|
|
66789
67016
|
"locationInModule": {
|
|
66790
67017
|
"filename": "src/release/release.ts",
|
|
66791
|
-
"line":
|
|
67018
|
+
"line": 307
|
|
66792
67019
|
},
|
|
66793
67020
|
"name": "task",
|
|
66794
67021
|
"type": {
|
|
@@ -66805,7 +67032,7 @@
|
|
|
66805
67032
|
"immutable": true,
|
|
66806
67033
|
"locationInModule": {
|
|
66807
67034
|
"filename": "src/release/release.ts",
|
|
66808
|
-
"line":
|
|
67035
|
+
"line": 314
|
|
66809
67036
|
},
|
|
66810
67037
|
"name": "versionFile",
|
|
66811
67038
|
"type": {
|
|
@@ -66822,7 +67049,7 @@
|
|
|
66822
67049
|
"immutable": true,
|
|
66823
67050
|
"locationInModule": {
|
|
66824
67051
|
"filename": "src/release/release.ts",
|
|
66825
|
-
"line":
|
|
67052
|
+
"line": 331
|
|
66826
67053
|
},
|
|
66827
67054
|
"name": "githubRelease",
|
|
66828
67055
|
"optional": true,
|
|
@@ -66841,7 +67068,7 @@
|
|
|
66841
67068
|
"immutable": true,
|
|
66842
67069
|
"locationInModule": {
|
|
66843
67070
|
"filename": "src/release/release.ts",
|
|
66844
|
-
"line":
|
|
67071
|
+
"line": 347
|
|
66845
67072
|
},
|
|
66846
67073
|
"name": "workflowNodeVersion",
|
|
66847
67074
|
"optional": true,
|
|
@@ -66859,7 +67086,7 @@
|
|
|
66859
67086
|
"immutable": true,
|
|
66860
67087
|
"locationInModule": {
|
|
66861
67088
|
"filename": "src/release/release.ts",
|
|
66862
|
-
"line":
|
|
67089
|
+
"line": 353
|
|
66863
67090
|
},
|
|
66864
67091
|
"name": "workflowPermissions",
|
|
66865
67092
|
"optional": true,
|
|
@@ -66897,7 +67124,7 @@
|
|
|
66897
67124
|
"immutable": true,
|
|
66898
67125
|
"locationInModule": {
|
|
66899
67126
|
"filename": "src/release/release.ts",
|
|
66900
|
-
"line":
|
|
67127
|
+
"line": 269
|
|
66901
67128
|
},
|
|
66902
67129
|
"name": "bumpPackage",
|
|
66903
67130
|
"optional": true,
|
|
@@ -66972,7 +67199,7 @@
|
|
|
66972
67199
|
"immutable": true,
|
|
66973
67200
|
"locationInModule": {
|
|
66974
67201
|
"filename": "src/release/release.ts",
|
|
66975
|
-
"line":
|
|
67202
|
+
"line": 295
|
|
66976
67203
|
},
|
|
66977
67204
|
"name": "nextVersionCommand",
|
|
66978
67205
|
"optional": true,
|
|
@@ -67250,6 +67477,29 @@
|
|
|
67250
67477
|
"fqn": "projen.release.ReleaseTrigger"
|
|
67251
67478
|
}
|
|
67252
67479
|
},
|
|
67480
|
+
{
|
|
67481
|
+
"abstract": true,
|
|
67482
|
+
"docs": {
|
|
67483
|
+
"default": "{}",
|
|
67484
|
+
"stability": "experimental",
|
|
67485
|
+
"summary": "Build environment variables for release workflows."
|
|
67486
|
+
},
|
|
67487
|
+
"immutable": true,
|
|
67488
|
+
"locationInModule": {
|
|
67489
|
+
"filename": "src/release/release.ts",
|
|
67490
|
+
"line": 260
|
|
67491
|
+
},
|
|
67492
|
+
"name": "releaseWorkflowEnv",
|
|
67493
|
+
"optional": true,
|
|
67494
|
+
"type": {
|
|
67495
|
+
"collection": {
|
|
67496
|
+
"elementtype": {
|
|
67497
|
+
"primitive": "string"
|
|
67498
|
+
},
|
|
67499
|
+
"kind": "map"
|
|
67500
|
+
}
|
|
67501
|
+
}
|
|
67502
|
+
},
|
|
67253
67503
|
{
|
|
67254
67504
|
"abstract": true,
|
|
67255
67505
|
"docs": {
|
|
@@ -71879,6 +72129,6 @@
|
|
|
71879
72129
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
71880
72130
|
}
|
|
71881
72131
|
},
|
|
71882
|
-
"version": "0.96.
|
|
71883
|
-
"fingerprint": "
|
|
72132
|
+
"version": "0.96.4",
|
|
72133
|
+
"fingerprint": "uUuckgUoJts82/yNpYsWNWb237mt7a4csWYvE6cKXtw="
|
|
71884
72134
|
}
|