pake-cli 2.0.7-beta2 โ 2.0.7-beta3
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/dist/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -2547,7 +2547,7 @@ class BuilderFactory {
|
|
|
2547
2547
|
}
|
|
2548
2548
|
|
|
2549
2549
|
var name = "pake-cli";
|
|
2550
|
-
var version = "2.0.7-
|
|
2550
|
+
var version = "2.0.7-beta3";
|
|
2551
2551
|
var description = "๐คฑ๐ป Turn any webpage into a desktop app with Rust. ๐คฑ๐ป ๅพ็ฎๅ็็จ Rust ๆๅ
็ฝ้กต็ๆๅพๅฐ็ๆก้ข Appใ";
|
|
2552
2552
|
var engines = {
|
|
2553
2553
|
node: ">=16.0.0"
|
package/package.json
CHANGED