edgeone 1.0.4 → 1.0.5

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.
@@ -103299,7 +103299,7 @@ var yargs_default = Yargs;
103299
103299
  // package.json
103300
103300
  var package_default = {
103301
103301
  name: "edgeone",
103302
- version: "1.0.3",
103302
+ version: "1.0.5",
103303
103303
  description: "Command-line interface for TencentCloud Pages Functions",
103304
103304
  bin: {
103305
103305
  edgeone: "./edgeone-bin/edgeone.js"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edgeone",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Command-line interface for TencentCloud Pages Functions",
5
5
  "bin": {
6
6
  "edgeone": "./edgeone-bin/edgeone.js"