@swc/html 0.0.15 → 0.0.16
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.
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc/html",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.16",
|
|
4
4
|
"description": "Super-fast alternative for posthtml",
|
|
5
5
|
"homepage": "https://swc.rs",
|
|
6
|
-
"main": "./
|
|
6
|
+
"main": "./index.js",
|
|
7
7
|
"author": "강동윤 <kdy1997.dev@gmail.com>",
|
|
8
8
|
"license": "Apache-2.0",
|
|
9
9
|
"keywords": [
|
|
@@ -48,24 +48,24 @@
|
|
|
48
48
|
"pack": "wasm-pack",
|
|
49
49
|
"build:ts": "tsc -d",
|
|
50
50
|
"build:wasm": "npm-run-all \"pack -- build ./crates/wasm --scope swc {1} -t {2} \" --",
|
|
51
|
-
"build": "tsc -d && napi build --platform --cargo-name html_node --js ./
|
|
52
|
-
"build:dev": "tsc -d && napi build --platform --cargo-name html_node --js ./
|
|
51
|
+
"build": "tsc -d && napi build --platform --cargo-name html_node --js ./binding.js --dts binding.d.ts -p html_node --release --cargo-cwd ../..",
|
|
52
|
+
"build:dev": "tsc -d && napi build --platform --cargo-name html_node --js ./binding.js --dts binding.d.ts -p html_node --cargo-cwd ../..",
|
|
53
53
|
"test": "echo 'done!'",
|
|
54
54
|
"version": "napi version -p scripts/npm"
|
|
55
55
|
},
|
|
56
56
|
"optionalDependencies": {
|
|
57
|
-
"@swc/html-win32-x64-msvc": "0.0.
|
|
58
|
-
"@swc/html-darwin-x64": "0.0.
|
|
59
|
-
"@swc/html-linux-x64-gnu": "0.0.
|
|
60
|
-
"@swc/html-linux-x64-musl": "0.0.
|
|
61
|
-
"@swc/html-freebsd-x64": "0.0.
|
|
62
|
-
"@swc/html-win32-ia32-msvc": "0.0.
|
|
63
|
-
"@swc/html-linux-arm64-gnu": "0.0.
|
|
64
|
-
"@swc/html-linux-arm-gnueabihf": "0.0.
|
|
65
|
-
"@swc/html-darwin-arm64": "0.0.
|
|
66
|
-
"@swc/html-android-arm64": "0.0.
|
|
67
|
-
"@swc/html-linux-arm64-musl": "0.0.
|
|
68
|
-
"@swc/html-win32-arm64-msvc": "0.0.
|
|
69
|
-
"@swc/html-android-arm-eabi": "0.0.
|
|
57
|
+
"@swc/html-win32-x64-msvc": "0.0.16",
|
|
58
|
+
"@swc/html-darwin-x64": "0.0.16",
|
|
59
|
+
"@swc/html-linux-x64-gnu": "0.0.16",
|
|
60
|
+
"@swc/html-linux-x64-musl": "0.0.16",
|
|
61
|
+
"@swc/html-freebsd-x64": "0.0.16",
|
|
62
|
+
"@swc/html-win32-ia32-msvc": "0.0.16",
|
|
63
|
+
"@swc/html-linux-arm64-gnu": "0.0.16",
|
|
64
|
+
"@swc/html-linux-arm-gnueabihf": "0.0.16",
|
|
65
|
+
"@swc/html-darwin-arm64": "0.0.16",
|
|
66
|
+
"@swc/html-android-arm64": "0.0.16",
|
|
67
|
+
"@swc/html-linux-arm64-musl": "0.0.16",
|
|
68
|
+
"@swc/html-win32-arm64-msvc": "0.0.16",
|
|
69
|
+
"@swc/html-android-arm-eabi": "0.0.16"
|
|
70
70
|
}
|
|
71
71
|
}
|