File tree Expand file tree Collapse file tree 3 files changed +7
-12
lines changed Expand file tree Collapse file tree 3 files changed +7
-12
lines changed Original file line number Diff line number Diff line change 104
104
"devDependencies" : {
105
105
"@commitlint/cli" : " ^19.5.0" ,
106
106
"@commitlint/config-conventional" : " ^19.5.0" ,
107
- "@openapi-typescript-infra/coconfig" : " ^4.5 .0" ,
107
+ "@openapi-typescript-infra/coconfig" : " ^4.6 .0" ,
108
108
"@semantic-release/commit-analyzer" : " ^13.0.0" ,
109
109
"@semantic-release/exec" : " ^6.0.3" ,
110
110
"@semantic-release/github" : " ^11.0.0" ,
125
125
"pino-pretty" : " ^11.3.0" ,
126
126
"pinst" : " ^3.0.0" ,
127
127
"supertest" : " ^7.0.0" ,
128
- "ts-node" : " ^10.9.2" ,
129
128
"tsconfig-paths" : " ^4.2.0" ,
130
129
"typescript" : " ^5.6.3" ,
131
130
"vitest" : " ^2.1.3"
134
133
"qs" : " ^6.11.0"
135
134
},
136
135
"packageManager" :
" [email protected] "
137
- }
136
+ }
Original file line number Diff line number Diff line change 1
1
import path from 'node:path' ;
2
2
import assert from 'node:assert' ;
3
- import { pathToFileURL } from 'node:url' ;
4
- import { register } from 'node:module' ;
5
3
6
4
import { config } from 'dotenv' ;
7
5
import { readPackageUp } from 'read-package-up' ;
@@ -83,7 +81,6 @@ export async function bootstrap<
83
81
let entrypoint : string ;
84
82
let codepath : 'build' | 'dist' | 'src' = 'build' ;
85
83
if ( isDev ( ) && argv ?. built !== true ) {
86
- register ( 'ts-node/esm' , pathToFileURL ( './' ) ) ;
87
84
if ( main ) {
88
85
entrypoint = main . replace ( / ^ ( \. ? \/ ? ) ( b u i l d | d i s t ) \/ / , '$1src/' ) . replace ( / \. j s $ / , '.ts' ) ;
89
86
} else {
Original file line number Diff line number Diff line change @@ -739,10 +739,10 @@ __metadata:
739
739
languageName : node
740
740
linkType : hard
741
741
742
- " @openapi-typescript-infra/coconfig@npm:^4.5 .0 " :
743
- version : 4.5 .0
744
- resolution : " @openapi-typescript-infra/coconfig@npm:4.5 .0"
745
- checksum : 5f0eacbc9588ae7ec1984265e978e65d15c8a06c9f1cc181f249b1cbf09928f500e62501b636895c87ebdd67a92a5ba0ae091bd8a12303b2386108e8fc01c1f1
742
+ " @openapi-typescript-infra/coconfig@npm:^4.6 .0 " :
743
+ version : 4.6 .0
744
+ resolution : " @openapi-typescript-infra/coconfig@npm:4.6 .0"
745
+ checksum : 34cb2e461996befe5062eab92cf6d65408f4e92ef33cc2dc3471b32e5853a1654416242efaecc4c0f64080b9b162340205836ab0984bdf2e5e6e62d054b73a93
746
746
languageName : node
747
747
linkType : hard
748
748
@@ -753,7 +753,7 @@ __metadata:
753
753
" @commitlint/cli " : ^19.5.0
754
754
" @commitlint/config-conventional " : ^19.5.0
755
755
" @godaddy/terminus " : ^4.12.1
756
- " @openapi-typescript-infra/coconfig " : ^4.5 .0
756
+ " @openapi-typescript-infra/coconfig " : ^4.6 .0
757
757
" @opentelemetry/api " : ^1.9.0
758
758
" @opentelemetry/exporter-prometheus " : ^0.53.0
759
759
" @opentelemetry/instrumentation-dns " : ^0.39.0
@@ -803,7 +803,6 @@ __metadata:
803
803
read-package-up : ^11.0.0
804
804
request-ip : ^3.3.0
805
805
supertest : ^7.0.0
806
- ts-node : ^10.9.2
807
806
tsconfig-paths : ^4.2.0
808
807
typescript : ^5.6.3
809
808
vitest : ^2.1.3
You can’t perform that action at this time.
0 commit comments