@swc/core 1.2.219 → 1.2.220
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 +26 -0
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,27 @@
|
|
|
1
1
|
# Changelog
|
|
2
|
+
## [unreleased]
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
- **(atoms)** Workaround a bug of `rkyv` (#5323) ([14894ed](https://github.com/swc-project/swc/commit/14894ed4c970b7d283e36acd6001339e7d0d04fd))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
- **(css/prefixer)** Avoid prefixes for media features (#5308) ([925b16a](https://github.com/swc-project/swc/commit/925b16a563227a43fc52c107a8d2ead577137aa3))
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
- **(html/minifier)** Compress title (#5320) ([6ad5b3c](https://github.com/swc-project/swc/commit/6ad5b3ce5fc1ebb1ab37d03039065af682369610))
|
|
18
|
+
|
|
19
|
+
### Testing
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
- **(swc)** Update test cases (#5324) ([27c6f23](https://github.com/swc-project/swc/commit/27c6f2318af03aaafa4288ff96840977972fa7a7))
|
|
24
|
+
|
|
2
25
|
## [1.2.219] - 2022-07-27
|
|
3
26
|
|
|
4
27
|
### Bug Fixes
|
|
@@ -95,6 +118,9 @@
|
|
|
95
118
|
- **(ci)** Update macos runner (#5284) ([e8473eb](https://github.com/swc-project/swc/commit/e8473eb8a8d3bebea157d0e06a56d95b2350872c))
|
|
96
119
|
|
|
97
120
|
|
|
121
|
+
- **(ci)** Fix build for Android platforms (#5317) ([18d4029](https://github.com/swc-project/swc/commit/18d4029b337a94881ea173886271a54b5f385998))
|
|
122
|
+
|
|
123
|
+
|
|
98
124
|
- **(deps)** Update `bytecheck` (#5296) ([35b1e78](https://github.com/swc-project/swc/commit/35b1e7817974b0e1d7a5af1f9314444fe4070585))- **general**: Fix CI (#5251) ([d229917](https://github.com/swc-project/swc/commit/d229917588a7bfda8bf4023c42c4190552a3b0c6))- **general**: Fix CI ([3421064](https://github.com/swc-project/swc/commit/34210648b06c4e4e4bd7d368a1b9d203535bbc30))
|
|
99
125
|
|
|
100
126
|
### Performance
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc/core",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.220",
|
|
4
4
|
"description": "Super-fast alternative for babel",
|
|
5
5
|
"homepage": "https://swc.rs",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"@babel/preset-typescript": "^7.13.0",
|
|
97
97
|
"@babel/types": "^7.14.0",
|
|
98
98
|
"@napi-rs/cli": "^2.10.0",
|
|
99
|
-
"@swc/core": "^1.2.
|
|
99
|
+
"@swc/core": "^1.2.219",
|
|
100
100
|
"@swc/helpers": "^0.4.2",
|
|
101
101
|
"@taplo/cli": "^0.3.2",
|
|
102
102
|
"@types/jest": "^28.1.4",
|
|
@@ -138,19 +138,19 @@
|
|
|
138
138
|
"url": "https://opencollective.com/swc"
|
|
139
139
|
},
|
|
140
140
|
"optionalDependencies": {
|
|
141
|
-
"@swc/core-win32-x64-msvc": "1.2.
|
|
142
|
-
"@swc/core-darwin-x64": "1.2.
|
|
143
|
-
"@swc/core-linux-x64-gnu": "1.2.
|
|
144
|
-
"@swc/core-linux-x64-musl": "1.2.
|
|
145
|
-
"@swc/core-freebsd-x64": "1.2.
|
|
146
|
-
"@swc/core-win32-ia32-msvc": "1.2.
|
|
147
|
-
"@swc/core-linux-arm64-gnu": "1.2.
|
|
148
|
-
"@swc/core-linux-arm-gnueabihf": "1.2.
|
|
149
|
-
"@swc/core-darwin-arm64": "1.2.
|
|
150
|
-
"@swc/core-android-arm64": "1.2.
|
|
151
|
-
"@swc/core-linux-arm64-musl": "1.2.
|
|
152
|
-
"@swc/core-win32-arm64-msvc": "1.2.
|
|
153
|
-
"@swc/core-android-arm-eabi": "1.2.
|
|
141
|
+
"@swc/core-win32-x64-msvc": "1.2.220",
|
|
142
|
+
"@swc/core-darwin-x64": "1.2.220",
|
|
143
|
+
"@swc/core-linux-x64-gnu": "1.2.220",
|
|
144
|
+
"@swc/core-linux-x64-musl": "1.2.220",
|
|
145
|
+
"@swc/core-freebsd-x64": "1.2.220",
|
|
146
|
+
"@swc/core-win32-ia32-msvc": "1.2.220",
|
|
147
|
+
"@swc/core-linux-arm64-gnu": "1.2.220",
|
|
148
|
+
"@swc/core-linux-arm-gnueabihf": "1.2.220",
|
|
149
|
+
"@swc/core-darwin-arm64": "1.2.220",
|
|
150
|
+
"@swc/core-android-arm64": "1.2.220",
|
|
151
|
+
"@swc/core-linux-arm64-musl": "1.2.220",
|
|
152
|
+
"@swc/core-win32-arm64-msvc": "1.2.220",
|
|
153
|
+
"@swc/core-android-arm-eabi": "1.2.220"
|
|
154
154
|
},
|
|
155
155
|
"files": [
|
|
156
156
|
"CHANGELOG.md",
|