We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d87e06 commit f06d9f3Copy full SHA for f06d9f3
dist/cli.js
@@ -20,7 +20,7 @@ import * as psl from 'psl';
20
import isUrl from 'is-url';
21
22
var name = "pake-cli";
23
-var version$1 = "3.0.2";
+var version$1 = "3.0.3";
24
var description = "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用。";
25
var engines = {
26
node: ">=16.0.0"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pake-cli",
3
- "version": "3.0.2",
+ "version": "3.0.3",
4
"description": "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用。",
5
"engines": {
6
"node": ">=16.0.0"
0 commit comments