projen 0.101.1 → 0.101.3
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 +74 -74
- package/lib/ai-instructions.js +2 -2
- package/lib/awscdk/auto-discover.js +6 -6
- 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 +1 -1
- 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 +3 -3
- 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-build.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/cli/task-runtime.js +34 -7
- 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.js +1 -1
- package/lib/github/dependency-review.js +1 -1
- 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 +4 -3
- 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 +5 -3
- 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.js +2 -2
- 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 +1 -1
- 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/pyproject-toml-file.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/uv.js +1 -1
- package/lib/python/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/bump-type.js +1 -1
- package/lib/release/publisher.js +2 -2
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +1 -1
- package/lib/renovatebot.js +1 -1
- package/lib/run-task.cjs +19 -2
- package/lib/sample-file.js +2 -2
- package/lib/source-code.js +1 -1
- package/lib/task-shell.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 +5 -5
- 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 +3 -3
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -46989,7 +46989,7 @@
|
|
|
46989
46989
|
"kind": "enum",
|
|
46990
46990
|
"locationInModule": {
|
|
46991
46991
|
"filename": "src/javascript/node-package.ts",
|
|
46992
|
-
"line":
|
|
46992
|
+
"line": 2063
|
|
46993
46993
|
},
|
|
46994
46994
|
"members": [
|
|
46995
46995
|
{
|
|
@@ -47029,7 +47029,7 @@
|
|
|
47029
47029
|
"kind": "interface",
|
|
47030
47030
|
"locationInModule": {
|
|
47031
47031
|
"filename": "src/javascript/node-package.ts",
|
|
47032
|
-
"line":
|
|
47032
|
+
"line": 2075
|
|
47033
47033
|
},
|
|
47034
47034
|
"name": "InstallTrigger",
|
|
47035
47035
|
"namespace": "javascript",
|
|
@@ -47043,7 +47043,7 @@
|
|
|
47043
47043
|
"immutable": true,
|
|
47044
47044
|
"locationInModule": {
|
|
47045
47045
|
"filename": "src/javascript/node-package.ts",
|
|
47046
|
-
"line":
|
|
47046
|
+
"line": 2077
|
|
47047
47047
|
},
|
|
47048
47048
|
"name": "reason",
|
|
47049
47049
|
"type": {
|
|
@@ -47059,7 +47059,7 @@
|
|
|
47059
47059
|
"immutable": true,
|
|
47060
47060
|
"locationInModule": {
|
|
47061
47061
|
"filename": "src/javascript/node-package.ts",
|
|
47062
|
-
"line":
|
|
47062
|
+
"line": 2083
|
|
47063
47063
|
},
|
|
47064
47064
|
"name": "diff",
|
|
47065
47065
|
"optional": true,
|
|
@@ -47082,7 +47082,7 @@
|
|
|
47082
47082
|
"immutable": true,
|
|
47083
47083
|
"locationInModule": {
|
|
47084
47084
|
"filename": "src/javascript/node-package.ts",
|
|
47085
|
-
"line":
|
|
47085
|
+
"line": 2089
|
|
47086
47086
|
},
|
|
47087
47087
|
"name": "resolutions",
|
|
47088
47088
|
"optional": true,
|
|
@@ -49960,7 +49960,7 @@
|
|
|
49960
49960
|
},
|
|
49961
49961
|
"locationInModule": {
|
|
49962
49962
|
"filename": "src/javascript/node-package.ts",
|
|
49963
|
-
"line":
|
|
49963
|
+
"line": 1851
|
|
49964
49964
|
},
|
|
49965
49965
|
"name": "installDependencies",
|
|
49966
49966
|
"parameters": [
|
|
@@ -50500,7 +50500,7 @@
|
|
|
50500
50500
|
"kind": "enum",
|
|
50501
50501
|
"locationInModule": {
|
|
50502
50502
|
"filename": "src/javascript/node-package.ts",
|
|
50503
|
-
"line":
|
|
50503
|
+
"line": 1971
|
|
50504
50504
|
},
|
|
50505
50505
|
"members": [
|
|
50506
50506
|
{
|
|
@@ -52812,7 +52812,7 @@
|
|
|
52812
52812
|
"kind": "enum",
|
|
52813
52813
|
"locationInModule": {
|
|
52814
52814
|
"filename": "src/javascript/node-package.ts",
|
|
52815
|
-
"line":
|
|
52815
|
+
"line": 2015
|
|
52816
52816
|
},
|
|
52817
52817
|
"members": [
|
|
52818
52818
|
{
|
|
@@ -53007,7 +53007,7 @@
|
|
|
53007
53007
|
"kind": "interface",
|
|
53008
53008
|
"locationInModule": {
|
|
53009
53009
|
"filename": "src/javascript/node-package.ts",
|
|
53010
|
-
"line":
|
|
53010
|
+
"line": 1960
|
|
53011
53011
|
},
|
|
53012
53012
|
"name": "PeerDependencyOptions",
|
|
53013
53013
|
"namespace": "javascript",
|
|
@@ -53022,7 +53022,7 @@
|
|
|
53022
53022
|
"immutable": true,
|
|
53023
53023
|
"locationInModule": {
|
|
53024
53024
|
"filename": "src/javascript/node-package.ts",
|
|
53025
|
-
"line":
|
|
53025
|
+
"line": 1965
|
|
53026
53026
|
},
|
|
53027
53027
|
"name": "pinnedDevDependency",
|
|
53028
53028
|
"optional": true,
|
|
@@ -57410,7 +57410,7 @@
|
|
|
57410
57410
|
"kind": "interface",
|
|
57411
57411
|
"locationInModule": {
|
|
57412
57412
|
"filename": "src/javascript/node-package.ts",
|
|
57413
|
-
"line":
|
|
57413
|
+
"line": 2030
|
|
57414
57414
|
},
|
|
57415
57415
|
"name": "YarnBerryOptions",
|
|
57416
57416
|
"namespace": "javascript",
|
|
@@ -57425,7 +57425,7 @@
|
|
|
57425
57425
|
"immutable": true,
|
|
57426
57426
|
"locationInModule": {
|
|
57427
57427
|
"filename": "src/javascript/node-package.ts",
|
|
57428
|
-
"line":
|
|
57428
|
+
"line": 2036
|
|
57429
57429
|
},
|
|
57430
57430
|
"name": "version",
|
|
57431
57431
|
"optional": true,
|
|
@@ -57443,7 +57443,7 @@
|
|
|
57443
57443
|
"immutable": true,
|
|
57444
57444
|
"locationInModule": {
|
|
57445
57445
|
"filename": "src/javascript/node-package.ts",
|
|
57446
|
-
"line":
|
|
57446
|
+
"line": 2043
|
|
57447
57447
|
},
|
|
57448
57448
|
"name": "yarnRcOptions",
|
|
57449
57449
|
"optional": true,
|
|
@@ -57462,7 +57462,7 @@
|
|
|
57462
57462
|
"immutable": true,
|
|
57463
57463
|
"locationInModule": {
|
|
57464
57464
|
"filename": "src/javascript/node-package.ts",
|
|
57465
|
-
"line":
|
|
57465
|
+
"line": 2051
|
|
57466
57466
|
},
|
|
57467
57467
|
"name": "zeroInstalls",
|
|
57468
57468
|
"optional": true,
|
|
@@ -76318,7 +76318,7 @@
|
|
|
76318
76318
|
"kind": "enum",
|
|
76319
76319
|
"locationInModule": {
|
|
76320
76320
|
"filename": "src/release/publisher.ts",
|
|
76321
|
-
"line":
|
|
76321
|
+
"line": 1054
|
|
76322
76322
|
},
|
|
76323
76323
|
"members": [
|
|
76324
76324
|
{
|
|
@@ -76352,7 +76352,7 @@
|
|
|
76352
76352
|
"kind": "interface",
|
|
76353
76353
|
"locationInModule": {
|
|
76354
76354
|
"filename": "src/release/publisher.ts",
|
|
76355
|
-
"line":
|
|
76355
|
+
"line": 1072
|
|
76356
76356
|
},
|
|
76357
76357
|
"name": "CodeArtifactOptions",
|
|
76358
76358
|
"namespace": "release",
|
|
@@ -76368,7 +76368,7 @@
|
|
|
76368
76368
|
"immutable": true,
|
|
76369
76369
|
"locationInModule": {
|
|
76370
76370
|
"filename": "src/release/publisher.ts",
|
|
76371
|
-
"line":
|
|
76371
|
+
"line": 1088
|
|
76372
76372
|
},
|
|
76373
76373
|
"name": "accessKeyIdSecret",
|
|
76374
76374
|
"optional": true,
|
|
@@ -76386,7 +76386,7 @@
|
|
|
76386
76386
|
"immutable": true,
|
|
76387
76387
|
"locationInModule": {
|
|
76388
76388
|
"filename": "src/release/publisher.ts",
|
|
76389
|
-
"line":
|
|
76389
|
+
"line": 1078
|
|
76390
76390
|
},
|
|
76391
76391
|
"name": "authProvider",
|
|
76392
76392
|
"optional": true,
|
|
@@ -76405,7 +76405,7 @@
|
|
|
76405
76405
|
"immutable": true,
|
|
76406
76406
|
"locationInModule": {
|
|
76407
76407
|
"filename": "src/release/publisher.ts",
|
|
76408
|
-
"line":
|
|
76408
|
+
"line": 1108
|
|
76409
76409
|
},
|
|
76410
76410
|
"name": "roleToAssume",
|
|
76411
76411
|
"optional": true,
|
|
@@ -76424,7 +76424,7 @@
|
|
|
76424
76424
|
"immutable": true,
|
|
76425
76425
|
"locationInModule": {
|
|
76426
76426
|
"filename": "src/release/publisher.ts",
|
|
76427
|
-
"line":
|
|
76427
|
+
"line": 1099
|
|
76428
76428
|
},
|
|
76429
76429
|
"name": "secretAccessKeySecret",
|
|
76430
76430
|
"optional": true,
|
|
@@ -76446,7 +76446,7 @@
|
|
|
76446
76446
|
"kind": "interface",
|
|
76447
76447
|
"locationInModule": {
|
|
76448
76448
|
"filename": "src/release/publisher.ts",
|
|
76449
|
-
"line":
|
|
76449
|
+
"line": 952
|
|
76450
76450
|
},
|
|
76451
76451
|
"name": "CommonPublishOptions",
|
|
76452
76452
|
"namespace": "release",
|
|
@@ -76462,7 +76462,7 @@
|
|
|
76462
76462
|
"immutable": true,
|
|
76463
76463
|
"locationInModule": {
|
|
76464
76464
|
"filename": "src/release/publisher.ts",
|
|
76465
|
-
"line":
|
|
76465
|
+
"line": 989
|
|
76466
76466
|
},
|
|
76467
76467
|
"name": "githubEnvironment",
|
|
76468
76468
|
"optional": true,
|
|
@@ -76480,7 +76480,7 @@
|
|
|
76480
76480
|
"immutable": true,
|
|
76481
76481
|
"locationInModule": {
|
|
76482
76482
|
"filename": "src/release/publisher.ts",
|
|
76483
|
-
"line":
|
|
76483
|
+
"line": 971
|
|
76484
76484
|
},
|
|
76485
76485
|
"name": "postPublishSteps",
|
|
76486
76486
|
"optional": true,
|
|
@@ -76503,7 +76503,7 @@
|
|
|
76503
76503
|
"immutable": true,
|
|
76504
76504
|
"locationInModule": {
|
|
76505
76505
|
"filename": "src/release/publisher.ts",
|
|
76506
|
-
"line":
|
|
76506
|
+
"line": 962
|
|
76507
76507
|
},
|
|
76508
76508
|
"name": "prePublishSteps",
|
|
76509
76509
|
"optional": true,
|
|
@@ -76526,7 +76526,7 @@
|
|
|
76526
76526
|
"immutable": true,
|
|
76527
76527
|
"locationInModule": {
|
|
76528
76528
|
"filename": "src/release/publisher.ts",
|
|
76529
|
-
"line":
|
|
76529
|
+
"line": 977
|
|
76530
76530
|
},
|
|
76531
76531
|
"name": "publishTools",
|
|
76532
76532
|
"optional": true,
|
|
@@ -76591,7 +76591,7 @@
|
|
|
76591
76591
|
"kind": "interface",
|
|
76592
76592
|
"locationInModule": {
|
|
76593
76593
|
"filename": "src/release/publisher.ts",
|
|
76594
|
-
"line":
|
|
76594
|
+
"line": 1400
|
|
76595
76595
|
},
|
|
76596
76596
|
"name": "GitHubReleasesPublishOptions",
|
|
76597
76597
|
"namespace": "release",
|
|
@@ -76606,7 +76606,7 @@
|
|
|
76606
76606
|
"immutable": true,
|
|
76607
76607
|
"locationInModule": {
|
|
76608
76608
|
"filename": "src/release/publisher.ts",
|
|
76609
|
-
"line":
|
|
76609
|
+
"line": 1359
|
|
76610
76610
|
},
|
|
76611
76611
|
"name": "changelogFile",
|
|
76612
76612
|
"type": {
|
|
@@ -76623,7 +76623,7 @@
|
|
|
76623
76623
|
"immutable": true,
|
|
76624
76624
|
"locationInModule": {
|
|
76625
76625
|
"filename": "src/release/publisher.ts",
|
|
76626
|
-
"line":
|
|
76626
|
+
"line": 1352
|
|
76627
76627
|
},
|
|
76628
76628
|
"name": "releaseTagFile",
|
|
76629
76629
|
"type": {
|
|
@@ -76640,7 +76640,7 @@
|
|
|
76640
76640
|
"immutable": true,
|
|
76641
76641
|
"locationInModule": {
|
|
76642
76642
|
"filename": "src/release/publisher.ts",
|
|
76643
|
-
"line":
|
|
76643
|
+
"line": 1345
|
|
76644
76644
|
},
|
|
76645
76645
|
"name": "versionFile",
|
|
76646
76646
|
"type": {
|
|
@@ -76661,7 +76661,7 @@
|
|
|
76661
76661
|
"kind": "interface",
|
|
76662
76662
|
"locationInModule": {
|
|
76663
76663
|
"filename": "src/release/publisher.ts",
|
|
76664
|
-
"line":
|
|
76664
|
+
"line": 1406
|
|
76665
76665
|
},
|
|
76666
76666
|
"name": "GitPublishOptions",
|
|
76667
76667
|
"namespace": "release",
|
|
@@ -76676,7 +76676,7 @@
|
|
|
76676
76676
|
"immutable": true,
|
|
76677
76677
|
"locationInModule": {
|
|
76678
76678
|
"filename": "src/release/publisher.ts",
|
|
76679
|
-
"line":
|
|
76679
|
+
"line": 1359
|
|
76680
76680
|
},
|
|
76681
76681
|
"name": "changelogFile",
|
|
76682
76682
|
"type": {
|
|
@@ -76693,7 +76693,7 @@
|
|
|
76693
76693
|
"immutable": true,
|
|
76694
76694
|
"locationInModule": {
|
|
76695
76695
|
"filename": "src/release/publisher.ts",
|
|
76696
|
-
"line":
|
|
76696
|
+
"line": 1352
|
|
76697
76697
|
},
|
|
76698
76698
|
"name": "releaseTagFile",
|
|
76699
76699
|
"type": {
|
|
@@ -76710,7 +76710,7 @@
|
|
|
76710
76710
|
"immutable": true,
|
|
76711
76711
|
"locationInModule": {
|
|
76712
76712
|
"filename": "src/release/publisher.ts",
|
|
76713
|
-
"line":
|
|
76713
|
+
"line": 1345
|
|
76714
76714
|
},
|
|
76715
76715
|
"name": "versionFile",
|
|
76716
76716
|
"type": {
|
|
@@ -76727,7 +76727,7 @@
|
|
|
76727
76727
|
"immutable": true,
|
|
76728
76728
|
"locationInModule": {
|
|
76729
76729
|
"filename": "src/release/publisher.ts",
|
|
76730
|
-
"line":
|
|
76730
|
+
"line": 1417
|
|
76731
76731
|
},
|
|
76732
76732
|
"name": "gitBranch",
|
|
76733
76733
|
"optional": true,
|
|
@@ -76745,7 +76745,7 @@
|
|
|
76745
76745
|
"immutable": true,
|
|
76746
76746
|
"locationInModule": {
|
|
76747
76747
|
"filename": "src/release/publisher.ts",
|
|
76748
|
-
"line":
|
|
76748
|
+
"line": 1424
|
|
76749
76749
|
},
|
|
76750
76750
|
"name": "gitPushCommand",
|
|
76751
76751
|
"optional": true,
|
|
@@ -76762,7 +76762,7 @@
|
|
|
76762
76762
|
"immutable": true,
|
|
76763
76763
|
"locationInModule": {
|
|
76764
76764
|
"filename": "src/release/publisher.ts",
|
|
76765
|
-
"line":
|
|
76765
|
+
"line": 1410
|
|
76766
76766
|
},
|
|
76767
76767
|
"name": "projectChangelogFile",
|
|
76768
76768
|
"optional": true,
|
|
@@ -76787,7 +76787,7 @@
|
|
|
76787
76787
|
"kind": "interface",
|
|
76788
76788
|
"locationInModule": {
|
|
76789
76789
|
"filename": "src/release/publisher.ts",
|
|
76790
|
-
"line":
|
|
76790
|
+
"line": 1284
|
|
76791
76791
|
},
|
|
76792
76792
|
"name": "GoPublishOptions",
|
|
76793
76793
|
"namespace": "release",
|
|
@@ -76802,7 +76802,7 @@
|
|
|
76802
76802
|
"immutable": true,
|
|
76803
76803
|
"locationInModule": {
|
|
76804
76804
|
"filename": "src/release/publisher.ts",
|
|
76805
|
-
"line":
|
|
76805
|
+
"line": 1317
|
|
76806
76806
|
},
|
|
76807
76807
|
"name": "gitBranch",
|
|
76808
76808
|
"optional": true,
|
|
@@ -76820,7 +76820,7 @@
|
|
|
76820
76820
|
"immutable": true,
|
|
76821
76821
|
"locationInModule": {
|
|
76822
76822
|
"filename": "src/release/publisher.ts",
|
|
76823
|
-
"line":
|
|
76823
|
+
"line": 1336
|
|
76824
76824
|
},
|
|
76825
76825
|
"name": "gitCommitMessage",
|
|
76826
76826
|
"optional": true,
|
|
@@ -76839,7 +76839,7 @@
|
|
|
76839
76839
|
"immutable": true,
|
|
76840
76840
|
"locationInModule": {
|
|
76841
76841
|
"filename": "src/release/publisher.ts",
|
|
76842
|
-
"line":
|
|
76842
|
+
"line": 1303
|
|
76843
76843
|
},
|
|
76844
76844
|
"name": "githubDeployKeySecret",
|
|
76845
76845
|
"optional": true,
|
|
@@ -76858,7 +76858,7 @@
|
|
|
76858
76858
|
"immutable": true,
|
|
76859
76859
|
"locationInModule": {
|
|
76860
76860
|
"filename": "src/release/publisher.ts",
|
|
76861
|
-
"line":
|
|
76861
|
+
"line": 1293
|
|
76862
76862
|
},
|
|
76863
76863
|
"name": "githubTokenSecret",
|
|
76864
76864
|
"optional": true,
|
|
@@ -76876,7 +76876,7 @@
|
|
|
76876
76876
|
"immutable": true,
|
|
76877
76877
|
"locationInModule": {
|
|
76878
76878
|
"filename": "src/release/publisher.ts",
|
|
76879
|
-
"line":
|
|
76879
|
+
"line": 1310
|
|
76880
76880
|
},
|
|
76881
76881
|
"name": "githubUseSsh",
|
|
76882
76882
|
"optional": true,
|
|
@@ -76894,7 +76894,7 @@
|
|
|
76894
76894
|
"immutable": true,
|
|
76895
76895
|
"locationInModule": {
|
|
76896
76896
|
"filename": "src/release/publisher.ts",
|
|
76897
|
-
"line":
|
|
76897
|
+
"line": 1329
|
|
76898
76898
|
},
|
|
76899
76899
|
"name": "gitUserEmail",
|
|
76900
76900
|
"optional": true,
|
|
@@ -76912,7 +76912,7 @@
|
|
|
76912
76912
|
"immutable": true,
|
|
76913
76913
|
"locationInModule": {
|
|
76914
76914
|
"filename": "src/release/publisher.ts",
|
|
76915
|
-
"line":
|
|
76915
|
+
"line": 1323
|
|
76916
76916
|
},
|
|
76917
76917
|
"name": "gitUserName",
|
|
76918
76918
|
"optional": true,
|
|
@@ -77010,7 +77010,7 @@
|
|
|
77010
77010
|
"kind": "interface",
|
|
77011
77011
|
"locationInModule": {
|
|
77012
77012
|
"filename": "src/release/publisher.ts",
|
|
77013
|
-
"line":
|
|
77013
|
+
"line": 1200
|
|
77014
77014
|
},
|
|
77015
77015
|
"name": "MavenPublishOptions",
|
|
77016
77016
|
"namespace": "release",
|
|
@@ -77026,7 +77026,7 @@
|
|
|
77026
77026
|
"immutable": true,
|
|
77027
77027
|
"locationInModule": {
|
|
77028
77028
|
"filename": "src/release/publisher.ts",
|
|
77029
|
-
"line":
|
|
77029
|
+
"line": 1206
|
|
77030
77030
|
},
|
|
77031
77031
|
"name": "mavenEndpoint",
|
|
77032
77032
|
"optional": true,
|
|
@@ -77046,7 +77046,7 @@
|
|
|
77046
77046
|
"immutable": true,
|
|
77047
77047
|
"locationInModule": {
|
|
77048
77048
|
"filename": "src/release/publisher.ts",
|
|
77049
|
-
"line":
|
|
77049
|
+
"line": 1241
|
|
77050
77050
|
},
|
|
77051
77051
|
"name": "mavenGpgPrivateKeyPassphrase",
|
|
77052
77052
|
"optional": true,
|
|
@@ -77066,7 +77066,7 @@
|
|
|
77066
77066
|
"immutable": true,
|
|
77067
77067
|
"locationInModule": {
|
|
77068
77068
|
"filename": "src/release/publisher.ts",
|
|
77069
|
-
"line":
|
|
77069
|
+
"line": 1232
|
|
77070
77070
|
},
|
|
77071
77071
|
"name": "mavenGpgPrivateKeySecret",
|
|
77072
77072
|
"optional": true,
|
|
@@ -77086,7 +77086,7 @@
|
|
|
77086
77086
|
"immutable": true,
|
|
77087
77087
|
"locationInModule": {
|
|
77088
77088
|
"filename": "src/release/publisher.ts",
|
|
77089
|
-
"line":
|
|
77089
|
+
"line": 1267
|
|
77090
77090
|
},
|
|
77091
77091
|
"name": "mavenPassword",
|
|
77092
77092
|
"optional": true,
|
|
@@ -77104,7 +77104,7 @@
|
|
|
77104
77104
|
"immutable": true,
|
|
77105
77105
|
"locationInModule": {
|
|
77106
77106
|
"filename": "src/release/publisher.ts",
|
|
77107
|
-
"line":
|
|
77107
|
+
"line": 1222
|
|
77108
77108
|
},
|
|
77109
77109
|
"name": "mavenRepositoryUrl",
|
|
77110
77110
|
"optional": true,
|
|
@@ -77123,7 +77123,7 @@
|
|
|
77123
77123
|
"immutable": true,
|
|
77124
77124
|
"locationInModule": {
|
|
77125
77125
|
"filename": "src/release/publisher.ts",
|
|
77126
|
-
"line":
|
|
77126
|
+
"line": 1215
|
|
77127
77127
|
},
|
|
77128
77128
|
"name": "mavenServerId",
|
|
77129
77129
|
"optional": true,
|
|
@@ -77141,7 +77141,7 @@
|
|
|
77141
77141
|
"immutable": true,
|
|
77142
77142
|
"locationInModule": {
|
|
77143
77143
|
"filename": "src/release/publisher.ts",
|
|
77144
|
-
"line":
|
|
77144
|
+
"line": 1278
|
|
77145
77145
|
},
|
|
77146
77146
|
"name": "mavenStagingProfileId",
|
|
77147
77147
|
"optional": true,
|
|
@@ -77161,7 +77161,7 @@
|
|
|
77161
77161
|
"immutable": true,
|
|
77162
77162
|
"locationInModule": {
|
|
77163
77163
|
"filename": "src/release/publisher.ts",
|
|
77164
|
-
"line":
|
|
77164
|
+
"line": 1254
|
|
77165
77165
|
},
|
|
77166
77166
|
"name": "mavenUsername",
|
|
77167
77167
|
"optional": true,
|
|
@@ -77186,7 +77186,7 @@
|
|
|
77186
77186
|
"kind": "interface",
|
|
77187
77187
|
"locationInModule": {
|
|
77188
77188
|
"filename": "src/release/publisher.ts",
|
|
77189
|
-
"line":
|
|
77189
|
+
"line": 995
|
|
77190
77190
|
},
|
|
77191
77191
|
"name": "NpmPublishOptions",
|
|
77192
77192
|
"namespace": "release",
|
|
@@ -77201,7 +77201,7 @@
|
|
|
77201
77201
|
"immutable": true,
|
|
77202
77202
|
"locationInModule": {
|
|
77203
77203
|
"filename": "src/release/publisher.ts",
|
|
77204
|
-
"line":
|
|
77204
|
+
"line": 1048
|
|
77205
77205
|
},
|
|
77206
77206
|
"name": "codeArtifactOptions",
|
|
77207
77207
|
"optional": true,
|
|
@@ -77221,7 +77221,7 @@
|
|
|
77221
77221
|
"immutable": true,
|
|
77222
77222
|
"locationInModule": {
|
|
77223
77223
|
"filename": "src/release/publisher.ts",
|
|
77224
|
-
"line":
|
|
77224
|
+
"line": 1041
|
|
77225
77225
|
},
|
|
77226
77226
|
"name": "npmProvenance",
|
|
77227
77227
|
"optional": true,
|
|
@@ -77239,7 +77239,7 @@
|
|
|
77239
77239
|
"immutable": true,
|
|
77240
77240
|
"locationInModule": {
|
|
77241
77241
|
"filename": "src/release/publisher.ts",
|
|
77242
|
-
"line":
|
|
77242
|
+
"line": 1015
|
|
77243
77243
|
},
|
|
77244
77244
|
"name": "npmTokenSecret",
|
|
77245
77245
|
"optional": true,
|
|
@@ -77259,7 +77259,7 @@
|
|
|
77259
77259
|
"immutable": true,
|
|
77260
77260
|
"locationInModule": {
|
|
77261
77261
|
"filename": "src/release/publisher.ts",
|
|
77262
|
-
"line":
|
|
77262
|
+
"line": 1008
|
|
77263
77263
|
},
|
|
77264
77264
|
"name": "registry",
|
|
77265
77265
|
"optional": true,
|
|
@@ -77279,7 +77279,7 @@
|
|
|
77279
77279
|
"immutable": true,
|
|
77280
77280
|
"locationInModule": {
|
|
77281
77281
|
"filename": "src/release/publisher.ts",
|
|
77282
|
-
"line":
|
|
77282
|
+
"line": 1028
|
|
77283
77283
|
},
|
|
77284
77284
|
"name": "trustedPublishing",
|
|
77285
77285
|
"optional": true,
|
|
@@ -77304,7 +77304,7 @@
|
|
|
77304
77304
|
"kind": "interface",
|
|
77305
77305
|
"locationInModule": {
|
|
77306
77306
|
"filename": "src/release/publisher.ts",
|
|
77307
|
-
"line":
|
|
77307
|
+
"line": 1165
|
|
77308
77308
|
},
|
|
77309
77309
|
"name": "NugetPublishOptions",
|
|
77310
77310
|
"namespace": "release",
|
|
@@ -77319,7 +77319,7 @@
|
|
|
77319
77319
|
"immutable": true,
|
|
77320
77320
|
"locationInModule": {
|
|
77321
77321
|
"filename": "src/release/publisher.ts",
|
|
77322
|
-
"line":
|
|
77322
|
+
"line": 1171
|
|
77323
77323
|
},
|
|
77324
77324
|
"name": "nugetApiKeySecret",
|
|
77325
77325
|
"optional": true,
|
|
@@ -77336,7 +77336,7 @@
|
|
|
77336
77336
|
"immutable": true,
|
|
77337
77337
|
"locationInModule": {
|
|
77338
77338
|
"filename": "src/release/publisher.ts",
|
|
77339
|
-
"line":
|
|
77339
|
+
"line": 1176
|
|
77340
77340
|
},
|
|
77341
77341
|
"name": "nugetServer",
|
|
77342
77342
|
"optional": true,
|
|
@@ -77355,7 +77355,7 @@
|
|
|
77355
77355
|
"immutable": true,
|
|
77356
77356
|
"locationInModule": {
|
|
77357
77357
|
"filename": "src/release/publisher.ts",
|
|
77358
|
-
"line":
|
|
77358
|
+
"line": 1194
|
|
77359
77359
|
},
|
|
77360
77360
|
"name": "nugetUsernameSecret",
|
|
77361
77361
|
"optional": true,
|
|
@@ -77374,7 +77374,7 @@
|
|
|
77374
77374
|
"immutable": true,
|
|
77375
77375
|
"locationInModule": {
|
|
77376
77376
|
"filename": "src/release/publisher.ts",
|
|
77377
|
-
"line":
|
|
77377
|
+
"line": 1185
|
|
77378
77378
|
},
|
|
77379
77379
|
"name": "trustedPublishing",
|
|
77380
77380
|
"optional": true,
|
|
@@ -77528,7 +77528,7 @@
|
|
|
77528
77528
|
},
|
|
77529
77529
|
"locationInModule": {
|
|
77530
77530
|
"filename": "src/release/publisher.ts",
|
|
77531
|
-
"line":
|
|
77531
|
+
"line": 652
|
|
77532
77532
|
},
|
|
77533
77533
|
"name": "publishToGo",
|
|
77534
77534
|
"parameters": [
|
|
@@ -77979,7 +77979,7 @@
|
|
|
77979
77979
|
"kind": "interface",
|
|
77980
77980
|
"locationInModule": {
|
|
77981
77981
|
"filename": "src/release/publisher.ts",
|
|
77982
|
-
"line":
|
|
77982
|
+
"line": 1114
|
|
77983
77983
|
},
|
|
77984
77984
|
"name": "PyPiPublishOptions",
|
|
77985
77985
|
"namespace": "release",
|
|
@@ -77996,7 +77996,7 @@
|
|
|
77996
77996
|
"immutable": true,
|
|
77997
77997
|
"locationInModule": {
|
|
77998
77998
|
"filename": "src/release/publisher.ts",
|
|
77999
|
-
"line":
|
|
77999
|
+
"line": 1152
|
|
78000
78000
|
},
|
|
78001
78001
|
"name": "attestations",
|
|
78002
78002
|
"optional": true,
|
|
@@ -78014,7 +78014,7 @@
|
|
|
78014
78014
|
"immutable": true,
|
|
78015
78015
|
"locationInModule": {
|
|
78016
78016
|
"filename": "src/release/publisher.ts",
|
|
78017
|
-
"line":
|
|
78017
|
+
"line": 1159
|
|
78018
78018
|
},
|
|
78019
78019
|
"name": "codeArtifactOptions",
|
|
78020
78020
|
"optional": true,
|
|
@@ -78033,7 +78033,7 @@
|
|
|
78033
78033
|
"immutable": true,
|
|
78034
78034
|
"locationInModule": {
|
|
78035
78035
|
"filename": "src/release/publisher.ts",
|
|
78036
|
-
"line":
|
|
78036
|
+
"line": 1141
|
|
78037
78037
|
},
|
|
78038
78038
|
"name": "trustedPublishing",
|
|
78039
78039
|
"optional": true,
|
|
@@ -78051,7 +78051,7 @@
|
|
|
78051
78051
|
"immutable": true,
|
|
78052
78052
|
"locationInModule": {
|
|
78053
78053
|
"filename": "src/release/publisher.ts",
|
|
78054
|
-
"line":
|
|
78054
|
+
"line": 1132
|
|
78055
78055
|
},
|
|
78056
78056
|
"name": "twinePasswordSecret",
|
|
78057
78057
|
"optional": true,
|
|
@@ -78069,7 +78069,7 @@
|
|
|
78069
78069
|
"immutable": true,
|
|
78070
78070
|
"locationInModule": {
|
|
78071
78071
|
"filename": "src/release/publisher.ts",
|
|
78072
|
-
"line":
|
|
78072
|
+
"line": 1120
|
|
78073
78073
|
},
|
|
78074
78074
|
"name": "twineRegistryUrl",
|
|
78075
78075
|
"optional": true,
|
|
@@ -78087,7 +78087,7 @@
|
|
|
78087
78087
|
"immutable": true,
|
|
78088
78088
|
"locationInModule": {
|
|
78089
78089
|
"filename": "src/release/publisher.ts",
|
|
78090
|
-
"line":
|
|
78090
|
+
"line": 1126
|
|
78091
78091
|
},
|
|
78092
78092
|
"name": "twineUsernameSecret",
|
|
78093
78093
|
"optional": true,
|
|
@@ -83413,6 +83413,6 @@
|
|
|
83413
83413
|
"usedFeatures": [
|
|
83414
83414
|
"class-covariant-overrides"
|
|
83415
83415
|
],
|
|
83416
|
-
"version": "0.101.
|
|
83417
|
-
"fingerprint": "
|
|
83416
|
+
"version": "0.101.3",
|
|
83417
|
+
"fingerprint": "5oqOv/HukV9HDeLifLDy0W6tBez15QbRGG4UBx7reRg="
|
|
83418
83418
|
}
|
package/lib/ai-instructions.js
CHANGED
|
@@ -63,7 +63,7 @@ var AiAgent;
|
|
|
63
63
|
* ai.addInstructions("Always write comprehensive tests.");
|
|
64
64
|
*/
|
|
65
65
|
class AiInstructions extends component_1.Component {
|
|
66
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "projen.AiInstructions", version: "0.101.
|
|
66
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "projen.AiInstructions", version: "0.101.3" };
|
|
67
67
|
/**
|
|
68
68
|
* Returns projen-specific instructions for AI agents.
|
|
69
69
|
*/
|
|
@@ -167,7 +167,7 @@ class AiInstructions extends component_1.Component {
|
|
|
167
167
|
}
|
|
168
168
|
exports.AiInstructions = AiInstructions;
|
|
169
169
|
class AiInstructionsFile extends file_1.FileBase {
|
|
170
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "projen.AiInstructionsFile", version: "0.101.
|
|
170
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "projen.AiInstructionsFile", version: "0.101.3" };
|
|
171
171
|
instructions = [];
|
|
172
172
|
/**
|
|
173
173
|
* Adds instructions to the instruction file.
|