File tree 9 files changed +33
-14
lines changed 9 files changed +33
-14
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.13.3] ( https://github.com/swc-project/swc-node/compare/@swc-node/core@1.13.2...@swc-node/core@1.13.3 ) (2024-07-14)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** register:** enable keepImportAttributes in SWC options ([ #816 ] ( https://github.com/swc-project/swc-node/issues/816 ) ) ([ 33568ee] ( https://github.com/swc-project/swc-node/commit/33568ee42dfb580b4b739ecf89ba7ebb85c45330 ) )
11
+ - ** register:** resolve internal cjs module ([ #811 ] ( https://github.com/swc-project/swc-node/issues/811 ) ) ([ 9aad5b0] ( https://github.com/swc-project/swc-node/commit/9aad5b0a86dbe58aed8cba9c57524ad8e553f21c ) )
12
+
6
13
## [ 1.13.2] ( https://github.com/swc-project/swc-node/compare/@swc-node/core@1.13.1...@swc-node/core@1.13.2 ) (2024-07-05)
7
14
8
15
** Note:** Version bump only for package @swc-node/core
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @swc-node/core" ,
3
- "version" : " 1.13.2 " ,
3
+ "version" : " 1.13.3 " ,
4
4
"description" : " Faster swc nodejs binding" ,
5
5
"keywords" : [
6
6
" swc" ,
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.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
+
8
+ ** Note:** Version bump only for package @swc-node/jest
9
+
6
10
## [ 1.8.9] ( https://github.com/swc-project/swc-node/compare/@swc-node/jest@1.8.8...@swc-node/jest@1.8.9 ) (2024-07-13)
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.9 " ,
3
+ "version" : " 1.8.10 " ,
4
4
"description" : " swc preprocessor for jest with source map support" ,
5
5
"keywords" : [
6
6
" swc" ,
28
28
},
29
29
"dependencies" : {
30
30
"@node-rs/xxhash" : " ^1.7.3" ,
31
- "@swc-node/core" : " ^1.13.2 " ,
32
- "@swc-node/register" : " ^1.10.6 "
31
+ "@swc-node/core" : " ^1.13.3 " ,
32
+ "@swc-node/register" : " ^1.10.7 "
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.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
+
8
+ ** Note:** Version bump only for package @swc-node/loader
9
+
6
10
## [ 1.5.9] ( https://github.com/swc-project/swc-node/compare/@swc-node/loader@1.5.8...@swc-node/loader@1.5.9 ) (2024-07-13)
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.9 " ,
3
+ "version" : " 1.5.10 " ,
4
4
"description" : " Webpack loader powered by swc" ,
5
5
"keywords" : [
6
6
" swc" ,
28
28
"access" : " public"
29
29
},
30
30
"dependencies" : {
31
- "@swc-node/core" : " ^1.13.2 " ,
32
- "@swc-node/register" : " ^1.10.6 "
31
+ "@swc-node/core" : " ^1.13.3 " ,
32
+ "@swc-node/register" : " ^1.10.7 "
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.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
+
8
+ ** Note:** Version bump only for package @swc-node/register
9
+
6
10
## [ 1.10.6] ( https://github.com/swc-project/swc-node/compare/@swc-node/register@1.10.5...@swc-node/register@1.10.6 ) (2024-07-13)
7
11
8
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @swc-node/register" ,
3
- "version" : " 1.10.6 " ,
3
+ "version" : " 1.10.7 " ,
4
4
"description" : " SWC node register" ,
5
5
"keywords" : [
6
6
" swc" ,
40
40
"url" : " https://github.com/swc-project/swc-node/issues"
41
41
},
42
42
"dependencies" : {
43
- "@swc-node/core" : " ^1.13.2 " ,
43
+ "@swc-node/core" : " ^1.13.3 " ,
44
44
"@swc-node/sourcemap-support" : " ^0.5.1" ,
45
45
"colorette" : " ^2.0.20" ,
46
46
"debug" : " ^4.3.5" ,
You can’t perform that action at this time.
0 commit comments