projen 0.101.2 → 0.101.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (158) hide show
  1. package/.jsii +878 -110
  2. package/lib/ai-instructions.js +2 -2
  3. package/lib/awscdk/auto-discover.js +6 -6
  4. package/lib/awscdk/awscdk-app-java.js +1 -1
  5. package/lib/awscdk/awscdk-app-py.js +1 -1
  6. package/lib/awscdk/awscdk-app-ts.js +1 -1
  7. package/lib/awscdk/awscdk-construct.js +1 -1
  8. package/lib/awscdk/awscdk-deps-java.js +1 -1
  9. package/lib/awscdk/awscdk-deps-js.js +1 -1
  10. package/lib/awscdk/awscdk-deps-py.js +1 -1
  11. package/lib/awscdk/awscdk-deps.js +1 -1
  12. package/lib/awscdk/cdk-config.js +3 -3
  13. package/lib/awscdk/cdk-tasks.js +1 -1
  14. package/lib/awscdk/integration-test.js +1 -1
  15. package/lib/awscdk/lambda-extension.js +1 -1
  16. package/lib/awscdk/lambda-function.js +2 -2
  17. package/lib/build/build-workflow.js +1 -1
  18. package/lib/cdk/auto-discover-base.js +2 -2
  19. package/lib/cdk/construct-lib.js +1 -1
  20. package/lib/cdk/integration-test-base.js +1 -1
  21. package/lib/cdk/jsii-build.js +1 -1
  22. package/lib/cdk/jsii-docgen.js +1 -1
  23. package/lib/cdk/jsii-project.js +1 -1
  24. package/lib/cdk8s/auto-discover.js +2 -2
  25. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  26. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  27. package/lib/cdk8s/cdk8s-construct.js +1 -1
  28. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  29. package/lib/cdk8s/cdk8s-deps.js +1 -1
  30. package/lib/cdk8s/integration-test.js +1 -1
  31. package/lib/cdktf/cdktf-construct.js +1 -1
  32. package/lib/circleci/circleci.js +1 -1
  33. package/lib/cli/task-runtime.js +34 -7
  34. package/lib/component.d.ts +70 -0
  35. package/lib/component.js +183 -3
  36. package/lib/dependencies.js +1 -1
  37. package/lib/dev-env.js +1 -1
  38. package/lib/docker-compose/docker-compose-service.js +1 -1
  39. package/lib/docker-compose/docker-compose.js +1 -1
  40. package/lib/file.js +1 -1
  41. package/lib/gitattributes.js +1 -1
  42. package/lib/github/actions-provider.js +1 -1
  43. package/lib/github/auto-approve.js +1 -1
  44. package/lib/github/auto-merge.js +1 -1
  45. package/lib/github/auto-queue.js +1 -1
  46. package/lib/github/dependabot.js +1 -1
  47. package/lib/github/dependency-review.js +1 -1
  48. package/lib/github/github-credentials.js +1 -1
  49. package/lib/github/github-project.js +1 -1
  50. package/lib/github/github.js +1 -1
  51. package/lib/github/merge-queue.js +1 -1
  52. package/lib/github/mergify.js +1 -1
  53. package/lib/github/pr-template.js +1 -1
  54. package/lib/github/pull-request-backport.js +1 -1
  55. package/lib/github/pull-request-lint.js +1 -1
  56. package/lib/github/stale.js +1 -1
  57. package/lib/github/task-workflow-job.js +1 -1
  58. package/lib/github/task-workflow.js +1 -1
  59. package/lib/github/workflow-actions.js +1 -1
  60. package/lib/github/workflow-jobs.js +1 -1
  61. package/lib/github/workflow-steps.js +1 -1
  62. package/lib/github/workflows.js +1 -1
  63. package/lib/gitlab/configuration.js +1 -1
  64. package/lib/gitlab/gitlab-configuration.js +1 -1
  65. package/lib/gitlab/nested-configuration.js +1 -1
  66. package/lib/gitpod.js +1 -1
  67. package/lib/ignore-file.js +1 -1
  68. package/lib/index.d.ts +1 -0
  69. package/lib/index.js +1 -1
  70. package/lib/ini.js +1 -1
  71. package/lib/java/java-project.js +1 -1
  72. package/lib/java/junit.js +1 -1
  73. package/lib/java/maven-compile.js +1 -1
  74. package/lib/java/maven-packaging.js +1 -1
  75. package/lib/java/maven-sample.js +1 -1
  76. package/lib/java/pom.js +2 -2
  77. package/lib/java/projenrc.js +1 -1
  78. package/lib/javascript/biome/biome.js +1 -1
  79. package/lib/javascript/bundler.js +1 -1
  80. package/lib/javascript/eslint.js +1 -1
  81. package/lib/javascript/jest.js +4 -4
  82. package/lib/javascript/license-checker.js +1 -1
  83. package/lib/javascript/node-package.js +1 -1
  84. package/lib/javascript/node-project.js +1 -1
  85. package/lib/javascript/npm-config.js +1 -1
  86. package/lib/javascript/prettier.js +1 -1
  87. package/lib/javascript/projenrc.js +1 -1
  88. package/lib/javascript/typescript-config.js +2 -2
  89. package/lib/javascript/upgrade-dependencies.js +2 -2
  90. package/lib/javascript/yarnrc.js +1 -1
  91. package/lib/json-patch.js +1 -1
  92. package/lib/json.js +1 -1
  93. package/lib/license.js +1 -1
  94. package/lib/logger.js +1 -1
  95. package/lib/makefile.js +1 -1
  96. package/lib/object-file.js +1 -1
  97. package/lib/project-build.js +1 -1
  98. package/lib/project-tree.js +1 -1
  99. package/lib/project.js +1 -1
  100. package/lib/projects.js +1 -1
  101. package/lib/projenrc-json.js +1 -1
  102. package/lib/projenrc.js +1 -1
  103. package/lib/python/pip.js +1 -1
  104. package/lib/python/poetry.js +2 -2
  105. package/lib/python/projenrc.js +1 -1
  106. package/lib/python/pyproject-toml-file.js +1 -1
  107. package/lib/python/pytest-sample.js +1 -1
  108. package/lib/python/pytest.js +1 -1
  109. package/lib/python/python-project.d.ts +1 -1
  110. package/lib/python/python-project.js +2 -2
  111. package/lib/python/python-sample.js +1 -1
  112. package/lib/python/requirements-file.js +1 -1
  113. package/lib/python/setuppy.js +1 -1
  114. package/lib/python/setuptools.js +1 -1
  115. package/lib/python/uv.js +1 -1
  116. package/lib/python/venv.js +1 -1
  117. package/lib/readme.js +1 -1
  118. package/lib/release/publisher.js +1 -1
  119. package/lib/release/release-trigger.js +1 -1
  120. package/lib/release/release.js +1 -1
  121. package/lib/renovatebot.js +1 -1
  122. package/lib/run-task.cjs +20 -3
  123. package/lib/sample-file.js +2 -2
  124. package/lib/script-runner.d.ts +35 -0
  125. package/lib/script-runner.js +22 -0
  126. package/lib/source-code.js +1 -1
  127. package/lib/task-shell.js +1 -1
  128. package/lib/task.js +1 -1
  129. package/lib/tasks.js +1 -1
  130. package/lib/testing.js +1 -1
  131. package/lib/textfile.js +1 -1
  132. package/lib/toml.js +1 -1
  133. package/lib/typescript/index.d.ts +1 -0
  134. package/lib/typescript/index.js +2 -1
  135. package/lib/typescript/projenrc-ts.d.ts +11 -3
  136. package/lib/typescript/projenrc-ts.js +38 -6
  137. package/lib/typescript/projenrc.d.ts +14 -3
  138. package/lib/typescript/projenrc.js +36 -18
  139. package/lib/typescript/typescript-runner.d.ts +146 -0
  140. package/lib/typescript/typescript-runner.js +134 -0
  141. package/lib/typescript/typescript-typedoc.js +1 -1
  142. package/lib/typescript/typescript.d.ts +14 -0
  143. package/lib/typescript/typescript.js +12 -6
  144. package/lib/util/recreate.d.ts +30 -0
  145. package/lib/util/recreate.js +38 -0
  146. package/lib/version.js +2 -2
  147. package/lib/vscode/devcontainer.js +1 -1
  148. package/lib/vscode/extensions.js +1 -1
  149. package/lib/vscode/launch-config.js +1 -1
  150. package/lib/vscode/settings.js +1 -1
  151. package/lib/vscode/vscode.js +1 -1
  152. package/lib/web/next.js +3 -3
  153. package/lib/web/postcss.js +1 -1
  154. package/lib/web/react.js +3 -3
  155. package/lib/web/tailwind.js +1 -1
  156. package/lib/xmlfile.js +1 -1
  157. package/lib/yaml.js +1 -1
  158. package/package.json +2 -2
package/.jsii CHANGED
@@ -92,49 +92,49 @@
92
92
  "projen.awscdk": {
93
93
  "locationInModule": {
94
94
  "filename": "src/index.ts",
95
- "line": 55
95
+ "line": 56
96
96
  },
97
97
  "symbolId": "src/awscdk/index:"
98
98
  },
99
99
  "projen.build": {
100
100
  "locationInModule": {
101
101
  "filename": "src/index.ts",
102
- "line": 59
102
+ "line": 60
103
103
  },
104
104
  "symbolId": "src/build/index:"
105
105
  },
106
106
  "projen.cdk": {
107
107
  "locationInModule": {
108
108
  "filename": "src/index.ts",
109
- "line": 58
109
+ "line": 59
110
110
  },
111
111
  "symbolId": "src/cdk/index:"
112
112
  },
113
113
  "projen.cdk8s": {
114
114
  "locationInModule": {
115
115
  "filename": "src/index.ts",
116
- "line": 56
116
+ "line": 57
117
117
  },
118
118
  "symbolId": "src/cdk8s/index:"
119
119
  },
120
120
  "projen.cdktf": {
121
121
  "locationInModule": {
122
122
  "filename": "src/index.ts",
123
- "line": 57
123
+ "line": 58
124
124
  },
125
125
  "symbolId": "src/cdktf/index:"
126
126
  },
127
127
  "projen.circleci": {
128
128
  "locationInModule": {
129
129
  "filename": "src/index.ts",
130
- "line": 48
130
+ "line": 49
131
131
  },
132
132
  "symbolId": "src/circleci/index:"
133
133
  },
134
134
  "projen.github": {
135
135
  "locationInModule": {
136
136
  "filename": "src/index.ts",
137
- "line": 46
137
+ "line": 47
138
138
  },
139
139
  "symbolId": "src/github/index:"
140
140
  },
@@ -148,21 +148,21 @@
148
148
  "projen.gitlab": {
149
149
  "locationInModule": {
150
150
  "filename": "src/index.ts",
151
- "line": 47
151
+ "line": 48
152
152
  },
153
153
  "symbolId": "src/gitlab/index:"
154
154
  },
155
155
  "projen.java": {
156
156
  "locationInModule": {
157
157
  "filename": "src/index.ts",
158
- "line": 50
158
+ "line": 51
159
159
  },
160
160
  "symbolId": "src/java/index:"
161
161
  },
162
162
  "projen.javascript": {
163
163
  "locationInModule": {
164
164
  "filename": "src/index.ts",
165
- "line": 53
165
+ "line": 54
166
166
  },
167
167
  "symbolId": "src/javascript/index:"
168
168
  },
@@ -176,7 +176,7 @@
176
176
  "projen.python": {
177
177
  "locationInModule": {
178
178
  "filename": "src/index.ts",
179
- "line": 51
179
+ "line": 52
180
180
  },
181
181
  "symbolId": "src/python/index:"
182
182
  },
@@ -190,28 +190,28 @@
190
190
  "projen.release": {
191
191
  "locationInModule": {
192
192
  "filename": "src/index.ts",
193
- "line": 54
193
+ "line": 55
194
194
  },
195
195
  "symbolId": "src/release/index:"
196
196
  },
197
197
  "projen.typescript": {
198
198
  "locationInModule": {
199
199
  "filename": "src/index.ts",
200
- "line": 52
200
+ "line": 53
201
201
  },
202
202
  "symbolId": "src/typescript/index:"
203
203
  },
204
204
  "projen.vscode": {
205
205
  "locationInModule": {
206
206
  "filename": "src/index.ts",
207
- "line": 49
207
+ "line": 50
208
208
  },
209
209
  "symbolId": "src/vscode/index:"
210
210
  },
211
211
  "projen.web": {
212
212
  "locationInModule": {
213
213
  "filename": "src/index.ts",
214
- "line": 45
214
+ "line": 46
215
215
  },
216
216
  "symbolId": "src/web/index:"
217
217
  }
@@ -671,7 +671,7 @@
671
671
  },
672
672
  "locationInModule": {
673
673
  "filename": "src/component.ts",
674
- "line": 32
674
+ "line": 33
675
675
  },
676
676
  "parameters": [
677
677
  {
@@ -692,7 +692,7 @@
692
692
  "kind": "class",
693
693
  "locationInModule": {
694
694
  "filename": "src/component.ts",
695
- "line": 22
695
+ "line": 23
696
696
  },
697
697
  "methods": [
698
698
  {
@@ -702,7 +702,7 @@
702
702
  },
703
703
  "locationInModule": {
704
704
  "filename": "src/component.ts",
705
- "line": 26
705
+ "line": 27
706
706
  },
707
707
  "name": "isComponent",
708
708
  "parameters": [
@@ -728,7 +728,7 @@
728
728
  },
729
729
  "locationInModule": {
730
730
  "filename": "src/component.ts",
731
- "line": 54
731
+ "line": 55
732
732
  },
733
733
  "name": "postSynthesize"
734
734
  },
@@ -739,7 +739,7 @@
739
739
  },
740
740
  "locationInModule": {
741
741
  "filename": "src/component.ts",
742
- "line": 44
742
+ "line": 45
743
743
  },
744
744
  "name": "preSynthesize"
745
745
  },
@@ -750,7 +750,7 @@
750
750
  },
751
751
  "locationInModule": {
752
752
  "filename": "src/component.ts",
753
- "line": 49
753
+ "line": 50
754
754
  },
755
755
  "name": "synthesize"
756
756
  }
@@ -764,7 +764,7 @@
764
764
  "immutable": true,
765
765
  "locationInModule": {
766
766
  "filename": "src/component.ts",
767
- "line": 30
767
+ "line": 31
768
768
  },
769
769
  "name": "project",
770
770
  "type": {
@@ -3954,6 +3954,130 @@
3954
3954
  ],
3955
3955
  "symbolId": "src/file:FileBaseOptions"
3956
3956
  },
3957
+ "projen.FutureComponent": {
3958
+ "abstract": true,
3959
+ "assembly": "projen",
3960
+ "base": "projen.Component",
3961
+ "docs": {
3962
+ "remarks": "Like a regular component, but constructed without a project. It improves on a\nnaive deferred component in three ways:\n\n- Use-before-attach is an error, not a silent footgun. The constructor hands\n the caller a guard proxy; touching `project`, `node`, `synthesize()` or any\n subclass feature before `attach()` throws.\n- No global shadow-tree leak. Each instance gets its own throwaway shadow\n root, so detached components never share an id counter and the root becomes\n garbage once the component is reparented on attach.\n- `attach()` returns the unwrapped component, so callers can opt out of the\n proxy entirely.\n\nThe constructor takes no arguments (`super()`). A subclass that needs options\ncaptures them itself, reading the local parameter inside its constructor - NOT\n`this.options`, which the guard blocks until attach.\n\n```ts\nclass Worker extends FutureComponent {\n private readonly options: WorkerOptions;\n constructor(options: WorkerOptions = {}) {\n super();\n this.options = options; // set: allowed\n }\n protected init() {\n // this.project is available here\n }\n}\n\nconst w = new Worker({ retries: 3 });\n// w.project; // throws: not attached yet\nconst real = w.attach(project); // reparents, runs init(), returns the bare instance\n```",
3963
+ "stability": "experimental",
3964
+ "summary": "A {@link Component} that is created *detached* from any project and attached to one later via {@link FutureComponent.attach}."
3965
+ },
3966
+ "fqn": "projen.FutureComponent",
3967
+ "initializer": {
3968
+ "docs": {
3969
+ "stability": "experimental"
3970
+ },
3971
+ "locationInModule": {
3972
+ "filename": "src/component.ts",
3973
+ "line": 183
3974
+ }
3975
+ },
3976
+ "kind": "class",
3977
+ "locationInModule": {
3978
+ "filename": "src/component.ts",
3979
+ "line": 179
3980
+ },
3981
+ "methods": [
3982
+ {
3983
+ "docs": {
3984
+ "remarks": "Returns the real, unwrapped component (not the proxy). A component may be\nattached exactly once; attaching an already-attached component throws (copy\nit first to attach a variant elsewhere). Use `tryAttach()` if you don't care\nwhether it has already been attached.",
3985
+ "stability": "experimental",
3986
+ "summary": "Attach the component to a scope. Only now does it become usable."
3987
+ },
3988
+ "locationInModule": {
3989
+ "filename": "src/component.ts",
3990
+ "line": 222
3991
+ },
3992
+ "name": "attach",
3993
+ "parameters": [
3994
+ {
3995
+ "name": "scope",
3996
+ "type": {
3997
+ "fqn": "constructs.IConstruct"
3998
+ }
3999
+ },
4000
+ {
4001
+ "name": "id",
4002
+ "optional": true,
4003
+ "type": {
4004
+ "primitive": "string"
4005
+ }
4006
+ }
4007
+ ],
4008
+ "returns": {
4009
+ "type": {
4010
+ "fqn": "projen.FutureComponent"
4011
+ }
4012
+ }
4013
+ },
4014
+ {
4015
+ "docs": {
4016
+ "remarks": "Runs once, from `attach()`, when `this.project` is\nfinally available.",
4017
+ "stability": "experimental",
4018
+ "summary": "Project-dependent setup."
4019
+ },
4020
+ "locationInModule": {
4021
+ "filename": "src/component.ts",
4022
+ "line": 212
4023
+ },
4024
+ "name": "init",
4025
+ "protected": true
4026
+ },
4027
+ {
4028
+ "docs": {
4029
+ "remarks": "Unlike `attach()`, never throws on an already-attached component: if attached\nanywhere at all, the existing instance is returned and `scope` is ignored.\nUse `attach()` when attaching to a specific scope is part of your contract\nand a pre-existing attachment elsewhere would be a bug.",
4030
+ "stability": "experimental",
4031
+ "summary": "Attach the component if it isn't already, without caring *where*."
4032
+ },
4033
+ "locationInModule": {
4034
+ "filename": "src/component.ts",
4035
+ "line": 268
4036
+ },
4037
+ "name": "tryAttach",
4038
+ "parameters": [
4039
+ {
4040
+ "name": "scope",
4041
+ "type": {
4042
+ "fqn": "constructs.IConstruct"
4043
+ }
4044
+ },
4045
+ {
4046
+ "name": "id",
4047
+ "optional": true,
4048
+ "type": {
4049
+ "primitive": "string"
4050
+ }
4051
+ }
4052
+ ],
4053
+ "returns": {
4054
+ "type": {
4055
+ "fqn": "projen.FutureComponent"
4056
+ }
4057
+ }
4058
+ }
4059
+ ],
4060
+ "name": "FutureComponent",
4061
+ "properties": [
4062
+ {
4063
+ "docs": {
4064
+ "remarks": "A convenience for tests/introspection;\nprefer `tryAttach()` over reading this and branching.",
4065
+ "stability": "experimental",
4066
+ "summary": "Whether `attach()` has been called."
4067
+ },
4068
+ "immutable": true,
4069
+ "locationInModule": {
4070
+ "filename": "src/component.ts",
4071
+ "line": 204
4072
+ },
4073
+ "name": "attached",
4074
+ "type": {
4075
+ "primitive": "boolean"
4076
+ }
4077
+ }
4078
+ ],
4079
+ "symbolId": "src/component:FutureComponent"
4080
+ },
3957
4081
  "projen.GitAttributesFile": {
3958
4082
  "assembly": "projen",
3959
4083
  "base": "projen.FileBase",
@@ -5583,6 +5707,48 @@
5583
5707
  "name": "IResolver",
5584
5708
  "symbolId": "src/file:IResolver"
5585
5709
  },
5710
+ "projen.IScriptRunner": {
5711
+ "assembly": "projen",
5712
+ "docs": {
5713
+ "stability": "experimental",
5714
+ "summary": "A script runner that can produce the configuration to execute a file of a particular type."
5715
+ },
5716
+ "fqn": "projen.IScriptRunner",
5717
+ "kind": "interface",
5718
+ "locationInModule": {
5719
+ "filename": "src/script-runner.ts",
5720
+ "line": 24
5721
+ },
5722
+ "methods": [
5723
+ {
5724
+ "abstract": true,
5725
+ "docs": {
5726
+ "stability": "experimental",
5727
+ "summary": "Produce the configuration to run the given entrypoint."
5728
+ },
5729
+ "locationInModule": {
5730
+ "filename": "src/script-runner.ts",
5731
+ "line": 28
5732
+ },
5733
+ "name": "configFor",
5734
+ "parameters": [
5735
+ {
5736
+ "name": "entrypoint",
5737
+ "type": {
5738
+ "primitive": "string"
5739
+ }
5740
+ }
5741
+ ],
5742
+ "returns": {
5743
+ "type": {
5744
+ "fqn": "projen.RunScriptConfig"
5745
+ }
5746
+ }
5747
+ }
5748
+ ],
5749
+ "name": "IScriptRunner",
5750
+ "symbolId": "src/script-runner:IScriptRunner"
5751
+ },
5586
5752
  "projen.IgnoreFile": {
5587
5753
  "assembly": "projen",
5588
5754
  "base": "projen.FileBase",
@@ -9061,7 +9227,7 @@
9061
9227
  },
9062
9228
  "locationInModule": {
9063
9229
  "filename": "src/component.ts",
9064
- "line": 32
9230
+ "line": 33
9065
9231
  },
9066
9232
  "parameters": [
9067
9233
  {
@@ -9908,6 +10074,66 @@
9908
10074
  ],
9909
10075
  "symbolId": "src/makefile:Rule"
9910
10076
  },
10077
+ "projen.RunScriptConfig": {
10078
+ "assembly": "projen",
10079
+ "datatype": true,
10080
+ "docs": {
10081
+ "stability": "experimental",
10082
+ "summary": "The resolved configuration for running a script."
10083
+ },
10084
+ "fqn": "projen.RunScriptConfig",
10085
+ "kind": "interface",
10086
+ "locationInModule": {
10087
+ "filename": "src/script-runner.ts",
10088
+ "line": 8
10089
+ },
10090
+ "name": "RunScriptConfig",
10091
+ "properties": [
10092
+ {
10093
+ "abstract": true,
10094
+ "docs": {
10095
+ "stability": "experimental",
10096
+ "summary": "Dependencies required to run the script."
10097
+ },
10098
+ "immutable": true,
10099
+ "locationInModule": {
10100
+ "filename": "src/script-runner.ts",
10101
+ "line": 12
10102
+ },
10103
+ "name": "dependencies",
10104
+ "type": {
10105
+ "collection": {
10106
+ "elementtype": {
10107
+ "fqn": "projen.DependencyRequest"
10108
+ },
10109
+ "kind": "array"
10110
+ }
10111
+ }
10112
+ },
10113
+ {
10114
+ "abstract": true,
10115
+ "docs": {
10116
+ "stability": "experimental",
10117
+ "summary": "The task steps to execute the script."
10118
+ },
10119
+ "immutable": true,
10120
+ "locationInModule": {
10121
+ "filename": "src/script-runner.ts",
10122
+ "line": 17
10123
+ },
10124
+ "name": "steps",
10125
+ "type": {
10126
+ "collection": {
10127
+ "elementtype": {
10128
+ "fqn": "projen.TaskStep"
10129
+ },
10130
+ "kind": "array"
10131
+ }
10132
+ }
10133
+ }
10134
+ ],
10135
+ "symbolId": "src/script-runner:RunScriptConfig"
10136
+ },
9911
10137
  "projen.SampleDir": {
9912
10138
  "assembly": "projen",
9913
10139
  "base": "projen.Component",
@@ -10256,6 +10482,62 @@
10256
10482
  ],
10257
10483
  "symbolId": "src/readme:SampleReadmeProps"
10258
10484
  },
10485
+ "projen.ScriptRunner": {
10486
+ "assembly": "projen",
10487
+ "base": "projen.FutureComponent",
10488
+ "docs": {
10489
+ "remarks": "A runner is a {@link FutureComponent}: it can be created standalone (e.g. in\n`.projenrc.ts`) and is attached to a project by whoever consumes it.",
10490
+ "stability": "experimental",
10491
+ "summary": "A script runner that executes the entrypoint file directly."
10492
+ },
10493
+ "fqn": "projen.ScriptRunner",
10494
+ "initializer": {
10495
+ "docs": {
10496
+ "stability": "experimental"
10497
+ },
10498
+ "locationInModule": {
10499
+ "filename": "src/component.ts",
10500
+ "line": 183
10501
+ }
10502
+ },
10503
+ "interfaces": [
10504
+ "projen.IScriptRunner"
10505
+ ],
10506
+ "kind": "class",
10507
+ "locationInModule": {
10508
+ "filename": "src/script-runner.ts",
10509
+ "line": 37
10510
+ },
10511
+ "methods": [
10512
+ {
10513
+ "docs": {
10514
+ "stability": "experimental",
10515
+ "summary": "Produce the configuration to run the given entrypoint."
10516
+ },
10517
+ "locationInModule": {
10518
+ "filename": "src/script-runner.ts",
10519
+ "line": 38
10520
+ },
10521
+ "name": "configFor",
10522
+ "overrides": "projen.IScriptRunner",
10523
+ "parameters": [
10524
+ {
10525
+ "name": "entrypoint",
10526
+ "type": {
10527
+ "primitive": "string"
10528
+ }
10529
+ }
10530
+ ],
10531
+ "returns": {
10532
+ "type": {
10533
+ "fqn": "projen.RunScriptConfig"
10534
+ }
10535
+ }
10536
+ }
10537
+ ],
10538
+ "name": "ScriptRunner",
10539
+ "symbolId": "src/script-runner:ScriptRunner"
10540
+ },
10259
10541
  "projen.SnapshotOptions": {
10260
10542
  "assembly": "projen",
10261
10543
  "datatype": true,
@@ -69809,7 +70091,7 @@
69809
70091
  "abstract": true,
69810
70092
  "docs": {
69811
70093
  "default": "false",
69812
- "remarks": "This will create a tsconfig file (default: `tsconfig.projen.json`)\nand use `ts-node` in the default task to parse the project source files.",
70094
+ "remarks": "This will create a tsconfig file (default: `tsconfig.projen.json`)\nand use a typescript runner in the default task to parse the project source files.",
69813
70095
  "stability": "experimental",
69814
70096
  "summary": "Use projenrc in TypeScript."
69815
70097
  },
@@ -79312,12 +79594,88 @@
79312
79594
  ],
79313
79595
  "symbolId": "src/release/release-trigger:TagReleaseOptions"
79314
79596
  },
79597
+ "projen.typescript.NodeRunnerOptions": {
79598
+ "assembly": "projen",
79599
+ "datatype": true,
79600
+ "docs": {
79601
+ "stability": "experimental",
79602
+ "summary": "Options for the native Node.js TypeScript runner."
79603
+ },
79604
+ "fqn": "projen.typescript.NodeRunnerOptions",
79605
+ "kind": "interface",
79606
+ "locationInModule": {
79607
+ "filename": "src/typescript/typescript-runner.ts",
79608
+ "line": 64
79609
+ },
79610
+ "name": "NodeRunnerOptions",
79611
+ "namespace": "typescript",
79612
+ "properties": [
79613
+ {
79614
+ "abstract": true,
79615
+ "docs": {
79616
+ "default": "false",
79617
+ "stability": "experimental",
79618
+ "summary": "Whether to also enable `--experimental-transform-types`."
79619
+ },
79620
+ "immutable": true,
79621
+ "locationInModule": {
79622
+ "filename": "src/typescript/typescript-runner.ts",
79623
+ "line": 88
79624
+ },
79625
+ "name": "experimentalTransformTypes",
79626
+ "optional": true,
79627
+ "type": {
79628
+ "primitive": "boolean"
79629
+ }
79630
+ },
79631
+ {
79632
+ "abstract": true,
79633
+ "docs": {
79634
+ "default": "- typescript default discovery",
79635
+ "remarks": "When specified, will use this tsconfig for type-checking (if enabled).",
79636
+ "stability": "experimental",
79637
+ "summary": "Path to the tsconfig file for type-checking."
79638
+ },
79639
+ "immutable": true,
79640
+ "locationInModule": {
79641
+ "filename": "src/typescript/typescript-runner.ts",
79642
+ "line": 82
79643
+ },
79644
+ "name": "tsconfig",
79645
+ "optional": true,
79646
+ "type": {
79647
+ "primitive": "string"
79648
+ }
79649
+ },
79650
+ {
79651
+ "abstract": true,
79652
+ "docs": {
79653
+ "default": "false",
79654
+ "remarks": "Because the native Node.js TypeScript does not type check code,\nyou may want to enable this for additional type safety.\nWhen enabled, runs `tsc --noEmit`, using the provided tsconfig.",
79655
+ "stability": "experimental",
79656
+ "summary": "Whether to type-check the entrypoint before executing."
79657
+ },
79658
+ "immutable": true,
79659
+ "locationInModule": {
79660
+ "filename": "src/typescript/typescript-runner.ts",
79661
+ "line": 74
79662
+ },
79663
+ "name": "typeCheck",
79664
+ "optional": true,
79665
+ "type": {
79666
+ "primitive": "boolean"
79667
+ }
79668
+ }
79669
+ ],
79670
+ "symbolId": "src/typescript/typescript-runner:NodeRunnerOptions"
79671
+ },
79315
79672
  "projen.typescript.Projenrc": {
79316
79673
  "assembly": "projen",
79317
79674
  "base": "projen.ProjenrcFile",
79318
79675
  "docs": {
79676
+ "remarks": "This component is used within TypeScriptProject.",
79319
79677
  "stability": "experimental",
79320
- "summary": "Sets up a typescript project to use TypeScript for projenrc."
79678
+ "summary": "A projenrc file written in TypeScript."
79321
79679
  },
79322
79680
  "fqn": "projen.typescript.Projenrc",
79323
79681
  "initializer": {
@@ -79326,7 +79684,7 @@
79326
79684
  },
79327
79685
  "locationInModule": {
79328
79686
  "filename": "src/typescript/projenrc.ts",
79329
- "line": 45
79687
+ "line": 56
79330
79688
  },
79331
79689
  "parameters": [
79332
79690
  {
@@ -79347,7 +79705,7 @@
79347
79705
  "kind": "class",
79348
79706
  "locationInModule": {
79349
79707
  "filename": "src/typescript/projenrc.ts",
79350
- "line": 37
79708
+ "line": 48
79351
79709
  },
79352
79710
  "methods": [
79353
79711
  {
@@ -79357,7 +79715,7 @@
79357
79715
  },
79358
79716
  "locationInModule": {
79359
79717
  "filename": "src/typescript/projenrc.ts",
79360
- "line": 95
79718
+ "line": 122
79361
79719
  },
79362
79720
  "name": "preSynthesize",
79363
79721
  "overrides": "projen.ProjenrcFile"
@@ -79374,7 +79732,7 @@
79374
79732
  "immutable": true,
79375
79733
  "locationInModule": {
79376
79734
  "filename": "src/typescript/projenrc.ts",
79377
- "line": 38
79735
+ "line": 49
79378
79736
  },
79379
79737
  "name": "filePath",
79380
79738
  "overrides": "projen.ProjenrcFile",
@@ -79389,7 +79747,7 @@
79389
79747
  "immutable": true,
79390
79748
  "locationInModule": {
79391
79749
  "filename": "src/typescript/projenrc.ts",
79392
- "line": 39
79750
+ "line": 50
79393
79751
  },
79394
79752
  "name": "tsconfig",
79395
79753
  "type": {
@@ -79409,7 +79767,7 @@
79409
79767
  "kind": "interface",
79410
79768
  "locationInModule": {
79411
79769
  "filename": "src/typescript/projenrc.ts",
79412
- "line": 9
79770
+ "line": 10
79413
79771
  },
79414
79772
  "name": "ProjenrcOptions",
79415
79773
  "namespace": "typescript",
@@ -79424,7 +79782,7 @@
79424
79782
  "immutable": true,
79425
79783
  "locationInModule": {
79426
79784
  "filename": "src/typescript/projenrc.ts",
79427
- "line": 14
79785
+ "line": 15
79428
79786
  },
79429
79787
  "name": "filename",
79430
79788
  "optional": true,
@@ -79442,7 +79800,7 @@
79442
79800
  "immutable": true,
79443
79801
  "locationInModule": {
79444
79802
  "filename": "src/typescript/projenrc.ts",
79445
- "line": 22
79803
+ "line": 23
79446
79804
  },
79447
79805
  "name": "projenCodeDir",
79448
79806
  "optional": true,
@@ -79453,14 +79811,33 @@
79453
79811
  {
79454
79812
  "abstract": true,
79455
79813
  "docs": {
79456
- "default": "false",
79814
+ "default": "- the project's runner",
79457
79815
  "stability": "experimental",
79816
+ "summary": "The runner to use for executing TypeScript files."
79817
+ },
79818
+ "immutable": true,
79819
+ "locationInModule": {
79820
+ "filename": "src/typescript/projenrc.ts",
79821
+ "line": 38
79822
+ },
79823
+ "name": "runner",
79824
+ "optional": true,
79825
+ "type": {
79826
+ "fqn": "projen.typescript.TypeScriptRunner"
79827
+ }
79828
+ },
79829
+ {
79830
+ "abstract": true,
79831
+ "docs": {
79832
+ "default": "false",
79833
+ "deprecated": "Use `runner: TypeScriptRunner.tsNode({ swc: true })` instead.",
79834
+ "stability": "deprecated",
79458
79835
  "summary": "Whether to use `SWC` for ts-node."
79459
79836
  },
79460
79837
  "immutable": true,
79461
79838
  "locationInModule": {
79462
79839
  "filename": "src/typescript/projenrc.ts",
79463
- "line": 29
79840
+ "line": 31
79464
79841
  },
79465
79842
  "name": "swc",
79466
79843
  "optional": true,
@@ -79475,7 +79852,7 @@
79475
79852
  "assembly": "projen",
79476
79853
  "base": "projen.ProjenrcFile",
79477
79854
  "docs": {
79478
- "remarks": "This component can be instantiated in any type of project\nand has no expectations around the project's main language.\n\nRequires that `npx` is available.",
79855
+ "remarks": "This component can be instantiated in any type of project\nand has no expectations around the project's main language.",
79479
79856
  "stability": "experimental",
79480
79857
  "summary": "A projenrc file written in TypeScript."
79481
79858
  },
@@ -79486,7 +79863,7 @@
79486
79863
  },
79487
79864
  "locationInModule": {
79488
79865
  "filename": "src/typescript/projenrc-ts.ts",
79489
- "line": 51
79866
+ "line": 60
79490
79867
  },
79491
79868
  "parameters": [
79492
79869
  {
@@ -79507,7 +79884,7 @@
79507
79884
  "kind": "class",
79508
79885
  "locationInModule": {
79509
79886
  "filename": "src/typescript/projenrc-ts.ts",
79510
- "line": 43
79887
+ "line": 50
79511
79888
  },
79512
79889
  "methods": [
79513
79890
  {
@@ -79517,7 +79894,7 @@
79517
79894
  },
79518
79895
  "locationInModule": {
79519
79896
  "filename": "src/typescript/projenrc-ts.ts",
79520
- "line": 73
79897
+ "line": 115
79521
79898
  },
79522
79899
  "name": "preSynthesize",
79523
79900
  "overrides": "projen.ProjenrcFile"
@@ -79534,7 +79911,7 @@
79534
79911
  "immutable": true,
79535
79912
  "locationInModule": {
79536
79913
  "filename": "src/typescript/projenrc-ts.ts",
79537
- "line": 48
79914
+ "line": 55
79538
79915
  },
79539
79916
  "name": "filePath",
79540
79917
  "overrides": "projen.ProjenrcFile",
@@ -79550,7 +79927,7 @@
79550
79927
  "immutable": true,
79551
79928
  "locationInModule": {
79552
79929
  "filename": "src/typescript/projenrc-ts.ts",
79553
- "line": 47
79930
+ "line": 54
79554
79931
  },
79555
79932
  "name": "tsconfig",
79556
79933
  "type": {
@@ -79570,7 +79947,7 @@
79570
79947
  "kind": "interface",
79571
79948
  "locationInModule": {
79572
79949
  "filename": "src/typescript/projenrc-ts.ts",
79573
- "line": 9
79950
+ "line": 10
79574
79951
  },
79575
79952
  "name": "ProjenrcTsOptions",
79576
79953
  "namespace": "typescript",
@@ -79585,7 +79962,7 @@
79585
79962
  "immutable": true,
79586
79963
  "locationInModule": {
79587
79964
  "filename": "src/typescript/projenrc-ts.ts",
79588
- "line": 14
79965
+ "line": 15
79589
79966
  },
79590
79967
  "name": "filename",
79591
79968
  "optional": true,
@@ -79603,7 +79980,7 @@
79603
79980
  "immutable": true,
79604
79981
  "locationInModule": {
79605
79982
  "filename": "src/typescript/projenrc-ts.ts",
79606
- "line": 22
79983
+ "line": 23
79607
79984
  },
79608
79985
  "name": "projenCodeDir",
79609
79986
  "optional": true,
@@ -79614,14 +79991,33 @@
79614
79991
  {
79615
79992
  "abstract": true,
79616
79993
  "docs": {
79617
- "default": "\"tsconfig.projen.json\"",
79994
+ "default": "TypeScriptRunner.tsNode()",
79618
79995
  "stability": "experimental",
79619
- "summary": "The name of the tsconfig file that will be used by ts-node when compiling projen source files."
79996
+ "summary": "The runner to use for executing TypeScript files."
79620
79997
  },
79621
79998
  "immutable": true,
79622
79999
  "locationInModule": {
79623
80000
  "filename": "src/typescript/projenrc-ts.ts",
79624
- "line": 30
80001
+ "line": 39
80002
+ },
80003
+ "name": "runner",
80004
+ "optional": true,
80005
+ "type": {
80006
+ "fqn": "projen.typescript.TypeScriptRunner"
80007
+ }
80008
+ },
80009
+ {
80010
+ "abstract": true,
80011
+ "docs": {
80012
+ "default": "\"tsconfig.projen.json\"",
80013
+ "deprecated": "Use `runner` to configure the tsconfigFileName directly.",
80014
+ "stability": "deprecated",
80015
+ "summary": "The name of the tsconfig file that will be used by the runner when compiling projen source files."
80016
+ },
80017
+ "immutable": true,
80018
+ "locationInModule": {
80019
+ "filename": "src/typescript/projenrc-ts.ts",
80020
+ "line": 32
79625
80021
  },
79626
80022
  "name": "tsconfigFileName",
79627
80023
  "optional": true,
@@ -79642,7 +80038,7 @@
79642
80038
  "kind": "class",
79643
80039
  "locationInModule": {
79644
80040
  "filename": "src/typescript/typescript.ts",
79645
- "line": 31
80041
+ "line": 35
79646
80042
  },
79647
80043
  "methods": [
79648
80044
  {
@@ -79653,7 +80049,7 @@
79653
80049
  },
79654
80050
  "locationInModule": {
79655
80051
  "filename": "src/typescript/typescript.ts",
79656
- "line": 44
80052
+ "line": 48
79657
80053
  },
79658
80054
  "name": "autoDetectConfig",
79659
80055
  "returns": {
@@ -79671,7 +80067,7 @@
79671
80067
  },
79672
80068
  "locationInModule": {
79673
80069
  "filename": "src/typescript/typescript.ts",
79674
- "line": 61
80070
+ "line": 65
79675
80071
  },
79676
80072
  "name": "custom",
79677
80073
  "parameters": [
@@ -79701,7 +80097,7 @@
79701
80097
  },
79702
80098
  "locationInModule": {
79703
80099
  "filename": "src/typescript/typescript.ts",
79704
- "line": 35
80100
+ "line": 39
79705
80101
  },
79706
80102
  "name": "disabled",
79707
80103
  "returns": {
@@ -79719,7 +80115,7 @@
79719
80115
  },
79720
80116
  "locationInModule": {
79721
80117
  "filename": "src/typescript/typescript.ts",
79722
- "line": 53
80118
+ "line": 57
79723
80119
  },
79724
80120
  "name": "fromFile",
79725
80121
  "parameters": [
@@ -79752,7 +80148,7 @@
79752
80148
  "kind": "class",
79753
80149
  "locationInModule": {
79754
80150
  "filename": "src/typescript/typescript.ts",
79755
- "line": 81
80151
+ "line": 85
79756
80152
  },
79757
80153
  "methods": [
79758
80154
  {
@@ -79762,7 +80158,7 @@
79762
80158
  },
79763
80159
  "locationInModule": {
79764
80160
  "filename": "src/typescript/typescript.ts",
79765
- "line": 85
80161
+ "line": 89
79766
80162
  },
79767
80163
  "name": "all",
79768
80164
  "returns": {
@@ -79780,7 +80176,7 @@
79780
80176
  },
79781
80177
  "locationInModule": {
79782
80178
  "filename": "src/typescript/typescript.ts",
79783
- "line": 101
80179
+ "line": 105
79784
80180
  },
79785
80181
  "name": "custom",
79786
80182
  "parameters": [
@@ -79810,7 +80206,7 @@
79810
80206
  },
79811
80207
  "locationInModule": {
79812
80208
  "filename": "src/typescript/typescript.ts",
79813
- "line": 92
80209
+ "line": 96
79814
80210
  },
79815
80211
  "name": "none",
79816
80212
  "returns": {
@@ -79835,7 +80231,7 @@
79835
80231
  "kind": "interface",
79836
80232
  "locationInModule": {
79837
80233
  "filename": "src/typescript/typescript.ts",
79838
- "line": 222
80234
+ "line": 226
79839
80235
  },
79840
80236
  "name": "TsJestOptions",
79841
80237
  "namespace": "typescript",
@@ -79849,7 +80245,7 @@
79849
80245
  "immutable": true,
79850
80246
  "locationInModule": {
79851
80247
  "filename": "src/typescript/typescript.ts",
79852
- "line": 234
80248
+ "line": 238
79853
80249
  },
79854
80250
  "name": "transformOptions",
79855
80251
  "optional": true,
@@ -79868,7 +80264,7 @@
79868
80264
  "immutable": true,
79869
80265
  "locationInModule": {
79870
80266
  "filename": "src/typescript/typescript.ts",
79871
- "line": 230
80267
+ "line": 234
79872
80268
  },
79873
80269
  "name": "transformPattern",
79874
80270
  "optional": true,
@@ -79890,7 +80286,7 @@
79890
80286
  "kind": "interface",
79891
80287
  "locationInModule": {
79892
80288
  "filename": "src/typescript/typescript.ts",
79893
- "line": 168
80289
+ "line": 172
79894
80290
  },
79895
80291
  "name": "TsJestTransformOptions",
79896
80292
  "namespace": "typescript",
@@ -79905,7 +80301,7 @@
79905
80301
  "immutable": true,
79906
80302
  "locationInModule": {
79907
80303
  "filename": "src/typescript/typescript.ts",
79908
- "line": 174
80304
+ "line": 178
79909
80305
  },
79910
80306
  "name": "astTransformers",
79911
80307
  "optional": true,
@@ -79928,7 +80324,7 @@
79928
80324
  "immutable": true,
79929
80325
  "locationInModule": {
79930
80326
  "filename": "src/typescript/typescript.ts",
79931
- "line": 180
80327
+ "line": 184
79932
80328
  },
79933
80329
  "name": "babelConfig",
79934
80330
  "optional": true,
@@ -79946,7 +80342,7 @@
79946
80342
  "immutable": true,
79947
80343
  "locationInModule": {
79948
80344
  "filename": "src/typescript/typescript.ts",
79949
- "line": 186
80345
+ "line": 190
79950
80346
  },
79951
80347
  "name": "compiler",
79952
80348
  "optional": true,
@@ -79964,7 +80360,7 @@
79964
80360
  "immutable": true,
79965
80361
  "locationInModule": {
79966
80362
  "filename": "src/typescript/typescript.ts",
79967
- "line": 192
80363
+ "line": 196
79968
80364
  },
79969
80365
  "name": "diagnostics",
79970
80366
  "optional": true,
@@ -79984,7 +80380,7 @@
79984
80380
  "immutable": true,
79985
80381
  "locationInModule": {
79986
80382
  "filename": "src/typescript/typescript.ts",
79987
- "line": 201
80383
+ "line": 205
79988
80384
  },
79989
80385
  "name": "isolatedModules",
79990
80386
  "optional": true,
@@ -80002,7 +80398,7 @@
80002
80398
  "immutable": true,
80003
80399
  "locationInModule": {
80004
80400
  "filename": "src/typescript/typescript.ts",
80005
- "line": 207
80401
+ "line": 211
80006
80402
  },
80007
80403
  "name": "stringifyContentPathRegex",
80008
80404
  "optional": true,
@@ -80020,7 +80416,7 @@
80020
80416
  "immutable": true,
80021
80417
  "locationInModule": {
80022
80418
  "filename": "src/typescript/typescript.ts",
80023
- "line": 213
80419
+ "line": 217
80024
80420
  },
80025
80421
  "name": "tsconfig",
80026
80422
  "optional": true,
@@ -80038,7 +80434,7 @@
80038
80434
  "immutable": true,
80039
80435
  "locationInModule": {
80040
80436
  "filename": "src/typescript/typescript.ts",
80041
- "line": 219
80437
+ "line": 223
80042
80438
  },
80043
80439
  "name": "useESM",
80044
80440
  "optional": true,
@@ -80059,7 +80455,7 @@
80059
80455
  "kind": "class",
80060
80456
  "locationInModule": {
80061
80457
  "filename": "src/typescript/typescript.ts",
80062
- "line": 119
80458
+ "line": 123
80063
80459
  },
80064
80460
  "methods": [
80065
80461
  {
@@ -80069,7 +80465,7 @@
80069
80465
  },
80070
80466
  "locationInModule": {
80071
80467
  "filename": "src/typescript/typescript.ts",
80072
- "line": 123
80468
+ "line": 127
80073
80469
  },
80074
80470
  "name": "auto",
80075
80471
  "returns": {
@@ -80086,7 +80482,7 @@
80086
80482
  },
80087
80483
  "locationInModule": {
80088
80484
  "filename": "src/typescript/typescript.ts",
80089
- "line": 130
80485
+ "line": 134
80090
80486
  },
80091
80487
  "name": "builtInDefaults",
80092
80488
  "returns": {
@@ -80104,7 +80500,7 @@
80104
80500
  },
80105
80501
  "locationInModule": {
80106
80502
  "filename": "src/typescript/typescript.ts",
80107
- "line": 148
80503
+ "line": 152
80108
80504
  },
80109
80505
  "name": "custom",
80110
80506
  "parameters": [
@@ -80130,7 +80526,7 @@
80130
80526
  },
80131
80527
  "locationInModule": {
80132
80528
  "filename": "src/typescript/typescript.ts",
80133
- "line": 139
80529
+ "line": 143
80134
80530
  },
80135
80531
  "name": "fromFile",
80136
80532
  "parameters": [
@@ -80153,6 +80549,139 @@
80153
80549
  "namespace": "typescript",
80154
80550
  "symbolId": "src/typescript/typescript:TsJestTsconfig"
80155
80551
  },
80552
+ "projen.typescript.TsNodeRunnerOptions": {
80553
+ "assembly": "projen",
80554
+ "datatype": true,
80555
+ "docs": {
80556
+ "stability": "experimental",
80557
+ "summary": "Options for the ts-node runner."
80558
+ },
80559
+ "fqn": "projen.typescript.TsNodeRunnerOptions",
80560
+ "kind": "interface",
80561
+ "locationInModule": {
80562
+ "filename": "src/typescript/typescript-runner.ts",
80563
+ "line": 9
80564
+ },
80565
+ "name": "TsNodeRunnerOptions",
80566
+ "namespace": "typescript",
80567
+ "properties": [
80568
+ {
80569
+ "abstract": true,
80570
+ "docs": {
80571
+ "default": "false",
80572
+ "remarks": "This will disable type-checking.",
80573
+ "see": "https://github.com/TypeStrong/ts-node#swc",
80574
+ "stability": "experimental",
80575
+ "summary": "Whether to use SWC for transpilation."
80576
+ },
80577
+ "immutable": true,
80578
+ "locationInModule": {
80579
+ "filename": "src/typescript/typescript-runner.ts",
80580
+ "line": 35
80581
+ },
80582
+ "name": "swc",
80583
+ "optional": true,
80584
+ "type": {
80585
+ "primitive": "boolean"
80586
+ }
80587
+ },
80588
+ {
80589
+ "abstract": true,
80590
+ "docs": {
80591
+ "default": "- ts-node default discovery",
80592
+ "stability": "experimental",
80593
+ "summary": "Path to the tsconfig file to use."
80594
+ },
80595
+ "immutable": true,
80596
+ "locationInModule": {
80597
+ "filename": "src/typescript/typescript-runner.ts",
80598
+ "line": 24
80599
+ },
80600
+ "name": "tsconfig",
80601
+ "optional": true,
80602
+ "type": {
80603
+ "primitive": "string"
80604
+ }
80605
+ },
80606
+ {
80607
+ "abstract": true,
80608
+ "docs": {
80609
+ "default": "true",
80610
+ "see": "https://github.com/TypeStrong/ts-node#typecheck",
80611
+ "stability": "experimental",
80612
+ "summary": "Whether to type-check the script during executing."
80613
+ },
80614
+ "immutable": true,
80615
+ "locationInModule": {
80616
+ "filename": "src/typescript/typescript-runner.ts",
80617
+ "line": 17
80618
+ },
80619
+ "name": "typeCheck",
80620
+ "optional": true,
80621
+ "type": {
80622
+ "primitive": "boolean"
80623
+ }
80624
+ }
80625
+ ],
80626
+ "symbolId": "src/typescript/typescript-runner:TsNodeRunnerOptions"
80627
+ },
80628
+ "projen.typescript.TsxRunnerOptions": {
80629
+ "assembly": "projen",
80630
+ "datatype": true,
80631
+ "docs": {
80632
+ "stability": "experimental",
80633
+ "summary": "Options for the tsx runner."
80634
+ },
80635
+ "fqn": "projen.typescript.TsxRunnerOptions",
80636
+ "kind": "interface",
80637
+ "locationInModule": {
80638
+ "filename": "src/typescript/typescript-runner.ts",
80639
+ "line": 41
80640
+ },
80641
+ "name": "TsxRunnerOptions",
80642
+ "namespace": "typescript",
80643
+ "properties": [
80644
+ {
80645
+ "abstract": true,
80646
+ "docs": {
80647
+ "default": "- tsx/typescript default discovery",
80648
+ "remarks": "When specified, will use this tsconfig for running tsx and type-checking (if enabled).",
80649
+ "stability": "experimental",
80650
+ "summary": "Path to the tsconfig file to use."
80651
+ },
80652
+ "immutable": true,
80653
+ "locationInModule": {
80654
+ "filename": "src/typescript/typescript-runner.ts",
80655
+ "line": 58
80656
+ },
80657
+ "name": "tsconfig",
80658
+ "optional": true,
80659
+ "type": {
80660
+ "primitive": "string"
80661
+ }
80662
+ },
80663
+ {
80664
+ "abstract": true,
80665
+ "docs": {
80666
+ "default": "false",
80667
+ "remarks": "Because tsx does not type check code, you may want to enable this for additional type safety.\nWhen enabled, runs `tsc --noEmit`, using the provided tsconfig.",
80668
+ "stability": "experimental",
80669
+ "summary": "Whether to type-check the entrypoint before executing."
80670
+ },
80671
+ "immutable": true,
80672
+ "locationInModule": {
80673
+ "filename": "src/typescript/typescript-runner.ts",
80674
+ "line": 50
80675
+ },
80676
+ "name": "typeCheck",
80677
+ "optional": true,
80678
+ "type": {
80679
+ "primitive": "boolean"
80680
+ }
80681
+ }
80682
+ ],
80683
+ "symbolId": "src/typescript/typescript-runner:TsxRunnerOptions"
80684
+ },
80156
80685
  "projen.typescript.TypeScriptAppProject": {
80157
80686
  "assembly": "projen",
80158
80687
  "base": "projen.typescript.TypeScriptProject",
@@ -80170,7 +80699,7 @@
80170
80699
  },
80171
80700
  "locationInModule": {
80172
80701
  "filename": "src/typescript/typescript.ts",
80173
- "line": 933
80702
+ "line": 954
80174
80703
  },
80175
80704
  "parameters": [
80176
80705
  {
@@ -80184,7 +80713,7 @@
80184
80713
  "kind": "class",
80185
80714
  "locationInModule": {
80186
80715
  "filename": "src/typescript/typescript.ts",
80187
- "line": 932
80716
+ "line": 953
80188
80717
  },
80189
80718
  "name": "TypeScriptAppProject",
80190
80719
  "namespace": "typescript",
@@ -80207,7 +80736,7 @@
80207
80736
  },
80208
80737
  "locationInModule": {
80209
80738
  "filename": "src/typescript/typescript.ts",
80210
- "line": 407
80739
+ "line": 426
80211
80740
  },
80212
80741
  "parameters": [
80213
80742
  {
@@ -80221,7 +80750,7 @@
80221
80750
  "kind": "class",
80222
80751
  "locationInModule": {
80223
80752
  "filename": "src/typescript/typescript.ts",
80224
- "line": 373
80753
+ "line": 387
80225
80754
  },
80226
80755
  "methods": [
80227
80756
  {
@@ -80231,7 +80760,7 @@
80231
80760
  },
80232
80761
  "locationInModule": {
80233
80762
  "filename": "src/typescript/typescript.ts",
80234
- "line": 676
80763
+ "line": 697
80235
80764
  },
80236
80765
  "name": "defaultTypeScriptCompilerOptions",
80237
80766
  "protected": true,
@@ -80253,7 +80782,7 @@
80253
80782
  "immutable": true,
80254
80783
  "locationInModule": {
80255
80784
  "filename": "src/typescript/typescript.ts",
80256
- "line": 374
80785
+ "line": 388
80257
80786
  },
80258
80787
  "name": "DEFAULT_TS_JEST_TRANFORM_PATTERN",
80259
80788
  "static": true,
@@ -80268,7 +80797,7 @@
80268
80797
  "immutable": true,
80269
80798
  "locationInModule": {
80270
80799
  "filename": "src/typescript/typescript.ts",
80271
- "line": 377
80800
+ "line": 391
80272
80801
  },
80273
80802
  "name": "docsDirectory",
80274
80803
  "type": {
@@ -80283,13 +80812,28 @@
80283
80812
  "immutable": true,
80284
80813
  "locationInModule": {
80285
80814
  "filename": "src/typescript/typescript.ts",
80286
- "line": 395
80815
+ "line": 409
80287
80816
  },
80288
80817
  "name": "libdir",
80289
80818
  "type": {
80290
80819
  "primitive": "string"
80291
80820
  }
80292
80821
  },
80822
+ {
80823
+ "docs": {
80824
+ "stability": "experimental",
80825
+ "summary": "The TypeScript runner used for executing TypeScript files."
80826
+ },
80827
+ "immutable": true,
80828
+ "locationInModule": {
80829
+ "filename": "src/typescript/typescript.ts",
80830
+ "line": 419
80831
+ },
80832
+ "name": "runner",
80833
+ "type": {
80834
+ "fqn": "projen.typescript.TypeScriptRunner"
80835
+ }
80836
+ },
80293
80837
  {
80294
80838
  "docs": {
80295
80839
  "stability": "experimental",
@@ -80298,7 +80842,7 @@
80298
80842
  "immutable": true,
80299
80843
  "locationInModule": {
80300
80844
  "filename": "src/typescript/typescript.ts",
80301
- "line": 390
80845
+ "line": 404
80302
80846
  },
80303
80847
  "name": "srcdir",
80304
80848
  "type": {
@@ -80313,7 +80857,7 @@
80313
80857
  "immutable": true,
80314
80858
  "locationInModule": {
80315
80859
  "filename": "src/typescript/typescript.ts",
80316
- "line": 400
80860
+ "line": 414
80317
80861
  },
80318
80862
  "name": "testdir",
80319
80863
  "type": {
@@ -80328,7 +80872,7 @@
80328
80872
  "immutable": true,
80329
80873
  "locationInModule": {
80330
80874
  "filename": "src/typescript/typescript.ts",
80331
- "line": 385
80875
+ "line": 399
80332
80876
  },
80333
80877
  "name": "tsconfigDev",
80334
80878
  "type": {
@@ -80343,7 +80887,7 @@
80343
80887
  "immutable": true,
80344
80888
  "locationInModule": {
80345
80889
  "filename": "src/typescript/typescript.ts",
80346
- "line": 405
80890
+ "line": 424
80347
80891
  },
80348
80892
  "name": "watchTask",
80349
80893
  "type": {
@@ -80357,7 +80901,7 @@
80357
80901
  "immutable": true,
80358
80902
  "locationInModule": {
80359
80903
  "filename": "src/typescript/typescript.ts",
80360
- "line": 376
80904
+ "line": 390
80361
80905
  },
80362
80906
  "name": "docgen",
80363
80907
  "optional": true,
@@ -80372,7 +80916,7 @@
80372
80916
  "immutable": true,
80373
80917
  "locationInModule": {
80374
80918
  "filename": "src/typescript/typescript.ts",
80375
- "line": 378
80919
+ "line": 392
80376
80920
  },
80377
80921
  "name": "eslint",
80378
80922
  "optional": true,
@@ -80387,7 +80931,7 @@
80387
80931
  "immutable": true,
80388
80932
  "locationInModule": {
80389
80933
  "filename": "src/typescript/typescript.ts",
80390
- "line": 380
80934
+ "line": 394
80391
80935
  },
80392
80936
  "name": "tsconfig",
80393
80937
  "optional": true,
@@ -80402,7 +80946,7 @@
80402
80946
  "immutable": true,
80403
80947
  "locationInModule": {
80404
80948
  "filename": "src/typescript/typescript.ts",
80405
- "line": 379
80949
+ "line": 393
80406
80950
  },
80407
80951
  "name": "tsconfigEslint",
80408
80952
  "optional": true,
@@ -80426,7 +80970,7 @@
80426
80970
  "kind": "interface",
80427
80971
  "locationInModule": {
80428
80972
  "filename": "src/typescript/typescript.ts",
80429
- "line": 237
80973
+ "line": 241
80430
80974
  },
80431
80975
  "name": "TypeScriptProjectOptions",
80432
80976
  "namespace": "typescript",
@@ -80441,7 +80985,7 @@
80441
80985
  "immutable": true,
80442
80986
  "locationInModule": {
80443
80987
  "filename": "src/typescript/typescript.ts",
80444
- "line": 330
80988
+ "line": 334
80445
80989
  },
80446
80990
  "name": "disableTsconfig",
80447
80991
  "optional": true,
@@ -80459,7 +81003,7 @@
80459
81003
  "immutable": true,
80460
81004
  "locationInModule": {
80461
81005
  "filename": "src/typescript/typescript.ts",
80462
- "line": 336
81006
+ "line": 340
80463
81007
  },
80464
81008
  "name": "disableTsconfigDev",
80465
81009
  "optional": true,
@@ -80477,7 +81021,7 @@
80477
81021
  "immutable": true,
80478
81022
  "locationInModule": {
80479
81023
  "filename": "src/typescript/typescript.ts",
80480
- "line": 292
81024
+ "line": 296
80481
81025
  },
80482
81026
  "name": "docgen",
80483
81027
  "optional": true,
@@ -80495,7 +81039,7 @@
80495
81039
  "immutable": true,
80496
81040
  "locationInModule": {
80497
81041
  "filename": "src/typescript/typescript.ts",
80498
- "line": 299
81042
+ "line": 303
80499
81043
  },
80500
81044
  "name": "docsDirectory",
80501
81045
  "optional": true,
@@ -80513,7 +81057,7 @@
80513
81057
  "immutable": true,
80514
81058
  "locationInModule": {
80515
81059
  "filename": "src/typescript/typescript.ts",
80516
- "line": 348
81060
+ "line": 352
80517
81061
  },
80518
81062
  "name": "entrypointTypes",
80519
81063
  "optional": true,
@@ -80531,7 +81075,7 @@
80531
81075
  "immutable": true,
80532
81076
  "locationInModule": {
80533
81077
  "filename": "src/typescript/typescript.ts",
80534
- "line": 269
81078
+ "line": 273
80535
81079
  },
80536
81080
  "name": "eslint",
80537
81081
  "optional": true,
@@ -80549,7 +81093,7 @@
80549
81093
  "immutable": true,
80550
81094
  "locationInModule": {
80551
81095
  "filename": "src/typescript/typescript.ts",
80552
- "line": 275
81096
+ "line": 279
80553
81097
  },
80554
81098
  "name": "eslintOptions",
80555
81099
  "optional": true,
@@ -80567,7 +81111,7 @@
80567
81111
  "immutable": true,
80568
81112
  "locationInModule": {
80569
81113
  "filename": "src/typescript/typescript.ts",
80570
- "line": 243
81114
+ "line": 247
80571
81115
  },
80572
81116
  "name": "libdir",
80573
81117
  "optional": true,
@@ -80588,7 +81132,7 @@
80588
81132
  "immutable": true,
80589
81133
  "locationInModule": {
80590
81134
  "filename": "src/typescript/typescript.ts",
80591
- "line": 356
81135
+ "line": 360
80592
81136
  },
80593
81137
  "name": "projenrcTs",
80594
81138
  "optional": true,
@@ -80605,7 +81149,7 @@
80605
81149
  "immutable": true,
80606
81150
  "locationInModule": {
80607
81151
  "filename": "src/typescript/typescript.ts",
80608
- "line": 361
81152
+ "line": 365
80609
81153
  },
80610
81154
  "name": "projenrcTsOptions",
80611
81155
  "optional": true,
@@ -80613,6 +81157,25 @@
80613
81157
  "fqn": "projen.typescript.ProjenrcOptions"
80614
81158
  }
80615
81159
  },
81160
+ {
81161
+ "abstract": true,
81162
+ "docs": {
81163
+ "default": "TypeScriptRunner.tsNode()",
81164
+ "remarks": "This is a project-level setting that components (e.g. projenrc) will\nuse as their default runner.",
81165
+ "stability": "experimental",
81166
+ "summary": "The TypeScript runner to use for executing TypeScript files."
81167
+ },
81168
+ "immutable": true,
81169
+ "locationInModule": {
81170
+ "filename": "src/typescript/typescript.ts",
81171
+ "line": 375
81172
+ },
81173
+ "name": "runner",
81174
+ "optional": true,
81175
+ "type": {
81176
+ "fqn": "projen.typescript.TypeScriptRunner"
81177
+ }
81178
+ },
80616
81179
  {
80617
81180
  "abstract": true,
80618
81181
  "docs": {
@@ -80623,7 +81186,7 @@
80623
81186
  "immutable": true,
80624
81187
  "locationInModule": {
80625
81188
  "filename": "src/typescript/typescript.ts",
80626
- "line": 342
81189
+ "line": 346
80627
81190
  },
80628
81191
  "name": "sampleCode",
80629
81192
  "optional": true,
@@ -80641,7 +81204,7 @@
80641
81204
  "immutable": true,
80642
81205
  "locationInModule": {
80643
81206
  "filename": "src/typescript/typescript.ts",
80644
- "line": 250
81207
+ "line": 254
80645
81208
  },
80646
81209
  "name": "srcdir",
80647
81210
  "optional": true,
@@ -80660,7 +81223,7 @@
80660
81223
  "immutable": true,
80661
81224
  "locationInModule": {
80662
81225
  "filename": "src/typescript/typescript.ts",
80663
- "line": 262
81226
+ "line": 266
80664
81227
  },
80665
81228
  "name": "testdir",
80666
81229
  "optional": true,
@@ -80678,7 +81241,7 @@
80678
81241
  "immutable": true,
80679
81242
  "locationInModule": {
80680
81243
  "filename": "src/typescript/typescript.ts",
80681
- "line": 305
81244
+ "line": 309
80682
81245
  },
80683
81246
  "name": "tsconfig",
80684
81247
  "optional": true,
@@ -80696,7 +81259,7 @@
80696
81259
  "immutable": true,
80697
81260
  "locationInModule": {
80698
81261
  "filename": "src/typescript/typescript.ts",
80699
- "line": 311
81262
+ "line": 315
80700
81263
  },
80701
81264
  "name": "tsconfigDev",
80702
81265
  "optional": true,
@@ -80715,7 +81278,7 @@
80715
81278
  "immutable": true,
80716
81279
  "locationInModule": {
80717
81280
  "filename": "src/typescript/typescript.ts",
80718
- "line": 322
81281
+ "line": 326
80719
81282
  },
80720
81283
  "name": "tsconfigDevFile",
80721
81284
  "optional": true,
@@ -80732,7 +81295,7 @@
80732
81295
  "immutable": true,
80733
81296
  "locationInModule": {
80734
81297
  "filename": "src/typescript/typescript.ts",
80735
- "line": 366
81298
+ "line": 380
80736
81299
  },
80737
81300
  "name": "tsJestOptions",
80738
81301
  "optional": true,
@@ -80751,7 +81314,7 @@
80751
81314
  "immutable": true,
80752
81315
  "locationInModule": {
80753
81316
  "filename": "src/typescript/typescript.ts",
80754
- "line": 285
81317
+ "line": 289
80755
81318
  },
80756
81319
  "name": "typescriptVersion",
80757
81320
  "optional": true,
@@ -80762,6 +81325,211 @@
80762
81325
  ],
80763
81326
  "symbolId": "src/typescript/typescript:TypeScriptProjectOptions"
80764
81327
  },
81328
+ "projen.typescript.TypeScriptRunner": {
81329
+ "assembly": "projen",
81330
+ "base": "projen.ScriptRunner",
81331
+ "docs": {
81332
+ "remarks": "A runner is a {@link FutureComponent }: create it standalone (e.g. via one of\nthe static factories) and it is attached to a project by the component that\nconsumes it. Use {@link TypeScriptRunner.copy} to derive a new runner with\nadjusted options.",
81333
+ "stability": "experimental",
81334
+ "summary": "The runner used to execute TypeScript files."
81335
+ },
81336
+ "fqn": "projen.typescript.TypeScriptRunner",
81337
+ "kind": "class",
81338
+ "locationInModule": {
81339
+ "filename": "src/typescript/typescript-runner.ts",
81340
+ "line": 131
81341
+ },
81342
+ "methods": [
81343
+ {
81344
+ "docs": {
81345
+ "remarks": "Requires Node.js 22.18.0 or later.\nThe script must use ESM style imports (no directories, include file endings, etc.).\n\nNamed `nodejs` (not `node`) because a runner is a construct, and `node` is\nreserved by `constructs.Construct` for the construct's tree node.",
81346
+ "stability": "experimental",
81347
+ "summary": "Use the native Node.js TypeScript support."
81348
+ },
81349
+ "locationInModule": {
81350
+ "filename": "src/typescript/typescript-runner.ts",
81351
+ "line": 158
81352
+ },
81353
+ "name": "nodejs",
81354
+ "parameters": [
81355
+ {
81356
+ "name": "options",
81357
+ "optional": true,
81358
+ "type": {
81359
+ "fqn": "projen.typescript.NodeRunnerOptions"
81360
+ }
81361
+ }
81362
+ ],
81363
+ "returns": {
81364
+ "type": {
81365
+ "fqn": "projen.typescript.TypeScriptRunner"
81366
+ }
81367
+ },
81368
+ "static": true
81369
+ },
81370
+ {
81371
+ "docs": {
81372
+ "stability": "experimental",
81373
+ "summary": "Use ts-node to execute TypeScript files."
81374
+ },
81375
+ "locationInModule": {
81376
+ "filename": "src/typescript/typescript-runner.ts",
81377
+ "line": 135
81378
+ },
81379
+ "name": "tsNode",
81380
+ "parameters": [
81381
+ {
81382
+ "name": "options",
81383
+ "optional": true,
81384
+ "type": {
81385
+ "fqn": "projen.typescript.TsNodeRunnerOptions"
81386
+ }
81387
+ }
81388
+ ],
81389
+ "returns": {
81390
+ "type": {
81391
+ "fqn": "projen.typescript.TypeScriptRunner"
81392
+ }
81393
+ },
81394
+ "static": true
81395
+ },
81396
+ {
81397
+ "docs": {
81398
+ "remarks": "tsx is a fast TypeScript runtime that does not perform type-checking.\nYou may opt-in to an explicit type-checking step before the script is run.",
81399
+ "stability": "experimental",
81400
+ "summary": "Use tsx to execute TypeScript files."
81401
+ },
81402
+ "locationInModule": {
81403
+ "filename": "src/typescript/typescript-runner.ts",
81404
+ "line": 145
81405
+ },
81406
+ "name": "tsx",
81407
+ "parameters": [
81408
+ {
81409
+ "name": "options",
81410
+ "optional": true,
81411
+ "type": {
81412
+ "fqn": "projen.typescript.TsxRunnerOptions"
81413
+ }
81414
+ }
81415
+ ],
81416
+ "returns": {
81417
+ "type": {
81418
+ "fqn": "projen.typescript.TypeScriptRunner"
81419
+ }
81420
+ },
81421
+ "static": true
81422
+ },
81423
+ {
81424
+ "docs": {
81425
+ "stability": "experimental",
81426
+ "summary": "Produce the {@link RunScriptConfig} to run the given entrypoint with this runner."
81427
+ },
81428
+ "locationInModule": {
81429
+ "filename": "src/typescript/typescript-runner.ts",
81430
+ "line": 185
81431
+ },
81432
+ "name": "configFor",
81433
+ "overrides": "projen.ScriptRunner",
81434
+ "parameters": [
81435
+ {
81436
+ "name": "entrypoint",
81437
+ "type": {
81438
+ "primitive": "string"
81439
+ }
81440
+ }
81441
+ ],
81442
+ "returns": {
81443
+ "type": {
81444
+ "fqn": "projen.RunScriptConfig"
81445
+ }
81446
+ }
81447
+ },
81448
+ {
81449
+ "docs": {
81450
+ "remarks": "Safe to call while detached.",
81451
+ "stability": "experimental",
81452
+ "summary": "Returns a new (detached) runner of the same kind, with `overrides` merged over the current options."
81453
+ },
81454
+ "locationInModule": {
81455
+ "filename": "src/typescript/typescript-runner.ts",
81456
+ "line": 177
81457
+ },
81458
+ "name": "copy",
81459
+ "parameters": [
81460
+ {
81461
+ "name": "overrides",
81462
+ "optional": true,
81463
+ "type": {
81464
+ "fqn": "projen.typescript.TypeScriptRunnerOptions"
81465
+ }
81466
+ }
81467
+ ],
81468
+ "returns": {
81469
+ "type": {
81470
+ "fqn": "projen.typescript.TypeScriptRunner"
81471
+ }
81472
+ }
81473
+ }
81474
+ ],
81475
+ "name": "TypeScriptRunner",
81476
+ "namespace": "typescript",
81477
+ "symbolId": "src/typescript/typescript-runner:TypeScriptRunner"
81478
+ },
81479
+ "projen.typescript.TypeScriptRunnerOptions": {
81480
+ "assembly": "projen",
81481
+ "datatype": true,
81482
+ "docs": {
81483
+ "remarks": "This is the override type for {@link TypeScriptRunner.copy}. Runtime-specific\ncreation options (such as `swc` for ts-node) are set via the static factories\nand are preserved - but cannot be changed - by `copy`, so a copy can never\nchange the runtime of a runner.",
81484
+ "stability": "experimental",
81485
+ "summary": "The options that can be adjusted on any {@link TypeScriptRunner}, regardless of its runtime."
81486
+ },
81487
+ "fqn": "projen.typescript.TypeScriptRunnerOptions",
81488
+ "kind": "interface",
81489
+ "locationInModule": {
81490
+ "filename": "src/typescript/typescript-runner.ts",
81491
+ "line": 100
81492
+ },
81493
+ "name": "TypeScriptRunnerOptions",
81494
+ "namespace": "typescript",
81495
+ "properties": [
81496
+ {
81497
+ "abstract": true,
81498
+ "docs": {
81499
+ "stability": "experimental",
81500
+ "summary": "Path to the tsconfig file to use."
81501
+ },
81502
+ "immutable": true,
81503
+ "locationInModule": {
81504
+ "filename": "src/typescript/typescript-runner.ts",
81505
+ "line": 109
81506
+ },
81507
+ "name": "tsconfig",
81508
+ "optional": true,
81509
+ "type": {
81510
+ "primitive": "string"
81511
+ }
81512
+ },
81513
+ {
81514
+ "abstract": true,
81515
+ "docs": {
81516
+ "stability": "experimental",
81517
+ "summary": "Whether to type-check the entrypoint."
81518
+ },
81519
+ "immutable": true,
81520
+ "locationInModule": {
81521
+ "filename": "src/typescript/typescript-runner.ts",
81522
+ "line": 104
81523
+ },
81524
+ "name": "typeCheck",
81525
+ "optional": true,
81526
+ "type": {
81527
+ "primitive": "boolean"
81528
+ }
81529
+ }
81530
+ ],
81531
+ "symbolId": "src/typescript/typescript-runner:TypeScriptRunnerOptions"
81532
+ },
80765
81533
  "projen.typescript.TypedocDocgen": {
80766
81534
  "assembly": "projen",
80767
81535
  "docs": {
@@ -83413,6 +84181,6 @@
83413
84181
  "usedFeatures": [
83414
84182
  "class-covariant-overrides"
83415
84183
  ],
83416
- "version": "0.101.2",
83417
- "fingerprint": "n371GxHjPz1sBPpZdcoSsR5eD4NSyB6wWvrPUWA4nw8="
84184
+ "version": "0.101.4",
84185
+ "fingerprint": "ItzpLIrWbA85nUTzR3gJsvxdN1Y9BZRqTO8mHFUcnh4="
83418
84186
  }