@swc/core 1.5.1 → 1.5.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -4
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # Changelog
2
- ## [unreleased]
2
+ ## [1.5.1] - 2024-04-27
3
3
 
4
4
  ### Bug Fixes
5
5
 
@@ -1342,9 +1342,6 @@
1342
1342
 
1343
1343
 
1344
1344
 
1345
- - **(es/compat)** Fix scoping of `explicit-resource-management` ([#8044](https://github.com/swc-project/swc/issues/8044)) ([96a7a4d](https://github.com/swc-project/swc/commit/96a7a4d045d08547fed75c79a7156f79262edfc2))
1346
-
1347
-
1348
1345
  - **(es/compat)** Transform default-exported class decorators correctly ([#8050](https://github.com/swc-project/swc/issues/8050)) ([a751f1c](https://github.com/swc-project/swc/commit/a751f1cfaf415917ab2a5e5098d9ca32bffa907b))
1349
1346
 
1350
1347
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.5.1",
3
+ "version": "1.5.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.5.1",
177
- "@swc/core-win32-x64-msvc": "1.5.1",
178
- "@swc/core-linux-x64-gnu": "1.5.1",
179
- "@swc/core-linux-x64-musl": "1.5.1",
180
- "@swc/core-win32-ia32-msvc": "1.5.1",
181
- "@swc/core-linux-arm-gnueabihf": "1.5.1",
182
- "@swc/core-linux-arm64-gnu": "1.5.1",
183
- "@swc/core-darwin-arm64": "1.5.1",
184
- "@swc/core-linux-arm64-musl": "1.5.1",
185
- "@swc/core-win32-arm64-msvc": "1.5.1"
176
+ "@swc/core-darwin-x64": "1.5.2",
177
+ "@swc/core-win32-x64-msvc": "1.5.2",
178
+ "@swc/core-linux-x64-gnu": "1.5.2",
179
+ "@swc/core-linux-x64-musl": "1.5.2",
180
+ "@swc/core-win32-ia32-msvc": "1.5.2",
181
+ "@swc/core-linux-arm-gnueabihf": "1.5.2",
182
+ "@swc/core-linux-arm64-gnu": "1.5.2",
183
+ "@swc/core-darwin-arm64": "1.5.2",
184
+ "@swc/core-linux-arm64-musl": "1.5.2",
185
+ "@swc/core-win32-arm64-msvc": "1.5.2"
186
186
  }
187
187
  }