@swc/core 1.3.82 → 1.3.83

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 +20 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -5,6 +5,26 @@
5
5
 
6
6
 
7
7
 
8
+ - **(css/modules)** Aggregate class names when composes is chained. (#7917) ([0db25a2](https://github.com/swc-project/swc/commit/0db25a252cf35e4b64b38bde9f34a2f33eb2f662))
9
+
10
+
11
+ - **(es/module)** Revert #7901 (#7906) ([85d6e9b](https://github.com/swc-project/swc/commit/85d6e9be07af7bb788594b21a986636657d86f03))
12
+
13
+
14
+ - **(es/module)** Fix `jsc.paths` for projects using pnpm (#7918) ([a86e9f3](https://github.com/swc-project/swc/commit/a86e9f3bb5bd490ebf0b18fe7349a2b0fbc0c45f))
15
+
16
+ ### Features
17
+
18
+
19
+
20
+ - **(es/codegen)** Add an option to print `assert` for import attributes (#7914) ([ee75756](https://github.com/swc-project/swc/commit/ee7575695de6dad140457ffb8bb8f0ac80c4dcdc))
21
+
22
+ ## [1.3.82] - 2023-09-01
23
+
24
+ ### Bug Fixes
25
+
26
+
27
+
8
28
  - **(common)** Fix logic for excluding `FileName` from source maps (#7900) ([aa64955](https://github.com/swc-project/swc/commit/aa6495519b9271cb21d380c0c5a35fe79d31ee14))
9
29
 
10
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.3.82",
3
+ "version": "1.3.83",
4
4
  "description": "Super-fast alternative for babel",
5
5
  "homepage": "https://swc.rs",
6
6
  "main": "./index.js",
@@ -145,16 +145,16 @@
145
145
  "url": "https://opencollective.com/swc"
146
146
  },
147
147
  "optionalDependencies": {
148
- "@swc/core-win32-x64-msvc": "1.3.82",
149
- "@swc/core-darwin-x64": "1.3.82",
150
- "@swc/core-linux-x64-gnu": "1.3.82",
151
- "@swc/core-linux-x64-musl": "1.3.82",
152
- "@swc/core-win32-ia32-msvc": "1.3.82",
153
- "@swc/core-linux-arm64-gnu": "1.3.82",
154
- "@swc/core-linux-arm-gnueabihf": "1.3.82",
155
- "@swc/core-darwin-arm64": "1.3.82",
156
- "@swc/core-linux-arm64-musl": "1.3.82",
157
- "@swc/core-win32-arm64-msvc": "1.3.82"
148
+ "@swc/core-win32-x64-msvc": "1.3.83",
149
+ "@swc/core-darwin-x64": "1.3.83",
150
+ "@swc/core-linux-x64-gnu": "1.3.83",
151
+ "@swc/core-linux-x64-musl": "1.3.83",
152
+ "@swc/core-win32-ia32-msvc": "1.3.83",
153
+ "@swc/core-linux-arm64-gnu": "1.3.83",
154
+ "@swc/core-linux-arm-gnueabihf": "1.3.83",
155
+ "@swc/core-darwin-arm64": "1.3.83",
156
+ "@swc/core-linux-arm64-musl": "1.3.83",
157
+ "@swc/core-win32-arm64-msvc": "1.3.83"
158
158
  },
159
159
  "files": [
160
160
  "CHANGELOG.md",