edgeone 1.0.24 → 1.0.25
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/edgeone-dist/cli.js +1 -3
- package/package.json +1 -1
package/edgeone-dist/cli.js
CHANGED
|
@@ -142949,7 +142949,7 @@ var yargs_default = Yargs;
|
|
|
142949
142949
|
// package.json
|
|
142950
142950
|
var package_default = {
|
|
142951
142951
|
name: "edgeone",
|
|
142952
|
-
version: "1.0.
|
|
142952
|
+
version: "1.0.25",
|
|
142953
142953
|
description: "Command-line interface for TencentCloud Pages Functions",
|
|
142954
142954
|
bin: {
|
|
142955
142955
|
edgeone: "./edgeone-bin/edgeone.js"
|
|
@@ -154242,10 +154242,8 @@ async function PagesLink(yargs) {
|
|
|
154242
154242
|
|
|
154243
154243
|
// src/pages/index.ts
|
|
154244
154244
|
process.on("uncaughtException", function(err2) {
|
|
154245
|
-
console.error("ERROR", err2);
|
|
154246
154245
|
});
|
|
154247
154246
|
process.on("unhandledRejection", function(err2) {
|
|
154248
|
-
console.error("ERROR", err2);
|
|
154249
154247
|
});
|
|
154250
154248
|
var PagesOptions = (yargs) => {
|
|
154251
154249
|
return yargs.positional("command", {
|