@swc/core 1.15.1 → 1.15.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/README.md +6 -20
  2. package/package.json +13 -12
package/README.md CHANGED
@@ -9,33 +9,19 @@
9
9
  </p>
10
10
 
11
11
  <p align="center">
12
- <a href="https://www.npmjs.com/package/@swc/core">
13
- <img alt="downloads (@swc/core)" src="https://img.shields.io/npm/dm/@swc/core?label=downloads%20%28%40swc%2Fcore%29">
14
- </a>
15
- <a href="https://www.npmjs.com/package/@swc/counter?activeTab=dependents">
16
- <img alt="downloads (3rd party)" src="https://img.shields.io/npm/dm/@swc/counter?label=downloads%20%283rd%20party%29">
17
- </a>
12
+ <a href="https://www.npmjs.com/package/@swc/core"><img alt="downloads (@swc/core)" src="https://img.shields.io/npm/dm/@swc/core?label=downloads%20%28%40swc%2Fcore%29"></a>
13
+ <a href="https://www.npmjs.com/package/@swc/counter?activeTab=dependents"><img alt="downloads (3rd party)" src="https://img.shields.io/npm/dm/@swc/counter?label=downloads%20%283rd%20party%29"></a>
18
14
  </p>
19
15
  <p align="center">
20
- <a href="https://crates.io/crates/swc_ecma_parser">
21
- <img alt="undefined" src="https://img.shields.io/crates/d/swc_ecma_parser.svg?label=crates.io%20downloads">
22
- </a>
23
- <a href="https://github.com/swc-project/swc/releases/latest">
24
- <img alt="GitHub release (latest SemVer)" src="https://img.shields.io/github/v/release/swc-project/swc">
25
- </a>
16
+ <a href="https://crates.io/crates/swc_ecma_parser"><img alt="undefined" src="https://img.shields.io/crates/d/swc_ecma_parser.svg?label=crates.io%20downloads"></a>
17
+ <a href="https://github.com/swc-project/swc/releases/latest"><img alt="GitHub release (latest SemVer)" src="https://img.shields.io/github/v/release/swc-project/swc"></a>
26
18
  </p>
27
-
28
19
  <p align="center">
29
20
  <img alt="GitHub code size in bytes" src="https://img.shields.io/github/languages/code-size/swc-project/swc">
30
- <a href="https://github.com/swc-project/swc/blob/main/package.json#L22">
31
- <img alt="node-current (scoped)" src="https://img.shields.io/node/v/@swc/core">
32
- </a>
21
+ <a href="https://github.com/swc-project/swc/blob/main/package.json#L22"><img alt="node-current (scoped)" src="https://img.shields.io/node/v/@swc/core"></a>
33
22
  </p>
34
-
35
23
  <p align="center">
36
- <a href="https://discord.com/invite/GnHbXTdZz6">
37
- <img alt="Discord" src="https://img.shields.io/discord/889779439272075314">
38
- </a>
24
+ <a href="https://discord.com/invite/GnHbXTdZz6"><img alt="Discord" src="https://img.shields.io/discord/889779439272075314"></a>
39
25
  </p>
40
26
 
41
27
  SWC (stands for `Speedy Web Compiler`) is a super-fast TypeScript / JavaScript compiler written in Rust. It's a library for Rust and JavaScript at the same time. If you are using SWC from Rust, see [rustdoc](https://rustdoc.swc.rs/swc/) and for most users, your entry point for using the library will be [parser](https://rustdoc.swc.rs/swc_ecma_parser/).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.15.1",
3
+ "version": "1.15.2",
4
4
  "description": "Super-fast alternative for babel",
5
5
  "homepage": "https://swc.rs",
6
6
  "main": "./index.js",
@@ -42,7 +42,8 @@
42
42
  },
43
43
  "publishConfig": {
44
44
  "registry": "https://registry.npmjs.org/",
45
- "access": "public"
45
+ "access": "public",
46
+ "provenance": true
46
47
  },
47
48
  "types": "./index.d.ts",
48
49
  "scripts": {
@@ -100,15 +101,15 @@
100
101
  "typescript": "^5.3.3"
101
102
  },
102
103
  "optionalDependencies": {
103
- "@swc/core-darwin-x64": "1.15.1",
104
- "@swc/core-win32-x64-msvc": "1.15.1",
105
- "@swc/core-linux-x64-gnu": "1.15.1",
106
- "@swc/core-linux-x64-musl": "1.15.1",
107
- "@swc/core-win32-ia32-msvc": "1.15.1",
108
- "@swc/core-linux-arm-gnueabihf": "1.15.1",
109
- "@swc/core-darwin-arm64": "1.15.1",
110
- "@swc/core-linux-arm64-gnu": "1.15.1",
111
- "@swc/core-linux-arm64-musl": "1.15.1",
112
- "@swc/core-win32-arm64-msvc": "1.15.1"
104
+ "@swc/core-darwin-x64": "1.15.2",
105
+ "@swc/core-win32-x64-msvc": "1.15.2",
106
+ "@swc/core-linux-x64-gnu": "1.15.2",
107
+ "@swc/core-linux-x64-musl": "1.15.2",
108
+ "@swc/core-win32-ia32-msvc": "1.15.2",
109
+ "@swc/core-linux-arm-gnueabihf": "1.15.2",
110
+ "@swc/core-darwin-arm64": "1.15.2",
111
+ "@swc/core-linux-arm64-gnu": "1.15.2",
112
+ "@swc/core-linux-arm64-musl": "1.15.2",
113
+ "@swc/core-win32-arm64-msvc": "1.15.2"
113
114
  }
114
115
  }