@swc/core 1.4.1-nightly-20240213.2 → 1.4.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.
- package/package.json +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc/core",
|
|
3
|
-
"version": "1.4.1
|
|
3
|
+
"version": "1.4.1",
|
|
4
4
|
"description": "Super-fast alternative for babel",
|
|
5
5
|
"homepage": "https://swc.rs",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"build": "tsc -d && napi build --manifest-path bindings/Cargo.toml --platform -p binding_core_node --js ./node-swc/src/binding.js --dts ./node-swc/src/binding.d.ts --release -o .",
|
|
58
58
|
"build:dev": "tsc -d && napi build --manifest-path bindings/Cargo.toml --platform -p binding_core_node --js ./node-swc/src/binding.js --dts ./node-swc/src/binding.d.ts -o .",
|
|
59
59
|
"test": "cross-env NODE_OPTIONS='--experimental-vm-modules' jest --config ./node-swc/jest.config.js",
|
|
60
|
-
"version": "napi version -
|
|
60
|
+
"version": "napi version --npm-dir scripts/npm"
|
|
61
61
|
},
|
|
62
62
|
"lint-staged": {
|
|
63
63
|
"*.toml": [
|
|
@@ -173,15 +173,15 @@
|
|
|
173
173
|
"@swc/types": "^0.1.5"
|
|
174
174
|
},
|
|
175
175
|
"optionalDependencies": {
|
|
176
|
-
"@swc/core-darwin-x64": "1.4.1
|
|
177
|
-
"@swc/core-win32-x64-msvc": "1.4.1
|
|
178
|
-
"@swc/core-linux-x64-gnu": "1.4.1
|
|
179
|
-
"@swc/core-linux-x64-musl": "1.4.1
|
|
180
|
-
"@swc/core-win32-ia32-msvc": "1.4.1
|
|
181
|
-
"@swc/core-linux-arm-gnueabihf": "1.4.1
|
|
182
|
-
"@swc/core-linux-arm64-gnu": "1.4.1
|
|
183
|
-
"@swc/core-darwin-arm64": "1.4.1
|
|
184
|
-
"@swc/core-linux-arm64-musl": "1.4.1
|
|
185
|
-
"@swc/core-win32-arm64-msvc": "1.4.1
|
|
176
|
+
"@swc/core-darwin-x64": "1.4.1",
|
|
177
|
+
"@swc/core-win32-x64-msvc": "1.4.1",
|
|
178
|
+
"@swc/core-linux-x64-gnu": "1.4.1",
|
|
179
|
+
"@swc/core-linux-x64-musl": "1.4.1",
|
|
180
|
+
"@swc/core-win32-ia32-msvc": "1.4.1",
|
|
181
|
+
"@swc/core-linux-arm-gnueabihf": "1.4.1",
|
|
182
|
+
"@swc/core-linux-arm64-gnu": "1.4.1",
|
|
183
|
+
"@swc/core-darwin-arm64": "1.4.1",
|
|
184
|
+
"@swc/core-linux-arm64-musl": "1.4.1",
|
|
185
|
+
"@swc/core-win32-arm64-msvc": "1.4.1"
|
|
186
186
|
}
|
|
187
187
|
}
|