projen 0.36.7 → 0.36.8
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 -62
- package/API.md +8 -0
- package/lib/awscdk/auto-discover.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/java-app.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/awscdk-app-ts.js +1 -1
- package/lib/awscdk-construct.js +2 -2
- package/lib/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s-construct.js +1 -1
- package/lib/cdktf-construct.js +1 -1
- package/lib/component.js +1 -1
- package/lib/construct-lib.js +1 -1
- package/lib/deps/dependencies.js +1 -1
- package/lib/dev-env.js +1 -1
- package/lib/docker-compose.js +2 -2
- package/lib/eslint.js +1 -1
- package/lib/file.js +1 -1
- package/lib/git/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.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/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/npm-config.js +1 -1
- package/lib/javascript/projenrc.js +1 -1
- package/lib/jest.js +1 -1
- package/lib/jsii-project.js +1 -1
- package/lib/json/projenrc.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/node-package.js +1 -1
- package/lib/node-project.js +1 -1
- package/lib/object-file.js +1 -1
- package/lib/project-build.js +1 -1
- package/lib/project.js +2 -2
- package/lib/projects.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 +8 -0
- package/lib/release/publisher.js +6 -3
- package/lib/release/release-trigger.d.ts +19 -0
- package/lib/release/release-trigger.js +7 -2
- package/lib/release/release.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/tasks/runtime.js +1 -1
- package/lib/tasks/task.js +1 -1
- package/lib/tasks/tasks.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-config.js +1 -1
- package/lib/typescript.js +3 -3
- package/lib/upgrade-dependencies.js +2 -2
- 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/package.json +1 -1
package/.jsii
CHANGED
|
@@ -29379,7 +29379,7 @@
|
|
|
29379
29379
|
"kind": "interface",
|
|
29380
29380
|
"locationInModule": {
|
|
29381
29381
|
"filename": "src/release/publisher.ts",
|
|
29382
|
-
"line":
|
|
29382
|
+
"line": 499
|
|
29383
29383
|
},
|
|
29384
29384
|
"name": "CodeArtifactOptions",
|
|
29385
29385
|
"namespace": "release",
|
|
@@ -29395,7 +29395,7 @@
|
|
|
29395
29395
|
"immutable": true,
|
|
29396
29396
|
"locationInModule": {
|
|
29397
29397
|
"filename": "src/release/publisher.ts",
|
|
29398
|
-
"line":
|
|
29398
|
+
"line": 506
|
|
29399
29399
|
},
|
|
29400
29400
|
"name": "accessKeyIdSecret",
|
|
29401
29401
|
"optional": true,
|
|
@@ -29413,7 +29413,7 @@
|
|
|
29413
29413
|
"immutable": true,
|
|
29414
29414
|
"locationInModule": {
|
|
29415
29415
|
"filename": "src/release/publisher.ts",
|
|
29416
|
-
"line":
|
|
29416
|
+
"line": 522
|
|
29417
29417
|
},
|
|
29418
29418
|
"name": "roleToAssume",
|
|
29419
29419
|
"optional": true,
|
|
@@ -29432,7 +29432,7 @@
|
|
|
29432
29432
|
"immutable": true,
|
|
29433
29433
|
"locationInModule": {
|
|
29434
29434
|
"filename": "src/release/publisher.ts",
|
|
29435
|
-
"line":
|
|
29435
|
+
"line": 514
|
|
29436
29436
|
},
|
|
29437
29437
|
"name": "secretAccessKeySecret",
|
|
29438
29438
|
"optional": true,
|
|
@@ -29454,7 +29454,7 @@
|
|
|
29454
29454
|
"kind": "interface",
|
|
29455
29455
|
"locationInModule": {
|
|
29456
29456
|
"filename": "src/release/publisher.ts",
|
|
29457
|
-
"line":
|
|
29457
|
+
"line": 743
|
|
29458
29458
|
},
|
|
29459
29459
|
"name": "GitHubReleasesPublishOptions",
|
|
29460
29460
|
"namespace": "release",
|
|
@@ -29469,7 +29469,7 @@
|
|
|
29469
29469
|
"immutable": true,
|
|
29470
29470
|
"locationInModule": {
|
|
29471
29471
|
"filename": "src/release/publisher.ts",
|
|
29472
|
-
"line":
|
|
29472
|
+
"line": 728
|
|
29473
29473
|
},
|
|
29474
29474
|
"name": "changelogFile",
|
|
29475
29475
|
"type": {
|
|
@@ -29486,7 +29486,7 @@
|
|
|
29486
29486
|
"immutable": true,
|
|
29487
29487
|
"locationInModule": {
|
|
29488
29488
|
"filename": "src/release/publisher.ts",
|
|
29489
|
-
"line":
|
|
29489
|
+
"line": 721
|
|
29490
29490
|
},
|
|
29491
29491
|
"name": "releaseTagFile",
|
|
29492
29492
|
"type": {
|
|
@@ -29503,7 +29503,7 @@
|
|
|
29503
29503
|
"immutable": true,
|
|
29504
29504
|
"locationInModule": {
|
|
29505
29505
|
"filename": "src/release/publisher.ts",
|
|
29506
|
-
"line":
|
|
29506
|
+
"line": 714
|
|
29507
29507
|
},
|
|
29508
29508
|
"name": "versionFile",
|
|
29509
29509
|
"type": {
|
|
@@ -29524,7 +29524,7 @@
|
|
|
29524
29524
|
"kind": "interface",
|
|
29525
29525
|
"locationInModule": {
|
|
29526
29526
|
"filename": "src/release/publisher.ts",
|
|
29527
|
-
"line":
|
|
29527
|
+
"line": 748
|
|
29528
29528
|
},
|
|
29529
29529
|
"name": "GitPublishOptions",
|
|
29530
29530
|
"namespace": "release",
|
|
@@ -29539,7 +29539,7 @@
|
|
|
29539
29539
|
"immutable": true,
|
|
29540
29540
|
"locationInModule": {
|
|
29541
29541
|
"filename": "src/release/publisher.ts",
|
|
29542
|
-
"line":
|
|
29542
|
+
"line": 728
|
|
29543
29543
|
},
|
|
29544
29544
|
"name": "changelogFile",
|
|
29545
29545
|
"type": {
|
|
@@ -29556,7 +29556,7 @@
|
|
|
29556
29556
|
"immutable": true,
|
|
29557
29557
|
"locationInModule": {
|
|
29558
29558
|
"filename": "src/release/publisher.ts",
|
|
29559
|
-
"line":
|
|
29559
|
+
"line": 721
|
|
29560
29560
|
},
|
|
29561
29561
|
"name": "releaseTagFile",
|
|
29562
29562
|
"type": {
|
|
@@ -29573,7 +29573,7 @@
|
|
|
29573
29573
|
"immutable": true,
|
|
29574
29574
|
"locationInModule": {
|
|
29575
29575
|
"filename": "src/release/publisher.ts",
|
|
29576
|
-
"line":
|
|
29576
|
+
"line": 714
|
|
29577
29577
|
},
|
|
29578
29578
|
"name": "versionFile",
|
|
29579
29579
|
"type": {
|
|
@@ -29590,7 +29590,7 @@
|
|
|
29590
29590
|
"immutable": true,
|
|
29591
29591
|
"locationInModule": {
|
|
29592
29592
|
"filename": "src/release/publisher.ts",
|
|
29593
|
-
"line":
|
|
29593
|
+
"line": 759
|
|
29594
29594
|
},
|
|
29595
29595
|
"name": "gitBranch",
|
|
29596
29596
|
"optional": true,
|
|
@@ -29598,6 +29598,24 @@
|
|
|
29598
29598
|
"primitive": "string"
|
|
29599
29599
|
}
|
|
29600
29600
|
},
|
|
29601
|
+
{
|
|
29602
|
+
"abstract": true,
|
|
29603
|
+
"docs": {
|
|
29604
|
+
"remarks": "Set to an empty string to disable pushing.",
|
|
29605
|
+
"stability": "experimental",
|
|
29606
|
+
"summary": "Override git-push command."
|
|
29607
|
+
},
|
|
29608
|
+
"immutable": true,
|
|
29609
|
+
"locationInModule": {
|
|
29610
|
+
"filename": "src/release/publisher.ts",
|
|
29611
|
+
"line": 766
|
|
29612
|
+
},
|
|
29613
|
+
"name": "gitPushCommand",
|
|
29614
|
+
"optional": true,
|
|
29615
|
+
"type": {
|
|
29616
|
+
"primitive": "string"
|
|
29617
|
+
}
|
|
29618
|
+
},
|
|
29601
29619
|
{
|
|
29602
29620
|
"abstract": true,
|
|
29603
29621
|
"docs": {
|
|
@@ -29607,7 +29625,7 @@
|
|
|
29607
29625
|
"immutable": true,
|
|
29608
29626
|
"locationInModule": {
|
|
29609
29627
|
"filename": "src/release/publisher.ts",
|
|
29610
|
-
"line":
|
|
29628
|
+
"line": 752
|
|
29611
29629
|
},
|
|
29612
29630
|
"name": "projectChangelogFile",
|
|
29613
29631
|
"optional": true,
|
|
@@ -29629,7 +29647,7 @@
|
|
|
29629
29647
|
"kind": "interface",
|
|
29630
29648
|
"locationInModule": {
|
|
29631
29649
|
"filename": "src/release/publisher.ts",
|
|
29632
|
-
"line":
|
|
29650
|
+
"line": 665
|
|
29633
29651
|
},
|
|
29634
29652
|
"name": "GoPublishOptions",
|
|
29635
29653
|
"namespace": "release",
|
|
@@ -29644,7 +29662,7 @@
|
|
|
29644
29662
|
"immutable": true,
|
|
29645
29663
|
"locationInModule": {
|
|
29646
29664
|
"filename": "src/release/publisher.ts",
|
|
29647
|
-
"line":
|
|
29665
|
+
"line": 686
|
|
29648
29666
|
},
|
|
29649
29667
|
"name": "gitBranch",
|
|
29650
29668
|
"optional": true,
|
|
@@ -29662,7 +29680,7 @@
|
|
|
29662
29680
|
"immutable": true,
|
|
29663
29681
|
"locationInModule": {
|
|
29664
29682
|
"filename": "src/release/publisher.ts",
|
|
29665
|
-
"line":
|
|
29683
|
+
"line": 705
|
|
29666
29684
|
},
|
|
29667
29685
|
"name": "gitCommitMessage",
|
|
29668
29686
|
"optional": true,
|
|
@@ -29680,7 +29698,7 @@
|
|
|
29680
29698
|
"immutable": true,
|
|
29681
29699
|
"locationInModule": {
|
|
29682
29700
|
"filename": "src/release/publisher.ts",
|
|
29683
|
-
"line":
|
|
29701
|
+
"line": 679
|
|
29684
29702
|
},
|
|
29685
29703
|
"name": "githubRepo",
|
|
29686
29704
|
"optional": true,
|
|
@@ -29698,7 +29716,7 @@
|
|
|
29698
29716
|
"immutable": true,
|
|
29699
29717
|
"locationInModule": {
|
|
29700
29718
|
"filename": "src/release/publisher.ts",
|
|
29701
|
-
"line":
|
|
29719
|
+
"line": 672
|
|
29702
29720
|
},
|
|
29703
29721
|
"name": "githubTokenSecret",
|
|
29704
29722
|
"optional": true,
|
|
@@ -29719,7 +29737,7 @@
|
|
|
29719
29737
|
"immutable": true,
|
|
29720
29738
|
"locationInModule": {
|
|
29721
29739
|
"filename": "src/release/publisher.ts",
|
|
29722
|
-
"line":
|
|
29740
|
+
"line": 698
|
|
29723
29741
|
},
|
|
29724
29742
|
"name": "gitUserEmail",
|
|
29725
29743
|
"optional": true,
|
|
@@ -29737,7 +29755,7 @@
|
|
|
29737
29755
|
"immutable": true,
|
|
29738
29756
|
"locationInModule": {
|
|
29739
29757
|
"filename": "src/release/publisher.ts",
|
|
29740
|
-
"line":
|
|
29758
|
+
"line": 692
|
|
29741
29759
|
},
|
|
29742
29760
|
"name": "gitUserName",
|
|
29743
29761
|
"optional": true,
|
|
@@ -29762,7 +29780,7 @@
|
|
|
29762
29780
|
"kind": "interface",
|
|
29763
29781
|
"locationInModule": {
|
|
29764
29782
|
"filename": "src/release/publisher.ts",
|
|
29765
|
-
"line":
|
|
29783
|
+
"line": 574
|
|
29766
29784
|
},
|
|
29767
29785
|
"name": "JsiiReleaseMaven",
|
|
29768
29786
|
"namespace": "release",
|
|
@@ -29782,7 +29800,7 @@
|
|
|
29782
29800
|
"kind": "interface",
|
|
29783
29801
|
"locationInModule": {
|
|
29784
29802
|
"filename": "src/release/publisher.ts",
|
|
29785
|
-
"line":
|
|
29803
|
+
"line": 447
|
|
29786
29804
|
},
|
|
29787
29805
|
"name": "JsiiReleaseNpm",
|
|
29788
29806
|
"namespace": "release",
|
|
@@ -29802,7 +29820,7 @@
|
|
|
29802
29820
|
"kind": "interface",
|
|
29803
29821
|
"locationInModule": {
|
|
29804
29822
|
"filename": "src/release/publisher.ts",
|
|
29805
|
-
"line":
|
|
29823
|
+
"line": 557
|
|
29806
29824
|
},
|
|
29807
29825
|
"name": "JsiiReleaseNuget",
|
|
29808
29826
|
"namespace": "release",
|
|
@@ -29822,7 +29840,7 @@
|
|
|
29822
29840
|
"kind": "interface",
|
|
29823
29841
|
"locationInModule": {
|
|
29824
29842
|
"filename": "src/release/publisher.ts",
|
|
29825
|
-
"line":
|
|
29843
|
+
"line": 528
|
|
29826
29844
|
},
|
|
29827
29845
|
"name": "JsiiReleasePyPi",
|
|
29828
29846
|
"namespace": "release",
|
|
@@ -29879,6 +29897,24 @@
|
|
|
29879
29897
|
"type": {
|
|
29880
29898
|
"primitive": "string"
|
|
29881
29899
|
}
|
|
29900
|
+
},
|
|
29901
|
+
{
|
|
29902
|
+
"abstract": true,
|
|
29903
|
+
"docs": {
|
|
29904
|
+
"remarks": "Set to an empty string to disable pushing.",
|
|
29905
|
+
"stability": "experimental",
|
|
29906
|
+
"summary": "Override git-push command."
|
|
29907
|
+
},
|
|
29908
|
+
"immutable": true,
|
|
29909
|
+
"locationInModule": {
|
|
29910
|
+
"filename": "src/release/release-trigger.ts",
|
|
29911
|
+
"line": 34
|
|
29912
|
+
},
|
|
29913
|
+
"name": "gitPushCommand",
|
|
29914
|
+
"optional": true,
|
|
29915
|
+
"type": {
|
|
29916
|
+
"primitive": "string"
|
|
29917
|
+
}
|
|
29882
29918
|
}
|
|
29883
29919
|
],
|
|
29884
29920
|
"symbolId": "src/release/release-trigger:ManualReleaseOptions"
|
|
@@ -29894,7 +29930,7 @@
|
|
|
29894
29930
|
"kind": "interface",
|
|
29895
29931
|
"locationInModule": {
|
|
29896
29932
|
"filename": "src/release/publisher.ts",
|
|
29897
|
-
"line":
|
|
29933
|
+
"line": 579
|
|
29898
29934
|
},
|
|
29899
29935
|
"name": "MavenPublishOptions",
|
|
29900
29936
|
"namespace": "release",
|
|
@@ -29910,7 +29946,7 @@
|
|
|
29910
29946
|
"immutable": true,
|
|
29911
29947
|
"locationInModule": {
|
|
29912
29948
|
"filename": "src/release/publisher.ts",
|
|
29913
|
-
"line":
|
|
29949
|
+
"line": 585
|
|
29914
29950
|
},
|
|
29915
29951
|
"name": "mavenEndpoint",
|
|
29916
29952
|
"optional": true,
|
|
@@ -29930,7 +29966,7 @@
|
|
|
29930
29966
|
"immutable": true,
|
|
29931
29967
|
"locationInModule": {
|
|
29932
29968
|
"filename": "src/release/publisher.ts",
|
|
29933
|
-
"line":
|
|
29969
|
+
"line": 618
|
|
29934
29970
|
},
|
|
29935
29971
|
"name": "mavenGpgPrivateKeyPassphrase",
|
|
29936
29972
|
"optional": true,
|
|
@@ -29950,7 +29986,7 @@
|
|
|
29950
29986
|
"immutable": true,
|
|
29951
29987
|
"locationInModule": {
|
|
29952
29988
|
"filename": "src/release/publisher.ts",
|
|
29953
|
-
"line":
|
|
29989
|
+
"line": 609
|
|
29954
29990
|
},
|
|
29955
29991
|
"name": "mavenGpgPrivateKeySecret",
|
|
29956
29992
|
"optional": true,
|
|
@@ -29970,7 +30006,7 @@
|
|
|
29970
30006
|
"immutable": true,
|
|
29971
30007
|
"locationInModule": {
|
|
29972
30008
|
"filename": "src/release/publisher.ts",
|
|
29973
|
-
"line":
|
|
30009
|
+
"line": 644
|
|
29974
30010
|
},
|
|
29975
30011
|
"name": "mavenPassword",
|
|
29976
30012
|
"optional": true,
|
|
@@ -29988,7 +30024,7 @@
|
|
|
29988
30024
|
"immutable": true,
|
|
29989
30025
|
"locationInModule": {
|
|
29990
30026
|
"filename": "src/release/publisher.ts",
|
|
29991
|
-
"line":
|
|
30027
|
+
"line": 599
|
|
29992
30028
|
},
|
|
29993
30029
|
"name": "mavenRepositoryUrl",
|
|
29994
30030
|
"optional": true,
|
|
@@ -30006,7 +30042,7 @@
|
|
|
30006
30042
|
"immutable": true,
|
|
30007
30043
|
"locationInModule": {
|
|
30008
30044
|
"filename": "src/release/publisher.ts",
|
|
30009
|
-
"line":
|
|
30045
|
+
"line": 592
|
|
30010
30046
|
},
|
|
30011
30047
|
"name": "mavenServerId",
|
|
30012
30048
|
"optional": true,
|
|
@@ -30024,7 +30060,7 @@
|
|
|
30024
30060
|
"immutable": true,
|
|
30025
30061
|
"locationInModule": {
|
|
30026
30062
|
"filename": "src/release/publisher.ts",
|
|
30027
|
-
"line":
|
|
30063
|
+
"line": 655
|
|
30028
30064
|
},
|
|
30029
30065
|
"name": "mavenStagingProfileId",
|
|
30030
30066
|
"optional": true,
|
|
@@ -30044,7 +30080,7 @@
|
|
|
30044
30080
|
"immutable": true,
|
|
30045
30081
|
"locationInModule": {
|
|
30046
30082
|
"filename": "src/release/publisher.ts",
|
|
30047
|
-
"line":
|
|
30083
|
+
"line": 631
|
|
30048
30084
|
},
|
|
30049
30085
|
"name": "mavenUsername",
|
|
30050
30086
|
"optional": true,
|
|
@@ -30066,7 +30102,7 @@
|
|
|
30066
30102
|
"kind": "interface",
|
|
30067
30103
|
"locationInModule": {
|
|
30068
30104
|
"filename": "src/release/publisher.ts",
|
|
30069
|
-
"line":
|
|
30105
|
+
"line": 452
|
|
30070
30106
|
},
|
|
30071
30107
|
"name": "NpmPublishOptions",
|
|
30072
30108
|
"namespace": "release",
|
|
@@ -30081,7 +30117,7 @@
|
|
|
30081
30117
|
"immutable": true,
|
|
30082
30118
|
"locationInModule": {
|
|
30083
30119
|
"filename": "src/release/publisher.ts",
|
|
30084
|
-
"line":
|
|
30120
|
+
"line": 496
|
|
30085
30121
|
},
|
|
30086
30122
|
"name": "codeArtifactOptions",
|
|
30087
30123
|
"optional": true,
|
|
@@ -30100,7 +30136,7 @@
|
|
|
30100
30136
|
"immutable": true,
|
|
30101
30137
|
"locationInModule": {
|
|
30102
30138
|
"filename": "src/release/publisher.ts",
|
|
30103
|
-
"line":
|
|
30139
|
+
"line": 469
|
|
30104
30140
|
},
|
|
30105
30141
|
"name": "distTag",
|
|
30106
30142
|
"optional": true,
|
|
@@ -30118,7 +30154,7 @@
|
|
|
30118
30154
|
"immutable": true,
|
|
30119
30155
|
"locationInModule": {
|
|
30120
30156
|
"filename": "src/release/publisher.ts",
|
|
30121
|
-
"line":
|
|
30157
|
+
"line": 489
|
|
30122
30158
|
},
|
|
30123
30159
|
"name": "npmTokenSecret",
|
|
30124
30160
|
"optional": true,
|
|
@@ -30138,7 +30174,7 @@
|
|
|
30138
30174
|
"immutable": true,
|
|
30139
30175
|
"locationInModule": {
|
|
30140
30176
|
"filename": "src/release/publisher.ts",
|
|
30141
|
-
"line":
|
|
30177
|
+
"line": 483
|
|
30142
30178
|
},
|
|
30143
30179
|
"name": "registry",
|
|
30144
30180
|
"optional": true,
|
|
@@ -30160,7 +30196,7 @@
|
|
|
30160
30196
|
"kind": "interface",
|
|
30161
30197
|
"locationInModule": {
|
|
30162
30198
|
"filename": "src/release/publisher.ts",
|
|
30163
|
-
"line":
|
|
30199
|
+
"line": 562
|
|
30164
30200
|
},
|
|
30165
30201
|
"name": "NugetPublishOptions",
|
|
30166
30202
|
"namespace": "release",
|
|
@@ -30175,7 +30211,7 @@
|
|
|
30175
30211
|
"immutable": true,
|
|
30176
30212
|
"locationInModule": {
|
|
30177
30213
|
"filename": "src/release/publisher.ts",
|
|
30178
|
-
"line":
|
|
30214
|
+
"line": 568
|
|
30179
30215
|
},
|
|
30180
30216
|
"name": "nugetApiKeySecret",
|
|
30181
30217
|
"optional": true,
|
|
@@ -30262,7 +30298,7 @@
|
|
|
30262
30298
|
},
|
|
30263
30299
|
"locationInModule": {
|
|
30264
30300
|
"filename": "src/release/publisher.ts",
|
|
30265
|
-
"line":
|
|
30301
|
+
"line": 144
|
|
30266
30302
|
},
|
|
30267
30303
|
"name": "publishToGitHubReleases",
|
|
30268
30304
|
"parameters": [
|
|
@@ -30284,7 +30320,7 @@
|
|
|
30284
30320
|
},
|
|
30285
30321
|
"locationInModule": {
|
|
30286
30322
|
"filename": "src/release/publisher.ts",
|
|
30287
|
-
"line":
|
|
30323
|
+
"line": 294
|
|
30288
30324
|
},
|
|
30289
30325
|
"name": "publishToGo",
|
|
30290
30326
|
"parameters": [
|
|
@@ -30307,7 +30343,7 @@
|
|
|
30307
30343
|
},
|
|
30308
30344
|
"locationInModule": {
|
|
30309
30345
|
"filename": "src/release/publisher.ts",
|
|
30310
|
-
"line":
|
|
30346
|
+
"line": 237
|
|
30311
30347
|
},
|
|
30312
30348
|
"name": "publishToMaven",
|
|
30313
30349
|
"parameters": [
|
|
@@ -30330,7 +30366,7 @@
|
|
|
30330
30366
|
},
|
|
30331
30367
|
"locationInModule": {
|
|
30332
30368
|
"filename": "src/release/publisher.ts",
|
|
30333
|
-
"line":
|
|
30369
|
+
"line": 189
|
|
30334
30370
|
},
|
|
30335
30371
|
"name": "publishToNpm",
|
|
30336
30372
|
"parameters": [
|
|
@@ -30353,7 +30389,7 @@
|
|
|
30353
30389
|
},
|
|
30354
30390
|
"locationInModule": {
|
|
30355
30391
|
"filename": "src/release/publisher.ts",
|
|
30356
|
-
"line":
|
|
30392
|
+
"line": 221
|
|
30357
30393
|
},
|
|
30358
30394
|
"name": "publishToNuget",
|
|
30359
30395
|
"parameters": [
|
|
@@ -30376,7 +30412,7 @@
|
|
|
30376
30412
|
},
|
|
30377
30413
|
"locationInModule": {
|
|
30378
30414
|
"filename": "src/release/publisher.ts",
|
|
30379
|
-
"line":
|
|
30415
|
+
"line": 274
|
|
30380
30416
|
},
|
|
30381
30417
|
"name": "publishToPyPi",
|
|
30382
30418
|
"parameters": [
|
|
@@ -30617,7 +30653,7 @@
|
|
|
30617
30653
|
"kind": "interface",
|
|
30618
30654
|
"locationInModule": {
|
|
30619
30655
|
"filename": "src/release/publisher.ts",
|
|
30620
|
-
"line":
|
|
30656
|
+
"line": 533
|
|
30621
30657
|
},
|
|
30622
30658
|
"name": "PyPiPublishOptions",
|
|
30623
30659
|
"namespace": "release",
|
|
@@ -30632,7 +30668,7 @@
|
|
|
30632
30668
|
"immutable": true,
|
|
30633
30669
|
"locationInModule": {
|
|
30634
30670
|
"filename": "src/release/publisher.ts",
|
|
30635
|
-
"line":
|
|
30671
|
+
"line": 551
|
|
30636
30672
|
},
|
|
30637
30673
|
"name": "twinePasswordSecret",
|
|
30638
30674
|
"optional": true,
|
|
@@ -30650,7 +30686,7 @@
|
|
|
30650
30686
|
"immutable": true,
|
|
30651
30687
|
"locationInModule": {
|
|
30652
30688
|
"filename": "src/release/publisher.ts",
|
|
30653
|
-
"line":
|
|
30689
|
+
"line": 539
|
|
30654
30690
|
},
|
|
30655
30691
|
"name": "twineRegistryUrl",
|
|
30656
30692
|
"optional": true,
|
|
@@ -30668,7 +30704,7 @@
|
|
|
30668
30704
|
"immutable": true,
|
|
30669
30705
|
"locationInModule": {
|
|
30670
30706
|
"filename": "src/release/publisher.ts",
|
|
30671
|
-
"line":
|
|
30707
|
+
"line": 545
|
|
30672
30708
|
},
|
|
30673
30709
|
"name": "twineUsernameSecret",
|
|
30674
30710
|
"optional": true,
|
|
@@ -31271,7 +31307,7 @@
|
|
|
31271
31307
|
"kind": "class",
|
|
31272
31308
|
"locationInModule": {
|
|
31273
31309
|
"filename": "src/release/release-trigger.ts",
|
|
31274
|
-
"line":
|
|
31310
|
+
"line": 73
|
|
31275
31311
|
},
|
|
31276
31312
|
"methods": [
|
|
31277
31313
|
{
|
|
@@ -31282,7 +31318,7 @@
|
|
|
31282
31318
|
},
|
|
31283
31319
|
"locationInModule": {
|
|
31284
31320
|
"filename": "src/release/release-trigger.ts",
|
|
31285
|
-
"line":
|
|
31321
|
+
"line": 122
|
|
31286
31322
|
},
|
|
31287
31323
|
"name": "continuous",
|
|
31288
31324
|
"returns": {
|
|
@@ -31294,13 +31330,13 @@
|
|
|
31294
31330
|
},
|
|
31295
31331
|
{
|
|
31296
31332
|
"docs": {
|
|
31297
|
-
"remarks": "Use this option if you want totally manual releases.\n\nThis will give you a release task that, in addition to the normal\nrelease activities will trigger a `publish:git` task. This task will\nhandle project-level changelog management, release tagging, and pushing\nthese artifacts to origin.\n\nSimply run `yarn release` to trigger a manual release.",
|
|
31333
|
+
"remarks": "Use this option if you want totally manual releases.\n\nThis will give you a release task that, in addition to the normal\nrelease activities will trigger a `publish:git` task. This task will\nhandle project-level changelog management, release tagging, and pushing\nthese artifacts to origin.\n\nThe command used for pushing can be customised by specifying\n`gitPushCommand`. Set to an empty string to disable pushing entirely.\n\nSimply run `yarn release` to trigger a manual release.",
|
|
31298
31334
|
"stability": "experimental",
|
|
31299
31335
|
"summary": "Creates a manual release trigger."
|
|
31300
31336
|
},
|
|
31301
31337
|
"locationInModule": {
|
|
31302
31338
|
"filename": "src/release/release-trigger.ts",
|
|
31303
|
-
"line":
|
|
31339
|
+
"line": 91
|
|
31304
31340
|
},
|
|
31305
31341
|
"name": "manual",
|
|
31306
31342
|
"parameters": [
|
|
@@ -31330,7 +31366,7 @@
|
|
|
31330
31366
|
},
|
|
31331
31367
|
"locationInModule": {
|
|
31332
31368
|
"filename": "src/release/release-trigger.ts",
|
|
31333
|
-
"line":
|
|
31369
|
+
"line": 111
|
|
31334
31370
|
},
|
|
31335
31371
|
"name": "scheduled",
|
|
31336
31372
|
"parameters": [
|
|
@@ -31363,7 +31399,7 @@
|
|
|
31363
31399
|
"immutable": true,
|
|
31364
31400
|
"locationInModule": {
|
|
31365
31401
|
"filename": "src/release/release-trigger.ts",
|
|
31366
|
-
"line":
|
|
31402
|
+
"line": 145
|
|
31367
31403
|
},
|
|
31368
31404
|
"name": "isContinuous",
|
|
31369
31405
|
"type": {
|
|
@@ -31378,7 +31414,7 @@
|
|
|
31378
31414
|
"immutable": true,
|
|
31379
31415
|
"locationInModule": {
|
|
31380
31416
|
"filename": "src/release/release-trigger.ts",
|
|
31381
|
-
"line":
|
|
31417
|
+
"line": 164
|
|
31382
31418
|
},
|
|
31383
31419
|
"name": "isManual",
|
|
31384
31420
|
"type": {
|
|
@@ -31393,7 +31429,7 @@
|
|
|
31393
31429
|
"immutable": true,
|
|
31394
31430
|
"locationInModule": {
|
|
31395
31431
|
"filename": "src/release/release-trigger.ts",
|
|
31396
|
-
"line":
|
|
31432
|
+
"line": 131
|
|
31397
31433
|
},
|
|
31398
31434
|
"name": "changelogPath",
|
|
31399
31435
|
"optional": true,
|
|
@@ -31401,6 +31437,23 @@
|
|
|
31401
31437
|
"primitive": "string"
|
|
31402
31438
|
}
|
|
31403
31439
|
},
|
|
31440
|
+
{
|
|
31441
|
+
"docs": {
|
|
31442
|
+
"remarks": "Set to an empty string to disable pushing.",
|
|
31443
|
+
"stability": "experimental",
|
|
31444
|
+
"summary": "Override git-push command used when releasing manually."
|
|
31445
|
+
},
|
|
31446
|
+
"immutable": true,
|
|
31447
|
+
"locationInModule": {
|
|
31448
|
+
"filename": "src/release/release-trigger.ts",
|
|
31449
|
+
"line": 152
|
|
31450
|
+
},
|
|
31451
|
+
"name": "gitPushCommand",
|
|
31452
|
+
"optional": true,
|
|
31453
|
+
"type": {
|
|
31454
|
+
"primitive": "string"
|
|
31455
|
+
}
|
|
31456
|
+
},
|
|
31404
31457
|
{
|
|
31405
31458
|
"docs": {
|
|
31406
31459
|
"example": "'0 17 * * *' - every day at 5 pm",
|
|
@@ -31411,7 +31464,7 @@
|
|
|
31411
31464
|
"immutable": true,
|
|
31412
31465
|
"locationInModule": {
|
|
31413
31466
|
"filename": "src/release/release-trigger.ts",
|
|
31414
|
-
"line":
|
|
31467
|
+
"line": 140
|
|
31415
31468
|
},
|
|
31416
31469
|
"name": "schedule",
|
|
31417
31470
|
"optional": true,
|
|
@@ -34601,6 +34654,6 @@
|
|
|
34601
34654
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
34602
34655
|
}
|
|
34603
34656
|
},
|
|
34604
|
-
"version": "0.36.
|
|
34605
|
-
"fingerprint": "
|
|
34657
|
+
"version": "0.36.8",
|
|
34658
|
+
"fingerprint": "uvLHTUiZ5pqBPN5EcdIVJ57t6c9H35NCTgMlvpBIWDI="
|
|
34606
34659
|
}
|
package/API.md
CHANGED
|
@@ -7324,6 +7324,7 @@ publishToGit(options: GitPublishOptions): Task
|
|
|
7324
7324
|
* **releaseTagFile** (<code>string</code>) The location of a text file (relative to `dist/`) that contains the release tag.
|
|
7325
7325
|
* **versionFile** (<code>string</code>) The location of a text file (relative to `dist/`) that contains the version number.
|
|
7326
7326
|
* **gitBranch** (<code>string</code>) Branch to push to. __*Default*__: "main"
|
|
7327
|
+
* **gitPushCommand** (<code>string</code>) Override git-push command. __*Optional*__
|
|
7327
7328
|
* **projectChangelogFile** (<code>string</code>) The location of an .md file that includes the project-level changelog. __*Optional*__
|
|
7328
7329
|
|
|
7329
7330
|
__Returns__:
|
|
@@ -7558,6 +7559,7 @@ Name | Type | Description
|
|
|
7558
7559
|
**isContinuous**🔹 | <code>boolean</code> | Whether or not this is a continuous release.
|
|
7559
7560
|
**isManual**🔹 | <code>boolean</code> | Whether or not this is a manual release trigger.
|
|
7560
7561
|
**changelogPath**?🔹 | <code>string</code> | Project-level changelog file path.<br/>__*Optional*__
|
|
7562
|
+
**gitPushCommand**?🔹 | <code>string</code> | Override git-push command used when releasing manually.<br/>__*Optional*__
|
|
7561
7563
|
**schedule**?🔹 | <code>string</code> | Cron schedule for releases.<br/>__*Optional*__
|
|
7562
7564
|
|
|
7563
7565
|
### Methods
|
|
@@ -7588,6 +7590,9 @@ release activities will trigger a `publish:git` task. This task will
|
|
|
7588
7590
|
handle project-level changelog management, release tagging, and pushing
|
|
7589
7591
|
these artifacts to origin.
|
|
7590
7592
|
|
|
7593
|
+
The command used for pushing can be customised by specifying
|
|
7594
|
+
`gitPushCommand`. Set to an empty string to disable pushing entirely.
|
|
7595
|
+
|
|
7591
7596
|
Simply run `yarn release` to trigger a manual release.
|
|
7592
7597
|
|
|
7593
7598
|
```ts
|
|
@@ -7597,6 +7602,7 @@ static manual(options?: ManualReleaseOptions): ReleaseTrigger
|
|
|
7597
7602
|
* **options** (<code>[release.ManualReleaseOptions](#projen-release-manualreleaseoptions)</code>) release options.
|
|
7598
7603
|
* **changelog** (<code>boolean</code>) Maintain a project-level changelog. __*Default*__: true
|
|
7599
7604
|
* **changelogPath** (<code>string</code>) Project-level changelog file path. __*Default*__: 'CHANGELOG.md'
|
|
7605
|
+
* **gitPushCommand** (<code>string</code>) Override git-push command. __*Optional*__
|
|
7600
7606
|
|
|
7601
7607
|
__Returns__:
|
|
7602
7608
|
* <code>[release.ReleaseTrigger](#projen-release-releasetrigger)</code>
|
|
@@ -12957,6 +12963,7 @@ Name | Type | Description
|
|
|
12957
12963
|
**releaseTagFile**🔹 | <code>string</code> | The location of a text file (relative to `dist/`) that contains the release tag.
|
|
12958
12964
|
**versionFile**🔹 | <code>string</code> | The location of a text file (relative to `dist/`) that contains the version number.
|
|
12959
12965
|
**gitBranch**?🔹 | <code>string</code> | Branch to push to.<br/>__*Default*__: "main"
|
|
12966
|
+
**gitPushCommand**?🔹 | <code>string</code> | Override git-push command.<br/>__*Optional*__
|
|
12960
12967
|
**projectChangelogFile**?🔹 | <code>string</code> | The location of an .md file that includes the project-level changelog.<br/>__*Optional*__
|
|
12961
12968
|
|
|
12962
12969
|
|
|
@@ -13054,6 +13061,7 @@ Name | Type | Description
|
|
|
13054
13061
|
-----|------|-------------
|
|
13055
13062
|
**changelog**?🔹 | <code>boolean</code> | Maintain a project-level changelog.<br/>__*Default*__: true
|
|
13056
13063
|
**changelogPath**?🔹 | <code>string</code> | Project-level changelog file path.<br/>__*Default*__: 'CHANGELOG.md'
|
|
13064
|
+
**gitPushCommand**?🔹 | <code>string</code> | Override git-push command.<br/>__*Optional*__
|
|
13057
13065
|
|
|
13058
13066
|
|
|
13059
13067
|
|
|
@@ -47,5 +47,5 @@ class AutoDiscover extends component_1.Component {
|
|
|
47
47
|
}
|
|
48
48
|
exports.AutoDiscover = AutoDiscover;
|
|
49
49
|
_a = JSII_RTTI_SYMBOL_1;
|
|
50
|
-
AutoDiscover[_a] = { fqn: "projen.awscdk.AutoDiscover", version: "0.36.
|
|
50
|
+
AutoDiscover[_a] = { fqn: "projen.awscdk.AutoDiscover", version: "0.36.8" };
|
|
51
51
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXV0by1kaXNjb3Zlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9hd3NjZGsvYXV0by1kaXNjb3Zlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLCtCQUE0QjtBQUM1Qiw2QkFBNkI7QUFDN0Isd0JBQW9DO0FBQ3BDLDRDQUF5QztBQUV6Qyx5Q0FBeUU7QUFDekUsdURBQWdGOzs7Ozs7QUFlaEYsTUFBYSxZQUFhLFNBQVEscUJBQVM7Ozs7SUFHekMsWUFBWSxPQUFnQixFQUFFLE9BQTRCO1FBQ3hELEtBQUssQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUVmLElBQUksQ0FBQywyQkFBMkIsQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUMxQyxJQUFJLENBQUMsNEJBQTRCLENBQUMsT0FBTyxDQUFDLENBQUM7SUFDN0MsQ0FBQztJQUVPLDJCQUEyQixDQUFDLE9BQTRCO1FBQzlELE1BQU0sV0FBVyxHQUFHLElBQUksQ0FBQyxJQUFJLENBQUMsT0FBTyxnQ0FBcUIsRUFBRSxFQUFFO1lBQzVELEdBQUcsRUFBRSxXQUFJLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxNQUFNLEVBQUUsT0FBTyxDQUFDLE1BQU0sQ0FBQztTQUMvQyxDQUFDLENBQUM7UUFFSCxLQUFLLE1BQU0sVUFBVSxJQUFJLFdBQVcsRUFBRTtZQUNwQyxJQUFJLGdDQUFjLENBQUMsSUFBSSxDQUFDLE9BQU8sRUFBRTtnQkFDL0IsVUFBVSxFQUFFLFdBQUksQ0FBQyxPQUFPLENBQUMsTUFBTSxFQUFFLFVBQVUsQ0FBQztnQkFDNUMsR0FBRyxPQUFPLENBQUMsYUFBYTthQUN6QixDQUFDLENBQUM7U0FDSjtJQUNILENBQUM7SUFFTyw0QkFBNEIsQ0FBQyxPQUE0QjtRQUMvRCxNQUFNLFdBQVcsR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDLE9BQU8sK0JBQW9CLEVBQUUsRUFBRTtZQUMzRCxHQUFHLEVBQUUsV0FBSSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsTUFBTSxFQUFFLE9BQU8sQ0FBQyxPQUFPLENBQUM7U0FDaEQsQ0FBQyxDQUFDO1FBRUgsS0FBSyxNQUFNLFVBQVUsSUFBSSxXQUFXLEVBQUU7WUFDcEMsSUFBSSxrQkFBZSxDQUFDLElBQUksQ0FBQyxPQUFPLEVBQUU7Z0JBQ2hDLFVBQVUsRUFBRSxXQUFJLENBQUMsT0FBTyxDQUFDLE9BQU8sRUFBRSxVQUFVLENBQUM7YUFDOUMsQ0FBQyxDQUFDO1NBQ0o7SUFDSCxDQUFDOztBQWpDSCxvQ0FtQ0MiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBqb2luIH0gZnJvbSAncGF0aCc7XG5pbXBvcnQgKiBhcyBnbG9iIGZyb20gJ2dsb2InO1xuaW1wb3J0IHsgSW50ZWdyYXRpb25UZXN0IH0gZnJvbSAnLic7XG5pbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICcuLi9jb21wb25lbnQnO1xuaW1wb3J0IHsgUHJvamVjdCB9IGZyb20gJy4uL3Byb2plY3QnO1xuaW1wb3J0IHsgVFlQRVNDUklQVF9JTlRFR19FWFQsIFRZUEVTQ1JJUFRfTEFNQkRBX0VYVCB9IGZyb20gJy4vaW50ZXJuYWwnO1xuaW1wb3J0IHsgTGFtYmRhRnVuY3Rpb24sIExhbWJkYUZ1bmN0aW9uQ29tbW9uT3B0aW9ucyB9IGZyb20gJy4vbGFtYmRhLWZ1bmN0aW9uJztcblxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcbmV4cG9ydCBpbnRlcmZhY2UgQXV0b0Rpc2NvdmVyT3B0aW9ucyB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFxuICByZWFkb25seSBsYW1iZGFPcHRpb25zPzogTGFtYmRhRnVuY3Rpb25Db21tb25PcHRpb25zO1xuXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXG4gIHJlYWRvbmx5IHNyY2Rpcjogc3RyaW5nO1xuXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXG4gIHJlYWRvbmx5IHRlc3RkaXI6IHN0cmluZztcbn1cblxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFxuZXhwb3J0IGNsYXNzIEF1dG9EaXNjb3ZlciBleHRlbmRzIENvbXBvbmVudCB7XG5cblxuICBjb25zdHJ1Y3Rvcihwcm9qZWN0OiBQcm9qZWN0LCBvcHRpb25zOiBBdXRvRGlzY292ZXJPcHRpb25zKSB7XG4gICAgc3VwZXIocHJvamVjdCk7XG5cbiAgICB0aGlzLmF1dG9EaXNjb3ZlckxhbWJkYUZ1bmN0aW9ucyhvcHRpb25zKTtcbiAgICB0aGlzLmF1dG9EaXNjb3ZlckludGVncmF0aW9uVGVzdHMob3B0aW9ucyk7XG4gIH1cblxuICBwcml2YXRlIGF1dG9EaXNjb3ZlckxhbWJkYUZ1bmN0aW9ucyhvcHRpb25zOiBBdXRvRGlzY292ZXJPcHRpb25zKSB7XG4gICAgY29uc3QgZW50cnlwb2ludHMgPSBnbG9iLnN5bmMoYCoqLyoke1RZUEVTQ1JJUFRfTEFNQkRBX0VYVH1gLCB7XG4gICAgICBjd2Q6IGpvaW4odGhpcy5wcm9qZWN0Lm91dGRpciwgb3B0aW9ucy5zcmNkaXIpLFxuICAgIH0pO1xuXG4gICAgZm9yIChjb25zdCBlbnRyeXBvaW50IG9mIGVudHJ5cG9pbnRzKSB7XG4gICAgICBuZXcgTGFtYmRhRnVuY3Rpb24odGhpcy5wcm9qZWN0LCB7XG4gICAgICAgIGVudHJ5cG9pbnQ6IGpvaW4ob3B0aW9ucy5zcmNkaXIsIGVudHJ5cG9pbnQpLFxuICAgICAgICAuLi5vcHRpb25zLmxhbWJkYU9wdGlvbnMsXG4gICAgICB9KTtcbiAgICB9XG4gIH1cblxuICBwcml2YXRlIGF1dG9EaXNjb3ZlckludGVncmF0aW9uVGVzdHMob3B0aW9uczogQXV0b0Rpc2NvdmVyT3B0aW9ucykge1xuICAgIGNvbnN0IGVudHJ5cG9pbnRzID0gZ2xvYi5zeW5jKGAqKi8qJHtUWVBFU0NSSVBUX0lOVEVHX0VYVH1gLCB7XG4gICAgICBjd2Q6IGpvaW4odGhpcy5wcm9qZWN0Lm91dGRpciwgb3B0aW9ucy50ZXN0ZGlyKSxcbiAgICB9KTtcblxuICAgIGZvciAoY29uc3QgZW50cnlwb2ludCBvZiBlbnRyeXBvaW50cykge1xuICAgICAgbmV3IEludGVncmF0aW9uVGVzdCh0aGlzLnByb2plY3QsIHtcbiAgICAgICAgZW50cnlwb2ludDogam9pbihvcHRpb25zLnRlc3RkaXIsIGVudHJ5cG9pbnQpLFxuICAgICAgfSk7XG4gICAgfVxuICB9XG5cbn0iXX0=
|
package/lib/awscdk/cdk-config.js
CHANGED
|
@@ -45,7 +45,7 @@ class CdkConfig extends component_1.Component {
|
|
|
45
45
|
}
|
|
46
46
|
exports.CdkConfig = CdkConfig;
|
|
47
47
|
_a = JSII_RTTI_SYMBOL_1;
|
|
48
|
-
CdkConfig[_a] = { fqn: "projen.awscdk.CdkConfig", version: "0.36.
|
|
48
|
+
CdkConfig[_a] = { fqn: "projen.awscdk.CdkConfig", version: "0.36.8" };
|
|
49
49
|
/**
|
|
50
50
|
* (experimental) Which approval is required when deploying CDK apps.
|
|
51
51
|
*
|