@swc/core 1.3.47 → 1.3.49

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 +14 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,20 @@
1
1
  # Changelog
2
2
  ## [unreleased]
3
3
 
4
+ ### Features
5
+
6
+
7
+
8
+ - **(plugin/runner)** Update `wasmer` to `v3` (#7197) ([56bdacc](https://github.com/swc-project/swc/commit/56bdacc72df967bc613c5b067cf773f39c4bce00))
9
+
10
+ ### Refactor
11
+
12
+
13
+
14
+ - **(plugin/runner)** Fix publish action (#7234) ([b868ed0](https://github.com/swc-project/swc/commit/b868ed02a35904bd6063709685d1470598cdaf81))
15
+
16
+ ## [1.3.47] - 2023-04-10
17
+
4
18
  ### Bug Fixes
5
19
 
6
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.3.47",
3
+ "version": "1.3.49",
4
4
  "description": "Super-fast alternative for babel",
5
5
  "homepage": "https://swc.rs",
6
6
  "main": "./index.js",
@@ -146,16 +146,16 @@
146
146
  "url": "https://opencollective.com/swc"
147
147
  },
148
148
  "optionalDependencies": {
149
- "@swc/core-win32-x64-msvc": "1.3.47",
150
- "@swc/core-darwin-x64": "1.3.47",
151
- "@swc/core-linux-x64-gnu": "1.3.47",
152
- "@swc/core-linux-x64-musl": "1.3.47",
153
- "@swc/core-win32-ia32-msvc": "1.3.47",
154
- "@swc/core-linux-arm64-gnu": "1.3.47",
155
- "@swc/core-linux-arm-gnueabihf": "1.3.47",
156
- "@swc/core-darwin-arm64": "1.3.47",
157
- "@swc/core-linux-arm64-musl": "1.3.47",
158
- "@swc/core-win32-arm64-msvc": "1.3.47"
149
+ "@swc/core-win32-x64-msvc": "1.3.49",
150
+ "@swc/core-darwin-x64": "1.3.49",
151
+ "@swc/core-linux-x64-gnu": "1.3.49",
152
+ "@swc/core-linux-x64-musl": "1.3.49",
153
+ "@swc/core-win32-ia32-msvc": "1.3.49",
154
+ "@swc/core-linux-arm64-gnu": "1.3.49",
155
+ "@swc/core-linux-arm-gnueabihf": "1.3.49",
156
+ "@swc/core-darwin-arm64": "1.3.49",
157
+ "@swc/core-linux-arm64-musl": "1.3.49",
158
+ "@swc/core-win32-arm64-msvc": "1.3.49"
159
159
  },
160
160
  "files": [
161
161
  "CHANGELOG.md",