@swc/core 1.4.6 → 1.4.7-nightly-20240310.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -9
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Changelog
|
|
2
|
-
## [
|
|
2
|
+
## [1.4.6] - 2024-03-08
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
@@ -1418,12 +1418,4 @@
|
|
|
1418
1418
|
|
|
1419
1419
|
- **(es/parser)** Don't attempt to handle shebangs in `read_token_number_sign` ([#7803](https://github.com/swc-project/swc/issues/7803)) ([5e7834a](https://github.com/swc-project/swc/commit/5e7834aa2ecb0cd01b72979f393a517f1c1e5add))
|
|
1420
1420
|
|
|
1421
|
-
## [1.3.76] - 2023-08-10
|
|
1422
|
-
|
|
1423
|
-
### Bug Fixes
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
- **(es/ast)** Bump version ([#7793](https://github.com/swc-project/swc/issues/7793)) ([13bedc0](https://github.com/swc-project/swc/commit/13bedc084e46db193b3fd0b7930046b2f013742b))
|
|
1428
|
-
|
|
1429
1421
|
<!-- generated by git-cliff -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc/core",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.7-nightly-20240310.2",
|
|
4
4
|
"description": "Super-fast alternative for babel",
|
|
5
5
|
"homepage": "https://swc.rs",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -173,15 +173,15 @@
|
|
|
173
173
|
"@swc/types": "^0.1.5"
|
|
174
174
|
},
|
|
175
175
|
"optionalDependencies": {
|
|
176
|
-
"@swc/core-darwin-x64": "1.4.
|
|
177
|
-
"@swc/core-win32-x64-msvc": "1.4.
|
|
178
|
-
"@swc/core-linux-x64-gnu": "1.4.
|
|
179
|
-
"@swc/core-linux-x64-musl": "1.4.
|
|
180
|
-
"@swc/core-win32-ia32-msvc": "1.4.
|
|
181
|
-
"@swc/core-linux-arm-gnueabihf": "1.4.
|
|
182
|
-
"@swc/core-linux-arm64-gnu": "1.4.
|
|
183
|
-
"@swc/core-darwin-arm64": "1.4.
|
|
184
|
-
"@swc/core-linux-arm64-musl": "1.4.
|
|
185
|
-
"@swc/core-win32-arm64-msvc": "1.4.
|
|
176
|
+
"@swc/core-darwin-x64": "1.4.7-nightly-20240310.2",
|
|
177
|
+
"@swc/core-win32-x64-msvc": "1.4.7-nightly-20240310.2",
|
|
178
|
+
"@swc/core-linux-x64-gnu": "1.4.7-nightly-20240310.2",
|
|
179
|
+
"@swc/core-linux-x64-musl": "1.4.7-nightly-20240310.2",
|
|
180
|
+
"@swc/core-win32-ia32-msvc": "1.4.7-nightly-20240310.2",
|
|
181
|
+
"@swc/core-linux-arm-gnueabihf": "1.4.7-nightly-20240310.2",
|
|
182
|
+
"@swc/core-linux-arm64-gnu": "1.4.7-nightly-20240310.2",
|
|
183
|
+
"@swc/core-darwin-arm64": "1.4.7-nightly-20240310.2",
|
|
184
|
+
"@swc/core-linux-arm64-musl": "1.4.7-nightly-20240310.2",
|
|
185
|
+
"@swc/core-win32-arm64-msvc": "1.4.7-nightly-20240310.2"
|
|
186
186
|
}
|
|
187
187
|
}
|