File tree 7 files changed +23
-7
lines changed
7 files changed +23
-7
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.8.11] ( https://github.com/swc-project/swc-node/compare/@swc-node/jest@1.8.10...@swc-node/jest@1.8.11 ) (2024-07-16)
7
+
8
+ ** Note:** Version bump only for package @swc-node/jest
9
+
6
10
## [ 1.8.10] ( https://github.com/swc-project/swc-node/compare/@swc-node/jest@1.8.9...@swc-node/jest@1.8.10 ) (2024-07-14)
7
11
8
12
** Note:** Version bump only for package @swc-node/jest
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @swc-node/jest" ,
3
- "version" : " 1.8.10 " ,
3
+ "version" : " 1.8.11 " ,
4
4
"description" : " swc preprocessor for jest with source map support" ,
5
5
"keywords" : [
6
6
" swc" ,
29
29
"dependencies" : {
30
30
"@node-rs/xxhash" : " ^1.7.3" ,
31
31
"@swc-node/core" : " ^1.13.3" ,
32
- "@swc-node/register" : " ^1.10.7 "
32
+ "@swc-node/register" : " ^1.10.8 "
33
33
},
34
34
"peerDependencies" : {
35
35
"@swc/core" : " >= 1.4.13" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.5.11] ( https://github.com/swc-project/swc-node/compare/@swc-node/loader@1.5.10...@swc-node/loader@1.5.11 ) (2024-07-16)
7
+
8
+ ** Note:** Version bump only for package @swc-node/loader
9
+
6
10
## [ 1.5.10] ( https://github.com/swc-project/swc-node/compare/@swc-node/loader@1.5.9...@swc-node/loader@1.5.10 ) (2024-07-14)
7
11
8
12
** Note:** Version bump only for package @swc-node/loader
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @swc-node/loader" ,
3
- "version" : " 1.5.10 " ,
3
+ "version" : " 1.5.11 " ,
4
4
"description" : " Webpack loader powered by swc" ,
5
5
"keywords" : [
6
6
" swc" ,
29
29
},
30
30
"dependencies" : {
31
31
"@swc-node/core" : " ^1.13.3" ,
32
- "@swc-node/register" : " ^1.10.7 "
32
+ "@swc-node/register" : " ^1.10.8 "
33
33
},
34
34
"peerDependencies" : {
35
35
"typescript" : " >= 4.3" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.10.8] ( https://github.com/swc-project/swc-node/compare/@swc-node/register@1.10.7...@swc-node/register@1.10.8 ) (2024-07-16)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** register:** bump oxc-resolver ([ #824 ] ( https://github.com/swc-project/swc-node/issues/824 ) ) ([ 2792552] ( https://github.com/swc-project/swc-node/commit/2792552302baa854c1efd8dc77b435fa86b84cf1 ) )
11
+ - ** register:** default TSCONFIG_PATH on windows. ([ #818 ] ( https://github.com/swc-project/swc-node/issues/818 ) ) ([ 92a3bbf] ( https://github.com/swc-project/swc-node/commit/92a3bbf329269a1d123ea4513541d3a6a418dd2d ) )
12
+ - ** register:** remove file extension tests in compile ([ #825 ] ( https://github.com/swc-project/swc-node/issues/825 ) ) ([ 7c686f1] ( https://github.com/swc-project/swc-node/commit/7c686f13aa644bc280143f399ab60fc7fd8a9da3 ) )
13
+
6
14
## [ 1.10.7] ( https://github.com/swc-project/swc-node/compare/@swc-node/register@1.10.6...@swc-node/register@1.10.7 ) (2024-07-14)
7
15
8
16
** Note:** Version bump only for package @swc-node/register
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @swc-node/register" ,
3
- "version" : " 1.10.7 " ,
3
+ "version" : " 1.10.8 " ,
4
4
"description" : " SWC node register" ,
5
5
"keywords" : [
6
6
" swc" ,
You can’t perform that action at this time.
0 commit comments