Skip to content

Commit 2e7bcba

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 4879652 commit 2e7bcba

File tree

10 files changed

+32
-10
lines changed

10 files changed

+32
-10
lines changed

packages/core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.7.1](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2021-10-29)
7+
8+
**Note:** Version bump only for package @swc-node/core
9+
610
# [1.7.0](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2021-10-16)
711

812
### Features

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.7.0",
3+
"version": "1.7.1",
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.3.4](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2021-10-29)
7+
8+
### Performance Improvements
9+
10+
- **jest:** replace sha1 with xxhash for better performance ([8d436dd](https://github.com/Brooooooklyn/swc-node/commit/8d436dd7000b9fee21c278bd294c017216e02b69))
11+
612
## [1.3.3](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2021-10-16)
713

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

packages/jest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc-node/jest",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
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]>",
@@ -13,7 +13,7 @@
1313
"access": "public"
1414
},
1515
"dependencies": {
16-
"@swc-node/core": "^1.7.0"
16+
"@swc-node/core": "^1.7.1"
1717
},
1818
"devDependencies": {
1919
"@node-rs/xxhash": "^1.0.0",

packages/loader/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.1.8](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2021-10-29)
7+
8+
**Note:** Version bump only for package @swc-node/loader
9+
610
## [1.1.7](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2021-10-16)
711

812
**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.7",
3+
"version": "1.1.8",
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.7.0",
28-
"@swc-node/register": "^1.3.6"
27+
"@swc-node/core": "^1.7.1",
28+
"@swc-node/register": "^1.3.7"
2929
},
3030
"repository": {
3131
"type": "git",

packages/register/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.3.7](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2021-10-29)
7+
8+
**Note:** Version bump only for package @swc-node/register
9+
610
## [1.3.6](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2021-10-16)
711

812
### Bug Fixes

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.3.6",
3+
"version": "1.3.7",
44
"description": "SWC node register",
55
"keywords": [
66
"swc",
@@ -33,8 +33,8 @@
3333
"url": "https://github.com/Brooooooklyn/swc-node/issues"
3434
},
3535
"dependencies": {
36-
"@swc-node/core": "^1.7.0",
37-
"@swc-node/sourcemap-support": "^0.1.9",
36+
"@swc-node/core": "^1.7.1",
37+
"@swc-node/sourcemap-support": "^0.1.10",
3838
"chalk": "^4.1.2",
3939
"debug": "^4.3.2",
4040
"pirates": "^4.0.1",

packages/sourcemap-support/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.1.10](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2021-10-29)
7+
8+
**Note:** Version bump only for package @swc-node/sourcemap-support
9+
610
## [0.1.9](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2021-10-16)
711

812
**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.9",
3+
"version": "0.1.10",
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)