@swc/core 1.2.188 → 1.2.189

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/codegen)** Fix numeric literals (#4733) ([ea46eb4](https://github.com/swc-project/swc/commit/ea46eb41e0e0581765c12a0f50b5c467beb878ea))
9
+
10
+
11
+ - **(html/parser)** Fix error reporting related to `image` (#4720) ([4cee4ac](https://github.com/swc-project/swc/commit/4cee4ac23804e8e43575477c41e5e0cfb624103a))
12
+
13
+ ## [1.2.188] - 2022-05-21
14
+
15
+ ### Bug Fixes
16
+
17
+
18
+
8
19
  - **(es/codegen)** Exclude synthesized files from sourcemap (#4714) ([03dd9de](https://github.com/swc-project/swc/commit/03dd9de1c34ef8af66b78b03e7264e623ea81e8b))
9
20
 
10
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.2.188",
3
+ "version": "1.2.189",
4
4
  "description": "Super-fast alternative for babel",
5
5
  "homepage": "https://swc.rs",
6
6
  "main": "./index.js",
@@ -135,18 +135,18 @@
135
135
  "url": "https://opencollective.com/swc"
136
136
  },
137
137
  "optionalDependencies": {
138
- "@swc/core-win32-x64-msvc": "1.2.188",
139
- "@swc/core-darwin-x64": "1.2.188",
140
- "@swc/core-linux-x64-gnu": "1.2.188",
141
- "@swc/core-linux-x64-musl": "1.2.188",
142
- "@swc/core-freebsd-x64": "1.2.188",
143
- "@swc/core-win32-ia32-msvc": "1.2.188",
144
- "@swc/core-linux-arm64-gnu": "1.2.188",
145
- "@swc/core-linux-arm-gnueabihf": "1.2.188",
146
- "@swc/core-darwin-arm64": "1.2.188",
147
- "@swc/core-android-arm64": "1.2.188",
148
- "@swc/core-linux-arm64-musl": "1.2.188",
149
- "@swc/core-win32-arm64-msvc": "1.2.188",
150
- "@swc/core-android-arm-eabi": "1.2.188"
138
+ "@swc/core-win32-x64-msvc": "1.2.189",
139
+ "@swc/core-darwin-x64": "1.2.189",
140
+ "@swc/core-linux-x64-gnu": "1.2.189",
141
+ "@swc/core-linux-x64-musl": "1.2.189",
142
+ "@swc/core-freebsd-x64": "1.2.189",
143
+ "@swc/core-win32-ia32-msvc": "1.2.189",
144
+ "@swc/core-linux-arm64-gnu": "1.2.189",
145
+ "@swc/core-linux-arm-gnueabihf": "1.2.189",
146
+ "@swc/core-darwin-arm64": "1.2.189",
147
+ "@swc/core-android-arm64": "1.2.189",
148
+ "@swc/core-linux-arm64-musl": "1.2.189",
149
+ "@swc/core-win32-arm64-msvc": "1.2.189",
150
+ "@swc/core-android-arm-eabi": "1.2.189"
151
151
  }
152
152
  }