We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c6239f commit 078f849Copy full SHA for 078f849
dist/cli.js
@@ -22,7 +22,7 @@ import sharp from 'sharp';
22
import * as psl from 'psl';
23
24
var name = "pake-cli";
25
-var version$1 = "3.2.0";
+var version$1 = "3.2.1";
26
var description = "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用。";
27
var engines = {
28
node: ">=16.0.0"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pake-cli",
3
- "version": "3.2.0",
+ "version": "3.2.1",
4
"description": "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用。",
5
"engines": {
6
"node": ">=16.0.0"
0 commit comments