@swc/core 1.2.175 → 1.2.176

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 +11 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -5,6 +5,17 @@
5
5
 
6
6
 
7
7
 
8
+ - **(es/compat)** Revert a wrong patch about private properties ([97e0e27](https://github.com/swc-project/swc/commit/97e0e271d57ae2c2f6a4d8a09032885ca9a27be9))
9
+
10
+
11
+ - **(es/compat)** Fix the position of inserted statements in `class_properties` (#4511) ([9e45882](https://github.com/swc-project/swc/commit/9e45882b8407e46573b363ea47ddbbc7cf9c82e4))
12
+
13
+ ## [1.2.175] - 2022-05-03
14
+
15
+ ### Bug Fixes
16
+
17
+
18
+
8
19
  - **(css/prefixer)** Add prefix for `print-color-adjust` (#4503) ([90ac93a](https://github.com/swc-project/swc/commit/90ac93af12b9fb8d50f15ce98a7af5c5ce21d77b))
9
20
 
10
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.2.175",
3
+ "version": "1.2.176",
4
4
  "description": "Super-fast alternative for babel",
5
5
  "homepage": "https://swc.rs",
6
6
  "main": "./index.js",
@@ -121,18 +121,18 @@
121
121
  "url": "https://opencollective.com/swc"
122
122
  },
123
123
  "optionalDependencies": {
124
- "@swc/core-win32-x64-msvc": "1.2.175",
125
- "@swc/core-darwin-x64": "1.2.175",
126
- "@swc/core-linux-x64-gnu": "1.2.175",
127
- "@swc/core-linux-x64-musl": "1.2.175",
128
- "@swc/core-freebsd-x64": "1.2.175",
129
- "@swc/core-win32-ia32-msvc": "1.2.175",
130
- "@swc/core-linux-arm64-gnu": "1.2.175",
131
- "@swc/core-linux-arm-gnueabihf": "1.2.175",
132
- "@swc/core-darwin-arm64": "1.2.175",
133
- "@swc/core-android-arm64": "1.2.175",
134
- "@swc/core-linux-arm64-musl": "1.2.175",
135
- "@swc/core-win32-arm64-msvc": "1.2.175",
136
- "@swc/core-android-arm-eabi": "1.2.175"
124
+ "@swc/core-win32-x64-msvc": "1.2.176",
125
+ "@swc/core-darwin-x64": "1.2.176",
126
+ "@swc/core-linux-x64-gnu": "1.2.176",
127
+ "@swc/core-linux-x64-musl": "1.2.176",
128
+ "@swc/core-freebsd-x64": "1.2.176",
129
+ "@swc/core-win32-ia32-msvc": "1.2.176",
130
+ "@swc/core-linux-arm64-gnu": "1.2.176",
131
+ "@swc/core-linux-arm-gnueabihf": "1.2.176",
132
+ "@swc/core-darwin-arm64": "1.2.176",
133
+ "@swc/core-android-arm64": "1.2.176",
134
+ "@swc/core-linux-arm64-musl": "1.2.176",
135
+ "@swc/core-win32-arm64-msvc": "1.2.176",
136
+ "@swc/core-android-arm-eabi": "1.2.176"
137
137
  }
138
138
  }