Skip to content

Commit 1f5e723

Browse files
committed
chore(release): publish
- @swc-node/[email protected] - @swc-node/[email protected] - @swc-node/[email protected] - @swc-node/[email protected] - @swc-node/[email protected]
1 parent 81ca785 commit 1f5e723

File tree

11 files changed

+668
-529
lines changed

11 files changed

+668
-529
lines changed

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.9.0](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2022-04-27)
7+
8+
### Features
9+
10+
- **jest:** read tsconfig for default jest transform options ([8c180e6](https://github.com/swc-project/swc-node/commit/8c180e68abbc66aa68f83b401d985a6c8617baa9))
11+
612
## [1.8.2](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2021-12-15)
713

814
**Note:** Version bump only for package @swc-node/core

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc-node/core",
3-
"version": "1.8.2",
3+
"version": "1.9.0",
44
"description": "Faster swc nodejs binding",
55
"keywords": [
66
"swc",

packages/jest/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.5.0](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2022-04-27)
7+
8+
### Features
9+
10+
- **jest:** read tsconfig for default jest transform options ([8c180e6](https://github.com/swc-project/swc-node/commit/8c180e68abbc66aa68f83b401d985a6c8617baa9))
11+
612
## [1.4.3](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2021-12-15)
713

814
**Note:** Version bump only for package @swc-node/jest

packages/jest/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc-node/jest",
3-
"version": "1.4.3",
3+
"version": "1.5.0",
44
"description": "swc preprocessor for jest with source map support",
55
"keywords": ["swc", "jest", "ts-jest", "napi", "N-API", "typescript", "node-rs", "napi-rs", "ts-node"],
66
"author": "LongYinan <[email protected]>",
@@ -14,8 +14,8 @@
1414
},
1515
"dependencies": {
1616
"@node-rs/xxhash": "^1.2.0",
17-
"@swc-node/core": "^1.8.2",
18-
"@swc-node/register": "^1.4.2"
17+
"@swc-node/core": "^1.9.0",
18+
"@swc-node/register": "^1.5.0"
1919
},
2020
"devDependencies": {
2121
"@swc/core": "^1.2.172"

packages/loader/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.2.0](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2022-04-27)
7+
8+
### Features
9+
10+
- **jest:** read tsconfig for default jest transform options ([8c180e6](https://github.com/swc-project/swc-node/commit/8c180e68abbc66aa68f83b401d985a6c8617baa9))
11+
612
## [1.1.12](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2021-12-15)
713

814
**Note:** Version bump only for package @swc-node/loader

packages/loader/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc-node/loader",
3-
"version": "1.1.12",
3+
"version": "1.2.0",
44
"description": "Webpack loader powered by swc",
55
"keywords": [
66
"swc",
@@ -24,8 +24,8 @@
2424
"access": "public"
2525
},
2626
"dependencies": {
27-
"@swc-node/core": "^1.8.2",
28-
"@swc-node/register": "^1.4.2"
27+
"@swc-node/core": "^1.9.0",
28+
"@swc-node/register": "^1.5.0"
2929
},
3030
"repository": {
3131
"type": "git",

packages/register/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.5.0](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2022-04-27)
7+
8+
### Features
9+
10+
- **jest:** read tsconfig for default jest transform options ([8c180e6](https://github.com/swc-project/swc-node/commit/8c180e68abbc66aa68f83b401d985a6c8617baa9))
11+
- **register:** always resolve full file path for tsconfig and add paths if available ([#646](https://github.com/swc-project/swc-node/issues/646)) ([3062413](https://github.com/swc-project/swc-node/commit/3062413e464a5b5706c5ac4912f43ef7451fe73b))
12+
- **register:** return addHook result to it can be reverted ([222e205](https://github.com/swc-project/swc-node/commit/222e2056351e3a2ba2a4764537c9410b0112051e)), closes [/github.com/facebook/jest/blob/199f9811ae68b15879cbe18b7ef7ebd61eefcf23/packages/jest-config/src/readConfigFileAndSetRootDir.ts#L83-101](https://github.com//github.com/facebook/jest/blob/199f9811ae68b15879cbe18b7ef7ebd61eefcf23/packages/jest-config/src/readConfigFileAndSetRootDir.ts/issues/L83-101)
13+
- **register:** support hook options ([4c6dad7](https://github.com/swc-project/swc-node/commit/4c6dad7bfbf4563c44bd25476a6ab5d78cff55dc))
14+
615
## [1.4.2](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2021-12-15)
716

817
**Note:** Version bump only for package @swc-node/register

packages/register/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc-node/register",
3-
"version": "1.4.2",
3+
"version": "1.5.0",
44
"description": "SWC node register",
55
"keywords": [
66
"swc",
@@ -33,8 +33,8 @@
3333
"url": "https://github.com/swc-project/swc-node/issues"
3434
},
3535
"dependencies": {
36-
"@swc-node/core": "^1.8.2",
37-
"@swc-node/sourcemap-support": "^0.1.11",
36+
"@swc-node/core": "^1.9.0",
37+
"@swc-node/sourcemap-support": "^0.2.0",
3838
"colorette": "^2.0.16",
3939
"debug": "^4.3.4",
4040
"pirates": "^4.0.5",

packages/sourcemap-support/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.2.0](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2022-04-27)
7+
8+
### Features
9+
10+
- **jest:** read tsconfig for default jest transform options ([8c180e6](https://github.com/swc-project/swc-node/commit/8c180e68abbc66aa68f83b401d985a6c8617baa9))
11+
612
## [0.1.11](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2021-12-13)
713

814
**Note:** Version bump only for package @swc-node/sourcemap-support

packages/sourcemap-support/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc-node/sourcemap-support",
3-
"version": "0.1.11",
3+
"version": "0.2.0",
44
"description": "Runtime sourcemap support in NodeJS",
55
"keywords": ["swc", "ts-node", "N-API", "NAPI", "napi-rs", "node-rs", "rust", "esbuild", "typescript"],
66
"author": "LongYinan <[email protected]>",

0 commit comments

Comments
 (0)