@swc/minifier-linux-arm-gnueabihf 1.3.91 → 1.12.3-nightly-20250619.1

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/minifier-linux-arm-gnueabihf",
3
- "version": "1.3.91",
3
+ "version": "1.12.3-nightly-20250619.1",
4
4
  "os": [
5
5
  "linux"
6
6
  ],
@@ -12,21 +12,17 @@
12
12
  "minifier.linux-arm-gnueabihf.node",
13
13
  "swc"
14
14
  ],
15
- "description": "Super-fast alternative for babel",
15
+ "description": "Super-fast alternative for terser",
16
16
  "keywords": [
17
17
  "swc",
18
- "swcpack",
19
- "babel",
20
- "typescript",
21
- "rust",
22
- "webpack",
23
- "tsc"
18
+ "terser",
19
+ "minifier"
24
20
  ],
25
21
  "author": "강동윤 <kdy1997.dev@gmail.com>",
26
22
  "homepage": "https://swc.rs",
27
- "license": "Apache-2.0 AND MIT",
23
+ "license": "Apache-2.0",
28
24
  "engines": {
29
- "node": ">=10"
25
+ "node": ">=12"
30
26
  },
31
27
  "publishConfig": {
32
28
  "registry": "https://registry.npmjs.org/",