File tree Expand file tree Collapse file tree 11 files changed +53
-17
lines changed Expand file tree Collapse file tree 11 files changed +53
-17
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.0] ( https://github.com/swc-project/swc-node/compare/@swc-node/core@1.11.0...@swc-node/core@1.13.0 ) (2024-03-05)
7
+
8
+ ### Features
9
+
10
+ - upgrade dependencies ([ #751 ] ( https://github.com/swc-project/swc-node/issues/751 ) ) ([ 653bd13] ( https://github.com/swc-project/swc-node/commit/653bd13c4ac84bd4bd28b886dc0f4e77362d0734 ) )
11
+
6
12
# [ 1.12.0] ( https://github.com/swc-project/swc-node/compare/@swc-node/core@1.11.0...@swc-node/core@1.12.0 ) (2024-02-01)
7
13
8
14
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @swc-node/core" ,
3
- "version" : " 1.12 .0" ,
3
+ "version" : " 1.13 .0" ,
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.0] ( https://github.com/swc-project/swc-node/compare/@swc-node/jest@1.6.9...@swc-node/jest@1.8.0 ) (2024-03-05)
7
+
8
+ ### Features
9
+
10
+ - upgrade dependencies ([ #751 ] ( https://github.com/swc-project/swc-node/issues/751 ) ) ([ 653bd13] ( https://github.com/swc-project/swc-node/commit/653bd13c4ac84bd4bd28b886dc0f4e77362d0734 ) )
11
+
6
12
# [ 1.7.0] ( https://github.com/swc-project/swc-node/compare/@swc-node/jest@1.6.9...@swc-node/jest@1.7.0 ) (2024-02-01)
7
13
8
14
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @swc-node/jest" ,
3
- "version" : " 1.7 .0" ,
3
+ "version" : " 1.8 .0" ,
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.6.2" ,
31
- "@swc-node/core" : " ^1.12 .0" ,
32
- "@swc-node/register" : " ^1.8 .0"
31
+ "@swc-node/core" : " ^1.13 .0" ,
32
+ "@swc-node/register" : " ^1.9 .0"
33
33
},
34
34
"peerDependencies" : {
35
35
"@swc/core" : " >= 1.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.5.0] ( https://github.com/swc-project/swc-node/compare/@swc-node/loader@1.3.9...@swc-node/loader@1.5.0 ) (2024-03-05)
7
+
8
+ ### Features
9
+
10
+ - upgrade dependencies ([ #751 ] ( https://github.com/swc-project/swc-node/issues/751 ) ) ([ 653bd13] ( https://github.com/swc-project/swc-node/commit/653bd13c4ac84bd4bd28b886dc0f4e77362d0734 ) )
11
+
6
12
# [ 1.4.0] ( https://github.com/swc-project/swc-node/compare/@swc-node/loader@1.3.9...@swc-node/loader@1.4.0 ) (2024-02-01)
7
13
8
14
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @swc-node/loader" ,
3
- "version" : " 1.4 .0" ,
3
+ "version" : " 1.5 .0" ,
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.12 .0" ,
32
- "@swc-node/register" : " ^1.8 .0"
31
+ "@swc-node/core" : " ^1.13 .0" ,
32
+ "@swc-node/register" : " ^1.9 .0"
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.9.0] ( https://github.com/swc-project/swc-node/compare/@swc-node/register@1.7.0...@swc-node/register@1.9.0 ) (2024-03-05)
7
+
8
+ ### Bug Fixes
9
+
10
+ - add default tsconfig.baseUrl to align with tsc behavior ([ #759 ] ( https://github.com/swc-project/swc-node/issues/759 ) ) ([ 96139f7] ( https://github.com/swc-project/swc-node/commit/96139f70f2e2415477f14af03eb2bc45a472f33c ) )
11
+ - esm module resolve issues ([ #754 ] ( https://github.com/swc-project/swc-node/issues/754 ) ) ([ d35ddf1] ( https://github.com/swc-project/swc-node/commit/d35ddf1a0f8b3fa1c498ec869ec4ce562b7fb3a4 ) )
12
+ - import ts from node_modules ([ #744 ] ( https://github.com/swc-project/swc-node/issues/744 ) ) ([ c4485ca] ( https://github.com/swc-project/swc-node/commit/c4485ca185cb31e36126e0da4e0b79a03acfc79b ) )
13
+
14
+ ### Features
15
+
16
+ - upgrade dependencies ([ #751 ] ( https://github.com/swc-project/swc-node/issues/751 ) ) ([ 653bd13] ( https://github.com/swc-project/swc-node/commit/653bd13c4ac84bd4bd28b886dc0f4e77362d0734 ) )
17
+
6
18
# [ 1.8.0] ( https://github.com/swc-project/swc-node/compare/@swc-node/register@1.7.0...@swc-node/register@1.8.0 ) (2024-02-01)
7
19
8
20
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @swc-node/register" ,
3
- "version" : " 1.8 .0" ,
3
+ "version" : " 1.9 .0" ,
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.12 .0" ,
44
- "@swc-node/sourcemap-support" : " ^0.4 .0" ,
43
+ "@swc-node/core" : " ^1.13 .0" ,
44
+ "@swc-node/sourcemap-support" : " ^0.5 .0" ,
45
45
"colorette" : " ^2.0.20" ,
46
46
"debug" : " ^4.3.4" ,
47
47
"pirates" : " ^4.0.6" ,
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
+ # [ 0.5.0] ( https://github.com/swc-project/swc-node/compare/@swc-node/sourcemap-support@0.3.0...@swc-node/sourcemap-support@0.5.0 ) (2024-03-05)
7
+
8
+ ### Features
9
+
10
+ - upgrade dependencies ([ #751 ] ( https://github.com/swc-project/swc-node/issues/751 ) ) ([ 653bd13] ( https://github.com/swc-project/swc-node/commit/653bd13c4ac84bd4bd28b886dc0f4e77362d0734 ) )
11
+
6
12
# [ 0.4.0] ( https://github.com/swc-project/swc-node/compare/@swc-node/sourcemap-support@0.3.0...@swc-node/sourcemap-support@0.4.0 ) (2024-02-01)
7
13
8
14
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @swc-node/sourcemap-support" ,
3
- "version" : " 0.4 .0" ,
3
+ "version" : " 0.5 .0" ,
4
4
"description" : " Runtime sourcemap support in NodeJS" ,
5
5
"keywords" : [
6
6
" swc" ,
You can’t perform that action at this time.
0 commit comments