Skip to content

Commit ea8bc05

Browse files
committed
🔖 2.0.6
1 parent 38645b3 commit ea8bc05

File tree

2 files changed

+25
-27
lines changed

2 files changed

+25
-27
lines changed

Diff for: dist/cli.js

+24-26
Original file line numberDiff line numberDiff line change
@@ -20,31 +20,29 @@ import dns from 'dns';
2020
import http from 'http';
2121
import updateNotifier from 'update-notifier';
2222

23-
/******************************************************************************
24-
Copyright (c) Microsoft Corporation.
25-
26-
Permission to use, copy, modify, and/or distribute this software for any
27-
purpose with or without fee is hereby granted.
28-
29-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
30-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
31-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
32-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
33-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
34-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
35-
PERFORMANCE OF THIS SOFTWARE.
36-
***************************************************************************** */
37-
/* global Reflect, Promise */
38-
39-
40-
function __awaiter(thisArg, _arguments, P, generator) {
41-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
42-
return new (P || (P = Promise))(function (resolve, reject) {
43-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
44-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
45-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
46-
step((generator = generator.apply(thisArg, _arguments || [])).next());
47-
});
23+
/******************************************************************************
24+
Copyright (c) Microsoft Corporation.
25+
26+
Permission to use, copy, modify, and/or distribute this software for any
27+
purpose with or without fee is hereby granted.
28+
29+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
30+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
31+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
32+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
33+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
34+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
35+
PERFORMANCE OF THIS SOFTWARE.
36+
***************************************************************************** */
37+
38+
function __awaiter(thisArg, _arguments, P, generator) {
39+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
40+
return new (P || (P = Promise))(function (resolve, reject) {
41+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
42+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
43+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
44+
step((generator = generator.apply(thisArg, _arguments || [])).next());
45+
});
4846
}
4947

5048
const DEFAULT_PAKE_OPTIONS = {
@@ -2525,7 +2523,7 @@ class BuilderFactory {
25252523
}
25262524

25272525
var name = "pake-cli";
2528-
var version = "2.0.5";
2526+
var version = "2.0.6";
25292527
var description = "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 很简单的用 Rust 打包网页生成很小的桌面 App。";
25302528
var engines = {
25312529
node: ">=16.0.0"

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pake-cli",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"description": "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 很简单的用 Rust 打包网页生成很小的桌面 App。",
55
"engines": {
66
"node": ">=16.0.0"

0 commit comments

Comments
 (0)