@swc/core 1.2.228 → 1.2.229

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -5,6 +5,14 @@
5
5
 
6
6
 
7
7
 
8
+ - **(atoms)** Workaround a bug of `rkyv` (#5479) ([b35469a](https://github.com/swc-project/swc/commit/b35469ab5f16f10144c799d47a93f5d546a4c67e))
9
+
10
+ ## [1.2.228] - 2022-08-13
11
+
12
+ ### Bug Fixes
13
+
14
+
15
+
8
16
  - **(css/ast)** Use list of component values for error recovery (#5467) ([555b6a3](https://github.com/swc-project/swc/commit/555b6a3734735c17a09aafc61aa9727fd94bacca))
9
17
 
10
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.2.228",
3
+ "version": "1.2.229",
4
4
  "description": "Super-fast alternative for babel",
5
5
  "homepage": "https://swc.rs",
6
6
  "main": "./index.js",
@@ -138,19 +138,19 @@
138
138
  "url": "https://opencollective.com/swc"
139
139
  },
140
140
  "optionalDependencies": {
141
- "@swc/core-win32-x64-msvc": "1.2.228",
142
- "@swc/core-darwin-x64": "1.2.228",
143
- "@swc/core-linux-x64-gnu": "1.2.228",
144
- "@swc/core-linux-x64-musl": "1.2.228",
145
- "@swc/core-freebsd-x64": "1.2.228",
146
- "@swc/core-win32-ia32-msvc": "1.2.228",
147
- "@swc/core-linux-arm64-gnu": "1.2.228",
148
- "@swc/core-linux-arm-gnueabihf": "1.2.228",
149
- "@swc/core-darwin-arm64": "1.2.228",
150
- "@swc/core-android-arm64": "1.2.228",
151
- "@swc/core-linux-arm64-musl": "1.2.228",
152
- "@swc/core-win32-arm64-msvc": "1.2.228",
153
- "@swc/core-android-arm-eabi": "1.2.228"
141
+ "@swc/core-win32-x64-msvc": "1.2.229",
142
+ "@swc/core-darwin-x64": "1.2.229",
143
+ "@swc/core-linux-x64-gnu": "1.2.229",
144
+ "@swc/core-linux-x64-musl": "1.2.229",
145
+ "@swc/core-freebsd-x64": "1.2.229",
146
+ "@swc/core-win32-ia32-msvc": "1.2.229",
147
+ "@swc/core-linux-arm64-gnu": "1.2.229",
148
+ "@swc/core-linux-arm-gnueabihf": "1.2.229",
149
+ "@swc/core-darwin-arm64": "1.2.229",
150
+ "@swc/core-android-arm64": "1.2.229",
151
+ "@swc/core-linux-arm64-musl": "1.2.229",
152
+ "@swc/core-win32-arm64-msvc": "1.2.229",
153
+ "@swc/core-android-arm-eabi": "1.2.229"
154
154
  },
155
155
  "files": [
156
156
  "CHANGELOG.md",