@utoo/pack 1.1.2-lingguang.1 → 1.1.3-lingguang.0
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 +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@utoo/pack",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3-lingguang.0",
|
|
4
4
|
"main": "cjs/index.js",
|
|
5
5
|
"module": "esm/index.js",
|
|
6
6
|
"types": "esm/index.d.ts",
|
|
@@ -84,18 +84,18 @@
|
|
|
84
84
|
"build:binding": "napi build src --platform --release -p pack-napi --cargo-cwd ../../ --cargo-name pack_napi --features plugin --js binding.js --dts binding.d.ts",
|
|
85
85
|
"build:binding:local": "napi build src --platform --profile release-local -p pack-napi --cargo-cwd ../../ --cargo-name pack_napi --features plugin --js binding.js --dts binding.d.ts",
|
|
86
86
|
"clean": "rm -rf cjs esm",
|
|
87
|
-
"prepublishOnly": "
|
|
87
|
+
"prepublishOnly": "npm run build:js && napi prepublish -t npm --skip-gh-release",
|
|
88
88
|
"version": "napi version",
|
|
89
89
|
"generate-features-list": "node ./scripts/generate-feature-list.js"
|
|
90
90
|
},
|
|
91
91
|
"repository": "git@github.com:utooland/utoo.git",
|
|
92
92
|
"optionalDependencies": {
|
|
93
|
-
"@utoo/pack-darwin-arm64": "1.1.
|
|
94
|
-
"@utoo/pack-darwin-x64": "1.1.
|
|
95
|
-
"@utoo/pack-linux-arm64-gnu": "1.1.
|
|
96
|
-
"@utoo/pack-linux-arm64-musl": "1.1.
|
|
97
|
-
"@utoo/pack-linux-x64-gnu": "1.1.
|
|
98
|
-
"@utoo/pack-linux-x64-musl": "1.1.
|
|
99
|
-
"@utoo/pack-win32-x64-msvc": "1.1.
|
|
93
|
+
"@utoo/pack-darwin-arm64": "1.1.3-lingguang.0",
|
|
94
|
+
"@utoo/pack-darwin-x64": "1.1.3-lingguang.0",
|
|
95
|
+
"@utoo/pack-linux-arm64-gnu": "1.1.3-lingguang.0",
|
|
96
|
+
"@utoo/pack-linux-arm64-musl": "1.1.3-lingguang.0",
|
|
97
|
+
"@utoo/pack-linux-x64-gnu": "1.1.3-lingguang.0",
|
|
98
|
+
"@utoo/pack-linux-x64-musl": "1.1.3-lingguang.0",
|
|
99
|
+
"@utoo/pack-win32-x64-msvc": "1.1.3-lingguang.0"
|
|
100
100
|
}
|
|
101
101
|
}
|