projen 0.47.10 → 0.47.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/.jsii +186 -125
  2. package/API.md +25 -0
  3. package/changelog.md +1 -1
  4. package/lib/awscdk/auto-discover.js +1 -1
  5. package/lib/awscdk/awscdk-app-ts.js +1 -1
  6. package/lib/awscdk/awscdk-construct.js +2 -2
  7. package/lib/awscdk/awscdk-deps.js +1 -1
  8. package/lib/awscdk/cdk-config.js +1 -1
  9. package/lib/awscdk/cdk-tasks.js +1 -1
  10. package/lib/awscdk/integration-test.js +1 -1
  11. package/lib/awscdk/java-app.js +1 -1
  12. package/lib/awscdk/lambda-function.js +2 -2
  13. package/lib/build/build-workflow.js +1 -1
  14. package/lib/cdk/construct-lib.js +1 -1
  15. package/lib/cdk/jsii-docgen.js +1 -1
  16. package/lib/cdk/jsii-project.js +24 -17
  17. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  18. package/lib/cdk8s/cdk8s-construct.js +1 -1
  19. package/lib/cdktf/cdktf-construct.js +1 -1
  20. package/lib/component.js +1 -1
  21. package/lib/dependencies.js +1 -1
  22. package/lib/dev-env.js +1 -1
  23. package/lib/docker-compose.js +2 -2
  24. package/lib/file.d.ts +11 -0
  25. package/lib/file.js +22 -2
  26. package/lib/gitattributes.js +1 -1
  27. package/lib/github/auto-approve.js +1 -1
  28. package/lib/github/auto-merge.js +1 -1
  29. package/lib/github/dependabot.js +1 -1
  30. package/lib/github/github-project.js +1 -1
  31. package/lib/github/github.js +1 -1
  32. package/lib/github/mergify.js +1 -1
  33. package/lib/github/pr-template.js +1 -1
  34. package/lib/github/pull-request-lint.js +1 -1
  35. package/lib/github/stale.js +1 -1
  36. package/lib/github/task-workflow.js +1 -1
  37. package/lib/github/workflows.js +1 -1
  38. package/lib/gitpod.js +1 -1
  39. package/lib/ignore-file.js +1 -1
  40. package/lib/ini.js +1 -1
  41. package/lib/java/java-project.js +1 -1
  42. package/lib/java/junit.js +1 -1
  43. package/lib/java/maven-compile.js +1 -1
  44. package/lib/java/maven-packaging.js +1 -1
  45. package/lib/java/maven-sample.js +1 -1
  46. package/lib/java/pom.js +1 -1
  47. package/lib/java/projenrc.js +1 -1
  48. package/lib/javascript/bundler.js +1 -1
  49. package/lib/javascript/eslint.js +1 -1
  50. package/lib/javascript/jest.js +1 -1
  51. package/lib/javascript/node-package.js +14 -7
  52. package/lib/javascript/node-project.js +1 -1
  53. package/lib/javascript/npm-config.js +1 -1
  54. package/lib/javascript/prettier.js +1 -1
  55. package/lib/javascript/projenrc.js +1 -1
  56. package/lib/javascript/typescript-config.js +1 -1
  57. package/lib/javascript/upgrade-dependencies.js +2 -2
  58. package/lib/json.d.ts +8 -0
  59. package/lib/json.js +9 -3
  60. package/lib/license.js +1 -1
  61. package/lib/logger.js +1 -1
  62. package/lib/makefile.js +1 -1
  63. package/lib/object-file.js +1 -1
  64. package/lib/project-build.js +1 -1
  65. package/lib/project.js +1 -1
  66. package/lib/projects.js +1 -1
  67. package/lib/projenrc-json.js +1 -1
  68. package/lib/python/pip.js +1 -1
  69. package/lib/python/poetry.js +2 -2
  70. package/lib/python/projenrc.js +1 -1
  71. package/lib/python/pytest.js +1 -1
  72. package/lib/python/python-project.js +1 -1
  73. package/lib/python/python-sample.js +1 -1
  74. package/lib/python/requirements-file.js +1 -1
  75. package/lib/python/setuppy.js +1 -1
  76. package/lib/python/setuptools.js +1 -1
  77. package/lib/python/venv.js +1 -1
  78. package/lib/readme.js +1 -1
  79. package/lib/release/publisher.d.ts +10 -0
  80. package/lib/release/publisher.js +13 -3
  81. package/lib/release/release-trigger.js +1 -1
  82. package/lib/release/release.js +1 -1
  83. package/lib/sample-file.js +2 -2
  84. package/lib/semver.js +1 -1
  85. package/lib/source-code.js +1 -1
  86. package/lib/task-runtime.js +1 -1
  87. package/lib/task.js +1 -1
  88. package/lib/tasks.js +1 -1
  89. package/lib/testing.js +1 -1
  90. package/lib/textfile.js +1 -1
  91. package/lib/toml.js +1 -1
  92. package/lib/typescript/projenrc.js +1 -1
  93. package/lib/typescript/typescript-typedoc.js +1 -1
  94. package/lib/typescript/typescript.js +3 -3
  95. package/lib/util.d.ts +1 -0
  96. package/lib/util.js +9 -2
  97. package/lib/version.js +1 -1
  98. package/lib/vscode/devcontainer.js +1 -1
  99. package/lib/vscode/launch-config.js +1 -1
  100. package/lib/vscode/vscode.js +1 -1
  101. package/lib/web/next.js +3 -3
  102. package/lib/web/postcss.js +1 -1
  103. package/lib/web/react.js +4 -4
  104. package/lib/web/tailwind.js +1 -1
  105. package/lib/xmlfile.js +1 -1
  106. package/lib/yaml.js +1 -1
  107. package/package.json +3 -3
  108. package/releasetag.txt +1 -1
  109. package/version.txt +1 -1
package/.jsii CHANGED
@@ -2261,7 +2261,7 @@
2261
2261
  },
2262
2262
  "locationInModule": {
2263
2263
  "filename": "src/file.ts",
2264
- "line": 66
2264
+ "line": 68
2265
2265
  },
2266
2266
  "parameters": [
2267
2267
  {
@@ -2298,7 +2298,7 @@
2298
2298
  },
2299
2299
  "locationInModule": {
2300
2300
  "filename": "src/file.ts",
2301
- "line": 110
2301
+ "line": 112
2302
2302
  },
2303
2303
  "name": "synthesize",
2304
2304
  "overrides": "projen.Component"
@@ -2312,7 +2312,7 @@
2312
2312
  },
2313
2313
  "locationInModule": {
2314
2314
  "filename": "src/file.ts",
2315
- "line": 105
2315
+ "line": 107
2316
2316
  },
2317
2317
  "name": "synthesizeContent",
2318
2318
  "parameters": [
@@ -2385,6 +2385,23 @@
2385
2385
  "primitive": "string"
2386
2386
  }
2387
2387
  },
2388
+ {
2389
+ "docs": {
2390
+ "remarks": "This property is\nonly available in `postSynthesize()` hooks. If this is `undefined`, the\nfile has not been synthesized yet.",
2391
+ "stability": "experimental",
2392
+ "summary": "Indicates if the file has been changed during synthesis."
2393
+ },
2394
+ "immutable": true,
2395
+ "locationInModule": {
2396
+ "filename": "src/file.ts",
2397
+ "line": 142
2398
+ },
2399
+ "name": "changed",
2400
+ "optional": true,
2401
+ "type": {
2402
+ "primitive": "boolean"
2403
+ }
2404
+ },
2388
2405
  {
2389
2406
  "docs": {
2390
2407
  "stability": "experimental",
@@ -3660,7 +3677,7 @@
3660
3677
  "kind": "interface",
3661
3678
  "locationInModule": {
3662
3679
  "filename": "src/file.ts",
3663
- "line": 155
3680
+ "line": 177
3664
3681
  },
3665
3682
  "methods": [
3666
3683
  {
@@ -3671,7 +3688,7 @@
3671
3688
  },
3672
3689
  "locationInModule": {
3673
3690
  "filename": "src/file.ts",
3674
- "line": 159
3691
+ "line": 181
3675
3692
  },
3676
3693
  "name": "toJSON",
3677
3694
  "returns": {
@@ -3694,7 +3711,7 @@
3694
3711
  "kind": "interface",
3695
3712
  "locationInModule": {
3696
3713
  "filename": "src/file.ts",
3697
- "line": 128
3714
+ "line": 150
3698
3715
  },
3699
3716
  "methods": [
3700
3717
  {
@@ -3708,7 +3725,7 @@
3708
3725
  },
3709
3726
  "locationInModule": {
3710
3727
  "filename": "src/file.ts",
3711
- "line": 135
3728
+ "line": 157
3712
3729
  },
3713
3730
  "name": "resolve",
3714
3731
  "parameters": [
@@ -4140,7 +4157,7 @@
4140
4157
  },
4141
4158
  "locationInModule": {
4142
4159
  "filename": "src/json.ts",
4143
- "line": 14
4160
+ "line": 23
4144
4161
  },
4145
4162
  "parameters": [
4146
4163
  {
@@ -4166,7 +4183,7 @@
4166
4183
  "kind": "class",
4167
4184
  "locationInModule": {
4168
4185
  "filename": "src/json.ts",
4169
- "line": 13
4186
+ "line": 19
4170
4187
  },
4171
4188
  "methods": [
4172
4189
  {
@@ -4176,7 +4193,7 @@
4176
4193
  },
4177
4194
  "locationInModule": {
4178
4195
  "filename": "src/json.ts",
4179
- "line": 22
4196
+ "line": 33
4180
4197
  },
4181
4198
  "name": "synthesizeContent",
4182
4199
  "overrides": "projen.ObjectFile",
@@ -4217,6 +4234,26 @@
4217
4234
  "line": 8
4218
4235
  },
4219
4236
  "name": "JsonFileOptions",
4237
+ "properties": [
4238
+ {
4239
+ "abstract": true,
4240
+ "docs": {
4241
+ "default": "true",
4242
+ "stability": "experimental",
4243
+ "summary": "Adds a newline at the end of the file."
4244
+ },
4245
+ "immutable": true,
4246
+ "locationInModule": {
4247
+ "filename": "src/json.ts",
4248
+ "line": 13
4249
+ },
4250
+ "name": "newline",
4251
+ "optional": true,
4252
+ "type": {
4253
+ "primitive": "boolean"
4254
+ }
4255
+ }
4256
+ ],
4220
4257
  "symbolId": "src/json:JsonFileOptions"
4221
4258
  },
4222
4259
  "projen.License": {
@@ -6312,7 +6349,7 @@
6312
6349
  "kind": "interface",
6313
6350
  "locationInModule": {
6314
6351
  "filename": "src/file.ts",
6315
- "line": 141
6352
+ "line": 163
6316
6353
  },
6317
6354
  "name": "ResolveOptions",
6318
6355
  "properties": [
@@ -6326,7 +6363,7 @@
6326
6363
  "immutable": true,
6327
6364
  "locationInModule": {
6328
6365
  "filename": "src/file.ts",
6329
- "line": 152
6366
+ "line": 174
6330
6367
  },
6331
6368
  "name": "args",
6332
6369
  "optional": true,
@@ -6349,7 +6386,7 @@
6349
6386
  "immutable": true,
6350
6387
  "locationInModule": {
6351
6388
  "filename": "src/file.ts",
6352
- "line": 146
6389
+ "line": 168
6353
6390
  },
6354
6391
  "name": "omitEmpty",
6355
6392
  "optional": true,
@@ -11703,7 +11740,7 @@
11703
11740
  "kind": "interface",
11704
11741
  "locationInModule": {
11705
11742
  "filename": "src/cdk/jsii-project.ts",
11706
- "line": 113
11743
+ "line": 114
11707
11744
  },
11708
11745
  "name": "JsiiDotNetTarget",
11709
11746
  "namespace": "cdk",
@@ -11716,7 +11753,7 @@
11716
11753
  "immutable": true,
11717
11754
  "locationInModule": {
11718
11755
  "filename": "src/cdk/jsii-project.ts",
11719
- "line": 114
11756
+ "line": 115
11720
11757
  },
11721
11758
  "name": "dotNetNamespace",
11722
11759
  "type": {
@@ -11731,7 +11768,7 @@
11731
11768
  "immutable": true,
11732
11769
  "locationInModule": {
11733
11770
  "filename": "src/cdk/jsii-project.ts",
11734
- "line": 115
11771
+ "line": 116
11735
11772
  },
11736
11773
  "name": "packageId",
11737
11774
  "type": {
@@ -11755,7 +11792,7 @@
11755
11792
  "kind": "interface",
11756
11793
  "locationInModule": {
11757
11794
  "filename": "src/cdk/jsii-project.ts",
11758
- "line": 121
11795
+ "line": 122
11759
11796
  },
11760
11797
  "name": "JsiiGoTarget",
11761
11798
  "namespace": "cdk",
@@ -11770,7 +11807,7 @@
11770
11807
  "immutable": true,
11771
11808
  "locationInModule": {
11772
11809
  "filename": "src/cdk/jsii-project.ts",
11773
- "line": 128
11810
+ "line": 129
11774
11811
  },
11775
11812
  "name": "moduleName",
11776
11813
  "type": {
@@ -11793,7 +11830,7 @@
11793
11830
  "kind": "interface",
11794
11831
  "locationInModule": {
11795
11832
  "filename": "src/cdk/jsii-project.ts",
11796
- "line": 102
11833
+ "line": 103
11797
11834
  },
11798
11835
  "name": "JsiiJavaTarget",
11799
11836
  "namespace": "cdk",
@@ -11806,7 +11843,7 @@
11806
11843
  "immutable": true,
11807
11844
  "locationInModule": {
11808
11845
  "filename": "src/cdk/jsii-project.ts",
11809
- "line": 103
11846
+ "line": 104
11810
11847
  },
11811
11848
  "name": "javaPackage",
11812
11849
  "type": {
@@ -11821,7 +11858,7 @@
11821
11858
  "immutable": true,
11822
11859
  "locationInModule": {
11823
11860
  "filename": "src/cdk/jsii-project.ts",
11824
- "line": 105
11861
+ "line": 106
11825
11862
  },
11826
11863
  "name": "mavenArtifactId",
11827
11864
  "type": {
@@ -11836,7 +11873,7 @@
11836
11873
  "immutable": true,
11837
11874
  "locationInModule": {
11838
11875
  "filename": "src/cdk/jsii-project.ts",
11839
- "line": 104
11876
+ "line": 105
11840
11877
  },
11841
11878
  "name": "mavenGroupId",
11842
11879
  "type": {
@@ -11863,7 +11900,7 @@
11863
11900
  },
11864
11901
  "locationInModule": {
11865
11902
  "filename": "src/cdk/jsii-project.ts",
11866
- "line": 142
11903
+ "line": 143
11867
11904
  },
11868
11905
  "parameters": [
11869
11906
  {
@@ -11877,7 +11914,7 @@
11877
11914
  "kind": "class",
11878
11915
  "locationInModule": {
11879
11916
  "filename": "src/cdk/jsii-project.ts",
11880
- "line": 137
11917
+ "line": 138
11881
11918
  },
11882
11919
  "name": "JsiiProject",
11883
11920
  "namespace": "cdk",
@@ -11889,7 +11926,7 @@
11889
11926
  "immutable": true,
11890
11927
  "locationInModule": {
11891
11928
  "filename": "src/cdk/jsii-project.ts",
11892
- "line": 138
11929
+ "line": 139
11893
11930
  },
11894
11931
  "name": "eslint",
11895
11932
  "optional": true,
@@ -11914,7 +11951,7 @@
11914
11951
  "kind": "interface",
11915
11952
  "locationInModule": {
11916
11953
  "filename": "src/cdk/jsii-project.ts",
11917
- "line": 11
11954
+ "line": 12
11918
11955
  },
11919
11956
  "name": "JsiiProjectOptions",
11920
11957
  "namespace": "cdk",
@@ -11929,7 +11966,7 @@
11929
11966
  "immutable": true,
11930
11967
  "locationInModule": {
11931
11968
  "filename": "src/cdk/jsii-project.ts",
11932
- "line": 27
11969
+ "line": 28
11933
11970
  },
11934
11971
  "name": "author",
11935
11972
  "type": {
@@ -11946,7 +11983,7 @@
11946
11983
  "immutable": true,
11947
11984
  "locationInModule": {
11948
11985
  "filename": "src/cdk/jsii-project.ts",
11949
- "line": 33
11986
+ "line": 34
11950
11987
  },
11951
11988
  "name": "authorAddress",
11952
11989
  "type": {
@@ -11963,7 +12000,7 @@
11963
12000
  "immutable": true,
11964
12001
  "locationInModule": {
11965
12002
  "filename": "src/cdk/jsii-project.ts",
11966
- "line": 21
12003
+ "line": 22
11967
12004
  },
11968
12005
  "name": "repositoryUrl",
11969
12006
  "type": {
@@ -11981,7 +12018,7 @@
11981
12018
  "immutable": true,
11982
12019
  "locationInModule": {
11983
12020
  "filename": "src/cdk/jsii-project.ts",
11984
- "line": 77
12021
+ "line": 78
11985
12022
  },
11986
12023
  "name": "compat",
11987
12024
  "optional": true,
@@ -11999,7 +12036,7 @@
11999
12036
  "immutable": true,
12000
12037
  "locationInModule": {
12001
12038
  "filename": "src/cdk/jsii-project.ts",
12002
- "line": 84
12039
+ "line": 85
12003
12040
  },
12004
12041
  "name": "compatIgnore",
12005
12042
  "optional": true,
@@ -12016,7 +12053,7 @@
12016
12053
  "immutable": true,
12017
12054
  "locationInModule": {
12018
12055
  "filename": "src/cdk/jsii-project.ts",
12019
- "line": 67
12056
+ "line": 68
12020
12057
  },
12021
12058
  "name": "dotnet",
12022
12059
  "optional": true,
@@ -12034,7 +12071,7 @@
12034
12071
  "immutable": true,
12035
12072
  "locationInModule": {
12036
12073
  "filename": "src/cdk/jsii-project.ts",
12037
- "line": 93
12074
+ "line": 94
12038
12075
  },
12039
12076
  "name": "excludeTypescript",
12040
12077
  "optional": true,
@@ -12057,7 +12094,7 @@
12057
12094
  "immutable": true,
12058
12095
  "locationInModule": {
12059
12096
  "filename": "src/cdk/jsii-project.ts",
12060
- "line": 51
12097
+ "line": 52
12061
12098
  },
12062
12099
  "name": "publishToGo",
12063
12100
  "optional": true,
@@ -12075,7 +12112,7 @@
12075
12112
  "immutable": true,
12076
12113
  "locationInModule": {
12077
12114
  "filename": "src/cdk/jsii-project.ts",
12078
- "line": 39
12115
+ "line": 40
12079
12116
  },
12080
12117
  "name": "publishToMaven",
12081
12118
  "optional": true,
@@ -12093,7 +12130,7 @@
12093
12130
  "immutable": true,
12094
12131
  "locationInModule": {
12095
12132
  "filename": "src/cdk/jsii-project.ts",
12096
- "line": 62
12133
+ "line": 63
12097
12134
  },
12098
12135
  "name": "publishToNuget",
12099
12136
  "optional": true,
@@ -12111,7 +12148,7 @@
12111
12148
  "immutable": true,
12112
12149
  "locationInModule": {
12113
12150
  "filename": "src/cdk/jsii-project.ts",
12114
- "line": 45
12151
+ "line": 46
12115
12152
  },
12116
12153
  "name": "publishToPypi",
12117
12154
  "optional": true,
@@ -12128,7 +12165,7 @@
12128
12165
  "immutable": true,
12129
12166
  "locationInModule": {
12130
12167
  "filename": "src/cdk/jsii-project.ts",
12131
- "line": 56
12168
+ "line": 57
12132
12169
  },
12133
12170
  "name": "python",
12134
12171
  "optional": true,
@@ -12145,7 +12182,7 @@
12145
12182
  "immutable": true,
12146
12183
  "locationInModule": {
12147
12184
  "filename": "src/cdk/jsii-project.ts",
12148
- "line": 15
12185
+ "line": 16
12149
12186
  },
12150
12187
  "name": "rootdir",
12151
12188
  "optional": true,
@@ -12169,7 +12206,7 @@
12169
12206
  "kind": "interface",
12170
12207
  "locationInModule": {
12171
12208
  "filename": "src/cdk/jsii-project.ts",
12172
- "line": 108
12209
+ "line": 109
12173
12210
  },
12174
12211
  "name": "JsiiPythonTarget",
12175
12212
  "namespace": "cdk",
@@ -12182,7 +12219,7 @@
12182
12219
  "immutable": true,
12183
12220
  "locationInModule": {
12184
12221
  "filename": "src/cdk/jsii-project.ts",
12185
- "line": 109
12222
+ "line": 110
12186
12223
  },
12187
12224
  "name": "distName",
12188
12225
  "type": {
@@ -12197,7 +12234,7 @@
12197
12234
  "immutable": true,
12198
12235
  "locationInModule": {
12199
12236
  "filename": "src/cdk/jsii-project.ts",
12200
- "line": 110
12237
+ "line": 111
12201
12238
  },
12202
12239
  "name": "module",
12203
12240
  "type": {
@@ -12216,7 +12253,7 @@
12216
12253
  "kind": "enum",
12217
12254
  "locationInModule": {
12218
12255
  "filename": "src/cdk/jsii-project.ts",
12219
- "line": 96
12256
+ "line": 97
12220
12257
  },
12221
12258
  "members": [
12222
12259
  {
@@ -24236,7 +24273,7 @@
24236
24273
  },
24237
24274
  "locationInModule": {
24238
24275
  "filename": "src/javascript/node-package.ts",
24239
- "line": 579
24276
+ "line": 580
24240
24277
  },
24241
24278
  "name": "addBin",
24242
24279
  "parameters": [
@@ -24261,7 +24298,7 @@
24261
24298
  },
24262
24299
  "locationInModule": {
24263
24300
  "filename": "src/javascript/node-package.ts",
24264
- "line": 550
24301
+ "line": 551
24265
24302
  },
24266
24303
  "name": "addBundledDeps",
24267
24304
  "parameters": [
@@ -24286,7 +24323,7 @@
24286
24323
  },
24287
24324
  "locationInModule": {
24288
24325
  "filename": "src/javascript/node-package.ts",
24289
- "line": 493
24326
+ "line": 494
24290
24327
  },
24291
24328
  "name": "addDeps",
24292
24329
  "parameters": [
@@ -24311,7 +24348,7 @@
24311
24348
  },
24312
24349
  "locationInModule": {
24313
24350
  "filename": "src/javascript/node-package.ts",
24314
- "line": 508
24351
+ "line": 509
24315
24352
  },
24316
24353
  "name": "addDevDeps",
24317
24354
  "parameters": [
@@ -24336,7 +24373,7 @@
24336
24373
  },
24337
24374
  "locationInModule": {
24338
24375
  "filename": "src/javascript/node-package.ts",
24339
- "line": 565
24376
+ "line": 566
24340
24377
  },
24341
24378
  "name": "addEngine",
24342
24379
  "parameters": [
@@ -24370,7 +24407,7 @@
24370
24407
  },
24371
24408
  "locationInModule": {
24372
24409
  "filename": "src/javascript/node-package.ts",
24373
- "line": 619
24410
+ "line": 620
24374
24411
  },
24375
24412
  "name": "addField",
24376
24413
  "parameters": [
@@ -24401,7 +24438,7 @@
24401
24438
  },
24402
24439
  "locationInModule": {
24403
24440
  "filename": "src/javascript/node-package.ts",
24404
- "line": 573
24441
+ "line": 574
24405
24442
  },
24406
24443
  "name": "addKeywords",
24407
24444
  "parameters": [
@@ -24426,7 +24463,7 @@
24426
24463
  },
24427
24464
  "locationInModule": {
24428
24465
  "filename": "src/javascript/node-package.ts",
24429
- "line": 528
24466
+ "line": 529
24430
24467
  },
24431
24468
  "name": "addPeerDeps",
24432
24469
  "parameters": [
@@ -24451,7 +24488,7 @@
24451
24488
  },
24452
24489
  "locationInModule": {
24453
24490
  "filename": "src/javascript/node-package.ts",
24454
- "line": 627
24491
+ "line": 628
24455
24492
  },
24456
24493
  "name": "addVersion",
24457
24494
  "parameters": [
@@ -24474,7 +24511,7 @@
24474
24511
  },
24475
24512
  "locationInModule": {
24476
24513
  "filename": "src/javascript/node-package.ts",
24477
- "line": 609
24514
+ "line": 610
24478
24515
  },
24479
24516
  "name": "hasScript",
24480
24517
  "parameters": [
@@ -24502,7 +24539,7 @@
24502
24539
  },
24503
24540
  "locationInModule": {
24504
24541
  "filename": "src/javascript/node-package.ts",
24505
- "line": 696
24542
+ "line": 697
24506
24543
  },
24507
24544
  "name": "postSynthesize",
24508
24545
  "overrides": "projen.Component"
@@ -24514,7 +24551,7 @@
24514
24551
  },
24515
24552
  "locationInModule": {
24516
24553
  "filename": "src/javascript/node-package.ts",
24517
- "line": 691
24554
+ "line": 692
24518
24555
  },
24519
24556
  "name": "preSynthesize",
24520
24557
  "overrides": "projen.Component"
@@ -24526,7 +24563,7 @@
24526
24563
  },
24527
24564
  "locationInModule": {
24528
24565
  "filename": "src/javascript/node-package.ts",
24529
- "line": 599
24566
+ "line": 600
24530
24567
  },
24531
24568
  "name": "removeScript",
24532
24569
  "parameters": [
@@ -24548,7 +24585,7 @@
24548
24585
  },
24549
24586
  "locationInModule": {
24550
24587
  "filename": "src/javascript/node-package.ts",
24551
- "line": 648
24588
+ "line": 649
24552
24589
  },
24553
24590
  "name": "renderUpgradePackagesCommand",
24554
24591
  "parameters": [
@@ -24589,7 +24626,7 @@
24589
24626
  },
24590
24627
  "locationInModule": {
24591
24628
  "filename": "src/javascript/node-package.ts",
24592
- "line": 591
24629
+ "line": 592
24593
24630
  },
24594
24631
  "name": "setScript",
24595
24632
  "parameters": [
@@ -24655,7 +24692,7 @@
24655
24692
  "immutable": true,
24656
24693
  "locationInModule": {
24657
24694
  "filename": "src/javascript/node-package.ts",
24658
- "line": 641
24695
+ "line": 642
24659
24696
  },
24660
24697
  "name": "installAndUpdateLockfileCommand",
24661
24698
  "type": {
@@ -24670,7 +24707,7 @@
24670
24707
  "immutable": true,
24671
24708
  "locationInModule": {
24672
24709
  "filename": "src/javascript/node-package.ts",
24673
- "line": 634
24710
+ "line": 635
24674
24711
  },
24675
24712
  "name": "installCommand",
24676
24713
  "type": {
@@ -24790,7 +24827,7 @@
24790
24827
  "immutable": true,
24791
24828
  "locationInModule": {
24792
24829
  "filename": "src/javascript/node-package.ts",
24793
- "line": 709
24830
+ "line": 714
24794
24831
  },
24795
24832
  "name": "projenCommand",
24796
24833
  "type": {
@@ -24894,7 +24931,7 @@
24894
24931
  "kind": "enum",
24895
24932
  "locationInModule": {
24896
24933
  "filename": "src/javascript/node-package.ts",
24897
- "line": 1087
24934
+ "line": 1095
24898
24935
  },
24899
24936
  "members": [
24900
24937
  {
@@ -27111,7 +27148,7 @@
27111
27148
  "kind": "enum",
27112
27149
  "locationInModule": {
27113
27150
  "filename": "src/javascript/node-package.ts",
27114
- "line": 1107
27151
+ "line": 1115
27115
27152
  },
27116
27153
  "members": [
27117
27154
  {
@@ -27288,7 +27325,7 @@
27288
27325
  "kind": "interface",
27289
27326
  "locationInModule": {
27290
27327
  "filename": "src/javascript/node-package.ts",
27291
- "line": 1076
27328
+ "line": 1084
27292
27329
  },
27293
27330
  "name": "PeerDependencyOptions",
27294
27331
  "namespace": "javascript",
@@ -27303,7 +27340,7 @@
27303
27340
  "immutable": true,
27304
27341
  "locationInModule": {
27305
27342
  "filename": "src/javascript/node-package.ts",
27306
- "line": 1081
27343
+ "line": 1089
27307
27344
  },
27308
27345
  "name": "pinnedDevDependency",
27309
27346
  "optional": true,
@@ -32597,7 +32634,7 @@
32597
32634
  "kind": "interface",
32598
32635
  "locationInModule": {
32599
32636
  "filename": "src/release/publisher.ts",
32600
- "line": 602
32637
+ "line": 615
32601
32638
  },
32602
32639
  "name": "CodeArtifactOptions",
32603
32640
  "namespace": "release",
@@ -32613,7 +32650,7 @@
32613
32650
  "immutable": true,
32614
32651
  "locationInModule": {
32615
32652
  "filename": "src/release/publisher.ts",
32616
- "line": 609
32653
+ "line": 622
32617
32654
  },
32618
32655
  "name": "accessKeyIdSecret",
32619
32656
  "optional": true,
@@ -32631,7 +32668,7 @@
32631
32668
  "immutable": true,
32632
32669
  "locationInModule": {
32633
32670
  "filename": "src/release/publisher.ts",
32634
- "line": 625
32671
+ "line": 638
32635
32672
  },
32636
32673
  "name": "roleToAssume",
32637
32674
  "optional": true,
@@ -32650,7 +32687,7 @@
32650
32687
  "immutable": true,
32651
32688
  "locationInModule": {
32652
32689
  "filename": "src/release/publisher.ts",
32653
- "line": 617
32690
+ "line": 630
32654
32691
  },
32655
32692
  "name": "secretAccessKeySecret",
32656
32693
  "optional": true,
@@ -32672,7 +32709,7 @@
32672
32709
  "kind": "interface",
32673
32710
  "locationInModule": {
32674
32711
  "filename": "src/release/publisher.ts",
32675
- "line": 529
32712
+ "line": 540
32676
32713
  },
32677
32714
  "name": "CommonPublishOptions",
32678
32715
  "namespace": "release",
@@ -32680,14 +32717,14 @@
32680
32717
  {
32681
32718
  "abstract": true,
32682
32719
  "docs": {
32683
- "remarks": "These steps are executed after `dist/` has been populated with the build\noutput.",
32720
+ "remarks": "These steps are executed after `dist/` has been populated with the build\noutput.\n\nNote that when using this in `publishToGitHubReleases` this will override steps added via `addGitHubPrePublishingSteps`.",
32684
32721
  "stability": "experimental",
32685
32722
  "summary": "Steps to execute before executing the publishing command. These can be used to prepare the artifact for publishing if neede."
32686
32723
  },
32687
32724
  "immutable": true,
32688
32725
  "locationInModule": {
32689
32726
  "filename": "src/release/publisher.ts",
32690
- "line": 537
32727
+ "line": 550
32691
32728
  },
32692
32729
  "name": "prePublishSteps",
32693
32730
  "optional": true,
@@ -32710,7 +32747,7 @@
32710
32747
  "immutable": true,
32711
32748
  "locationInModule": {
32712
32749
  "filename": "src/release/publisher.ts",
32713
- "line": 543
32750
+ "line": 556
32714
32751
  },
32715
32752
  "name": "publishTools",
32716
32753
  "optional": true,
@@ -32735,7 +32772,7 @@
32735
32772
  "kind": "interface",
32736
32773
  "locationInModule": {
32737
32774
  "filename": "src/release/publisher.ts",
32738
- "line": 846
32775
+ "line": 859
32739
32776
  },
32740
32777
  "name": "GitHubReleasesPublishOptions",
32741
32778
  "namespace": "release",
@@ -32750,7 +32787,7 @@
32750
32787
  "immutable": true,
32751
32788
  "locationInModule": {
32752
32789
  "filename": "src/release/publisher.ts",
32753
- "line": 831
32790
+ "line": 844
32754
32791
  },
32755
32792
  "name": "changelogFile",
32756
32793
  "type": {
@@ -32767,7 +32804,7 @@
32767
32804
  "immutable": true,
32768
32805
  "locationInModule": {
32769
32806
  "filename": "src/release/publisher.ts",
32770
- "line": 824
32807
+ "line": 837
32771
32808
  },
32772
32809
  "name": "releaseTagFile",
32773
32810
  "type": {
@@ -32784,7 +32821,7 @@
32784
32821
  "immutable": true,
32785
32822
  "locationInModule": {
32786
32823
  "filename": "src/release/publisher.ts",
32787
- "line": 817
32824
+ "line": 830
32788
32825
  },
32789
32826
  "name": "versionFile",
32790
32827
  "type": {
@@ -32805,7 +32842,7 @@
32805
32842
  "kind": "interface",
32806
32843
  "locationInModule": {
32807
32844
  "filename": "src/release/publisher.ts",
32808
- "line": 851
32845
+ "line": 864
32809
32846
  },
32810
32847
  "name": "GitPublishOptions",
32811
32848
  "namespace": "release",
@@ -32820,7 +32857,7 @@
32820
32857
  "immutable": true,
32821
32858
  "locationInModule": {
32822
32859
  "filename": "src/release/publisher.ts",
32823
- "line": 831
32860
+ "line": 844
32824
32861
  },
32825
32862
  "name": "changelogFile",
32826
32863
  "type": {
@@ -32837,7 +32874,7 @@
32837
32874
  "immutable": true,
32838
32875
  "locationInModule": {
32839
32876
  "filename": "src/release/publisher.ts",
32840
- "line": 824
32877
+ "line": 837
32841
32878
  },
32842
32879
  "name": "releaseTagFile",
32843
32880
  "type": {
@@ -32854,7 +32891,7 @@
32854
32891
  "immutable": true,
32855
32892
  "locationInModule": {
32856
32893
  "filename": "src/release/publisher.ts",
32857
- "line": 817
32894
+ "line": 830
32858
32895
  },
32859
32896
  "name": "versionFile",
32860
32897
  "type": {
@@ -32871,7 +32908,7 @@
32871
32908
  "immutable": true,
32872
32909
  "locationInModule": {
32873
32910
  "filename": "src/release/publisher.ts",
32874
- "line": 862
32911
+ "line": 875
32875
32912
  },
32876
32913
  "name": "gitBranch",
32877
32914
  "optional": true,
@@ -32889,7 +32926,7 @@
32889
32926
  "immutable": true,
32890
32927
  "locationInModule": {
32891
32928
  "filename": "src/release/publisher.ts",
32892
- "line": 869
32929
+ "line": 882
32893
32930
  },
32894
32931
  "name": "gitPushCommand",
32895
32932
  "optional": true,
@@ -32906,7 +32943,7 @@
32906
32943
  "immutable": true,
32907
32944
  "locationInModule": {
32908
32945
  "filename": "src/release/publisher.ts",
32909
- "line": 855
32946
+ "line": 868
32910
32947
  },
32911
32948
  "name": "projectChangelogFile",
32912
32949
  "optional": true,
@@ -32931,7 +32968,7 @@
32931
32968
  "kind": "interface",
32932
32969
  "locationInModule": {
32933
32970
  "filename": "src/release/publisher.ts",
32934
- "line": 768
32971
+ "line": 781
32935
32972
  },
32936
32973
  "name": "GoPublishOptions",
32937
32974
  "namespace": "release",
@@ -32946,7 +32983,7 @@
32946
32983
  "immutable": true,
32947
32984
  "locationInModule": {
32948
32985
  "filename": "src/release/publisher.ts",
32949
- "line": 789
32986
+ "line": 802
32950
32987
  },
32951
32988
  "name": "gitBranch",
32952
32989
  "optional": true,
@@ -32964,7 +33001,7 @@
32964
33001
  "immutable": true,
32965
33002
  "locationInModule": {
32966
33003
  "filename": "src/release/publisher.ts",
32967
- "line": 808
33004
+ "line": 821
32968
33005
  },
32969
33006
  "name": "gitCommitMessage",
32970
33007
  "optional": true,
@@ -32982,7 +33019,7 @@
32982
33019
  "immutable": true,
32983
33020
  "locationInModule": {
32984
33021
  "filename": "src/release/publisher.ts",
32985
- "line": 782
33022
+ "line": 795
32986
33023
  },
32987
33024
  "name": "githubRepo",
32988
33025
  "optional": true,
@@ -33000,7 +33037,7 @@
33000
33037
  "immutable": true,
33001
33038
  "locationInModule": {
33002
33039
  "filename": "src/release/publisher.ts",
33003
- "line": 775
33040
+ "line": 788
33004
33041
  },
33005
33042
  "name": "githubTokenSecret",
33006
33043
  "optional": true,
@@ -33021,7 +33058,7 @@
33021
33058
  "immutable": true,
33022
33059
  "locationInModule": {
33023
33060
  "filename": "src/release/publisher.ts",
33024
- "line": 801
33061
+ "line": 814
33025
33062
  },
33026
33063
  "name": "gitUserEmail",
33027
33064
  "optional": true,
@@ -33039,7 +33076,7 @@
33039
33076
  "immutable": true,
33040
33077
  "locationInModule": {
33041
33078
  "filename": "src/release/publisher.ts",
33042
- "line": 795
33079
+ "line": 808
33043
33080
  },
33044
33081
  "name": "gitUserName",
33045
33082
  "optional": true,
@@ -33064,7 +33101,7 @@
33064
33101
  "kind": "interface",
33065
33102
  "locationInModule": {
33066
33103
  "filename": "src/release/publisher.ts",
33067
- "line": 677
33104
+ "line": 690
33068
33105
  },
33069
33106
  "name": "JsiiReleaseMaven",
33070
33107
  "namespace": "release",
@@ -33084,7 +33121,7 @@
33084
33121
  "kind": "interface",
33085
33122
  "locationInModule": {
33086
33123
  "filename": "src/release/publisher.ts",
33087
- "line": 549
33124
+ "line": 562
33088
33125
  },
33089
33126
  "name": "JsiiReleaseNpm",
33090
33127
  "namespace": "release",
@@ -33104,7 +33141,7 @@
33104
33141
  "kind": "interface",
33105
33142
  "locationInModule": {
33106
33143
  "filename": "src/release/publisher.ts",
33107
- "line": 660
33144
+ "line": 673
33108
33145
  },
33109
33146
  "name": "JsiiReleaseNuget",
33110
33147
  "namespace": "release",
@@ -33124,7 +33161,7 @@
33124
33161
  "kind": "interface",
33125
33162
  "locationInModule": {
33126
33163
  "filename": "src/release/publisher.ts",
33127
- "line": 631
33164
+ "line": 644
33128
33165
  },
33129
33166
  "name": "JsiiReleasePyPi",
33130
33167
  "namespace": "release",
@@ -33217,7 +33254,7 @@
33217
33254
  "kind": "interface",
33218
33255
  "locationInModule": {
33219
33256
  "filename": "src/release/publisher.ts",
33220
- "line": 682
33257
+ "line": 695
33221
33258
  },
33222
33259
  "name": "MavenPublishOptions",
33223
33260
  "namespace": "release",
@@ -33233,7 +33270,7 @@
33233
33270
  "immutable": true,
33234
33271
  "locationInModule": {
33235
33272
  "filename": "src/release/publisher.ts",
33236
- "line": 688
33273
+ "line": 701
33237
33274
  },
33238
33275
  "name": "mavenEndpoint",
33239
33276
  "optional": true,
@@ -33253,7 +33290,7 @@
33253
33290
  "immutable": true,
33254
33291
  "locationInModule": {
33255
33292
  "filename": "src/release/publisher.ts",
33256
- "line": 721
33293
+ "line": 734
33257
33294
  },
33258
33295
  "name": "mavenGpgPrivateKeyPassphrase",
33259
33296
  "optional": true,
@@ -33273,7 +33310,7 @@
33273
33310
  "immutable": true,
33274
33311
  "locationInModule": {
33275
33312
  "filename": "src/release/publisher.ts",
33276
- "line": 712
33313
+ "line": 725
33277
33314
  },
33278
33315
  "name": "mavenGpgPrivateKeySecret",
33279
33316
  "optional": true,
@@ -33293,7 +33330,7 @@
33293
33330
  "immutable": true,
33294
33331
  "locationInModule": {
33295
33332
  "filename": "src/release/publisher.ts",
33296
- "line": 747
33333
+ "line": 760
33297
33334
  },
33298
33335
  "name": "mavenPassword",
33299
33336
  "optional": true,
@@ -33311,7 +33348,7 @@
33311
33348
  "immutable": true,
33312
33349
  "locationInModule": {
33313
33350
  "filename": "src/release/publisher.ts",
33314
- "line": 702
33351
+ "line": 715
33315
33352
  },
33316
33353
  "name": "mavenRepositoryUrl",
33317
33354
  "optional": true,
@@ -33329,7 +33366,7 @@
33329
33366
  "immutable": true,
33330
33367
  "locationInModule": {
33331
33368
  "filename": "src/release/publisher.ts",
33332
- "line": 695
33369
+ "line": 708
33333
33370
  },
33334
33371
  "name": "mavenServerId",
33335
33372
  "optional": true,
@@ -33347,7 +33384,7 @@
33347
33384
  "immutable": true,
33348
33385
  "locationInModule": {
33349
33386
  "filename": "src/release/publisher.ts",
33350
- "line": 758
33387
+ "line": 771
33351
33388
  },
33352
33389
  "name": "mavenStagingProfileId",
33353
33390
  "optional": true,
@@ -33367,7 +33404,7 @@
33367
33404
  "immutable": true,
33368
33405
  "locationInModule": {
33369
33406
  "filename": "src/release/publisher.ts",
33370
- "line": 734
33407
+ "line": 747
33371
33408
  },
33372
33409
  "name": "mavenUsername",
33373
33410
  "optional": true,
@@ -33392,7 +33429,7 @@
33392
33429
  "kind": "interface",
33393
33430
  "locationInModule": {
33394
33431
  "filename": "src/release/publisher.ts",
33395
- "line": 554
33432
+ "line": 567
33396
33433
  },
33397
33434
  "name": "NpmPublishOptions",
33398
33435
  "namespace": "release",
@@ -33407,7 +33444,7 @@
33407
33444
  "immutable": true,
33408
33445
  "locationInModule": {
33409
33446
  "filename": "src/release/publisher.ts",
33410
- "line": 599
33447
+ "line": 612
33411
33448
  },
33412
33449
  "name": "codeArtifactOptions",
33413
33450
  "optional": true,
@@ -33427,7 +33464,7 @@
33427
33464
  "immutable": true,
33428
33465
  "locationInModule": {
33429
33466
  "filename": "src/release/publisher.ts",
33430
- "line": 572
33467
+ "line": 585
33431
33468
  },
33432
33469
  "name": "distTag",
33433
33470
  "optional": true,
@@ -33445,7 +33482,7 @@
33445
33482
  "immutable": true,
33446
33483
  "locationInModule": {
33447
33484
  "filename": "src/release/publisher.ts",
33448
- "line": 592
33485
+ "line": 605
33449
33486
  },
33450
33487
  "name": "npmTokenSecret",
33451
33488
  "optional": true,
@@ -33465,7 +33502,7 @@
33465
33502
  "immutable": true,
33466
33503
  "locationInModule": {
33467
33504
  "filename": "src/release/publisher.ts",
33468
- "line": 586
33505
+ "line": 599
33469
33506
  },
33470
33507
  "name": "registry",
33471
33508
  "optional": true,
@@ -33490,7 +33527,7 @@
33490
33527
  "kind": "interface",
33491
33528
  "locationInModule": {
33492
33529
  "filename": "src/release/publisher.ts",
33493
- "line": 665
33530
+ "line": 678
33494
33531
  },
33495
33532
  "name": "NugetPublishOptions",
33496
33533
  "namespace": "release",
@@ -33505,7 +33542,7 @@
33505
33542
  "immutable": true,
33506
33543
  "locationInModule": {
33507
33544
  "filename": "src/release/publisher.ts",
33508
- "line": 671
33545
+ "line": 684
33509
33546
  },
33510
33547
  "name": "nugetApiKeySecret",
33511
33548
  "optional": true,
@@ -33531,7 +33568,7 @@
33531
33568
  },
33532
33569
  "locationInModule": {
33533
33570
  "filename": "src/release/publisher.ts",
33534
- "line": 109
33571
+ "line": 111
33535
33572
  },
33536
33573
  "parameters": [
33537
33574
  {
@@ -33554,6 +33591,30 @@
33554
33591
  "line": 93
33555
33592
  },
33556
33593
  "methods": [
33594
+ {
33595
+ "docs": {
33596
+ "stability": "experimental",
33597
+ "summary": "Adds pre publishing steps for the GitHub release job."
33598
+ },
33599
+ "locationInModule": {
33600
+ "filename": "src/release/publisher.ts",
33601
+ "line": 152
33602
+ },
33603
+ "name": "addGitHubPrePublishingSteps",
33604
+ "parameters": [
33605
+ {
33606
+ "docs": {
33607
+ "summary": "The steps."
33608
+ },
33609
+ "name": "steps",
33610
+ "type": {
33611
+ "fqn": "projen.github.workflows.JobStep"
33612
+ },
33613
+ "variadic": true
33614
+ }
33615
+ ],
33616
+ "variadic": true
33617
+ },
33557
33618
  {
33558
33619
  "docs": {
33559
33620
  "remarks": "This includes generating a project-level changelog and release tags.",
@@ -33562,7 +33623,7 @@
33562
33623
  },
33563
33624
  "locationInModule": {
33564
33625
  "filename": "src/release/publisher.ts",
33565
- "line": 152
33626
+ "line": 163
33566
33627
  },
33567
33628
  "name": "publishToGit",
33568
33629
  "parameters": [
@@ -33589,7 +33650,7 @@
33589
33650
  },
33590
33651
  "locationInModule": {
33591
33652
  "filename": "src/release/publisher.ts",
33592
- "line": 187
33653
+ "line": 198
33593
33654
  },
33594
33655
  "name": "publishToGitHubReleases",
33595
33656
  "parameters": [
@@ -33611,7 +33672,7 @@
33611
33672
  },
33612
33673
  "locationInModule": {
33613
33674
  "filename": "src/release/publisher.ts",
33614
- "line": 355
33675
+ "line": 366
33615
33676
  },
33616
33677
  "name": "publishToGo",
33617
33678
  "parameters": [
@@ -33634,7 +33695,7 @@
33634
33695
  },
33635
33696
  "locationInModule": {
33636
33697
  "filename": "src/release/publisher.ts",
33637
- "line": 296
33698
+ "line": 307
33638
33699
  },
33639
33700
  "name": "publishToMaven",
33640
33701
  "parameters": [
@@ -33657,7 +33718,7 @@
33657
33718
  },
33658
33719
  "locationInModule": {
33659
33720
  "filename": "src/release/publisher.ts",
33660
- "line": 236
33721
+ "line": 247
33661
33722
  },
33662
33723
  "name": "publishToNpm",
33663
33724
  "parameters": [
@@ -33680,7 +33741,7 @@
33680
33741
  },
33681
33742
  "locationInModule": {
33682
33743
  "filename": "src/release/publisher.ts",
33683
- "line": 279
33744
+ "line": 290
33684
33745
  },
33685
33746
  "name": "publishToNuget",
33686
33747
  "parameters": [
@@ -33703,7 +33764,7 @@
33703
33764
  },
33704
33765
  "locationInModule": {
33705
33766
  "filename": "src/release/publisher.ts",
33706
- "line": 334
33767
+ "line": 345
33707
33768
  },
33708
33769
  "name": "publishToPyPi",
33709
33770
  "parameters": [
@@ -33984,7 +34045,7 @@
33984
34045
  "kind": "interface",
33985
34046
  "locationInModule": {
33986
34047
  "filename": "src/release/publisher.ts",
33987
- "line": 636
34048
+ "line": 649
33988
34049
  },
33989
34050
  "name": "PyPiPublishOptions",
33990
34051
  "namespace": "release",
@@ -33999,7 +34060,7 @@
33999
34060
  "immutable": true,
34000
34061
  "locationInModule": {
34001
34062
  "filename": "src/release/publisher.ts",
34002
- "line": 654
34063
+ "line": 667
34003
34064
  },
34004
34065
  "name": "twinePasswordSecret",
34005
34066
  "optional": true,
@@ -34017,7 +34078,7 @@
34017
34078
  "immutable": true,
34018
34079
  "locationInModule": {
34019
34080
  "filename": "src/release/publisher.ts",
34020
- "line": 642
34081
+ "line": 655
34021
34082
  },
34022
34083
  "name": "twineRegistryUrl",
34023
34084
  "optional": true,
@@ -34035,7 +34096,7 @@
34035
34096
  "immutable": true,
34036
34097
  "locationInModule": {
34037
34098
  "filename": "src/release/publisher.ts",
34038
- "line": 648
34099
+ "line": 661
34039
34100
  },
34040
34101
  "name": "twineUsernameSecret",
34041
34102
  "optional": true,
@@ -37475,6 +37536,6 @@
37475
37536
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
37476
37537
  }
37477
37538
  },
37478
- "version": "0.47.10",
37479
- "fingerprint": "EmKSEldbGRwVv/tbS0r6QpcZ6Bx4yUXn9OTaDijAS4c="
37539
+ "version": "0.47.14",
37540
+ "fingerprint": "NkCY7/EsRmdDw3IuCuGYc7pUNEtYh86uhE9s2Qr+M3k="
37480
37541
  }