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.
@@ -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.24",
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", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edgeone",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "description": "Command-line interface for TencentCloud Pages Functions",
5
5
  "bin": {
6
6
  "edgeone": "./edgeone-bin/edgeone.js"