@utoo/pack 1.1.2-alpha.2 → 1.1.2-alpha.4
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 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@utoo/pack",
|
|
3
|
-
"version": "1.1.2-alpha.
|
|
3
|
+
"version": "1.1.2-alpha.4",
|
|
4
4
|
"main": "cjs/index.js",
|
|
5
5
|
"module": "esm/index.js",
|
|
6
6
|
"types": "esm/index.d.ts",
|
|
@@ -82,18 +82,19 @@
|
|
|
82
82
|
"artifacts": "napi artifacts --dir ./src --dist npm",
|
|
83
83
|
"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",
|
|
84
84
|
"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",
|
|
85
|
+
"clean": "rm -rf cjs esm",
|
|
85
86
|
"prepublishOnly": "turbo run build:js --filter=@utoo/pack && napi prepublish -t npm --skip-gh-release",
|
|
86
87
|
"version": "napi version",
|
|
87
88
|
"generate-features-list": "node ./scripts/generate-feature-list.js"
|
|
88
89
|
},
|
|
89
90
|
"repository": "git@github.com:utooland/utoo.git",
|
|
90
91
|
"optionalDependencies": {
|
|
91
|
-
"@utoo/pack-darwin-arm64": "1.1.2-alpha.
|
|
92
|
-
"@utoo/pack-darwin-x64": "1.1.2-alpha.
|
|
93
|
-
"@utoo/pack-linux-arm64-gnu": "1.1.2-alpha.
|
|
94
|
-
"@utoo/pack-linux-arm64-musl": "1.1.2-alpha.
|
|
95
|
-
"@utoo/pack-linux-x64-gnu": "1.1.2-alpha.
|
|
96
|
-
"@utoo/pack-linux-x64-musl": "1.1.2-alpha.
|
|
97
|
-
"@utoo/pack-win32-x64-msvc": "1.1.2-alpha.
|
|
92
|
+
"@utoo/pack-darwin-arm64": "1.1.2-alpha.4",
|
|
93
|
+
"@utoo/pack-darwin-x64": "1.1.2-alpha.4",
|
|
94
|
+
"@utoo/pack-linux-arm64-gnu": "1.1.2-alpha.4",
|
|
95
|
+
"@utoo/pack-linux-arm64-musl": "1.1.2-alpha.4",
|
|
96
|
+
"@utoo/pack-linux-x64-gnu": "1.1.2-alpha.4",
|
|
97
|
+
"@utoo/pack-linux-x64-musl": "1.1.2-alpha.4",
|
|
98
|
+
"@utoo/pack-win32-x64-msvc": "1.1.2-alpha.4"
|
|
98
99
|
}
|
|
99
100
|
}
|