@swc/core 1.7.24 → 1.7.25

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/index.d.ts +1 -1
  2. package/package.json +11 -11
package/index.d.ts CHANGED
@@ -2,7 +2,7 @@ import type { Plugin, ParseOptions, Module, Output, Options, Script, Program, Js
2
2
  export type * from "@swc/types";
3
3
  export { newMangleNameCache as experimental_newMangleNameCache } from "./binding";
4
4
  import { BundleInput } from "./spack";
5
- import type { NapiMinifyExtra } from "../binding";
5
+ import type { NapiMinifyExtra } from "./binding";
6
6
  /**
7
7
  * Version of the swc binding.
8
8
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.7.24",
3
+ "version": "1.7.25",
4
4
  "description": "Super-fast alternative for babel",
5
5
  "homepage": "https://swc.rs",
6
6
  "main": "./index.js",
@@ -100,15 +100,15 @@
100
100
  "typescript": "^5.3.3"
101
101
  },
102
102
  "optionalDependencies": {
103
- "@swc/core-darwin-x64": "1.7.24",
104
- "@swc/core-win32-x64-msvc": "1.7.24",
105
- "@swc/core-linux-x64-gnu": "1.7.24",
106
- "@swc/core-linux-x64-musl": "1.7.24",
107
- "@swc/core-win32-ia32-msvc": "1.7.24",
108
- "@swc/core-linux-arm-gnueabihf": "1.7.24",
109
- "@swc/core-linux-arm64-gnu": "1.7.24",
110
- "@swc/core-darwin-arm64": "1.7.24",
111
- "@swc/core-linux-arm64-musl": "1.7.24",
112
- "@swc/core-win32-arm64-msvc": "1.7.24"
103
+ "@swc/core-darwin-x64": "1.7.25",
104
+ "@swc/core-win32-x64-msvc": "1.7.25",
105
+ "@swc/core-linux-x64-gnu": "1.7.25",
106
+ "@swc/core-linux-x64-musl": "1.7.25",
107
+ "@swc/core-win32-ia32-msvc": "1.7.25",
108
+ "@swc/core-linux-arm-gnueabihf": "1.7.25",
109
+ "@swc/core-linux-arm64-gnu": "1.7.25",
110
+ "@swc/core-darwin-arm64": "1.7.25",
111
+ "@swc/core-linux-arm64-musl": "1.7.25",
112
+ "@swc/core-win32-arm64-msvc": "1.7.25"
113
113
  }
114
114
  }