@zuplo/cli 1.80.0 → 1.81.0

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.
Files changed (84) hide show
  1. package/dist/cli.js +23 -21
  2. package/dist/cmds/convert.js +2 -2
  3. package/dist/cmds/delete.js +2 -2
  4. package/dist/cmds/deploy.js +2 -2
  5. package/dist/cmds/dev.js +2 -2
  6. package/dist/cmds/editor.js +2 -2
  7. package/dist/cmds/link.js +2 -2
  8. package/dist/cmds/list.js +2 -2
  9. package/dist/cmds/login.js +2 -2
  10. package/dist/cmds/project/index.js +2 -2
  11. package/dist/cmds/project/update.js +2 -2
  12. package/dist/cmds/test.js +2 -2
  13. package/dist/cmds/tunnel/create.js +2 -2
  14. package/dist/cmds/tunnel/delete.js +2 -2
  15. package/dist/cmds/tunnel/describe.js +2 -2
  16. package/dist/cmds/tunnel/index.js +2 -2
  17. package/dist/cmds/tunnel/list.js +2 -2
  18. package/dist/cmds/tunnel/rotate-token.js +2 -2
  19. package/dist/cmds/tunnel/services/describe.js +2 -2
  20. package/dist/cmds/tunnel/services/index.js +2 -2
  21. package/dist/cmds/tunnel/services/update.js +2 -2
  22. package/dist/cmds/variable/create.js +2 -2
  23. package/dist/cmds/variable/index.js +2 -2
  24. package/dist/cmds/variable/update.js +2 -2
  25. package/dist/common/alias.js +2 -2
  26. package/dist/common/analytics/lib.js +2 -2
  27. package/dist/common/api/lib.js +2 -2
  28. package/dist/common/constants.js +2 -2
  29. package/dist/common/deno-utils/locator.js +2 -2
  30. package/dist/common/handler.js +2 -2
  31. package/dist/common/logger.js +2 -2
  32. package/dist/common/machine-id/lib.js +2 -2
  33. package/dist/common/middleware/user-configuration.js +2 -2
  34. package/dist/common/middleware/user-identification.js +2 -2
  35. package/dist/common/models.js +2 -2
  36. package/dist/common/output.js +2 -2
  37. package/dist/common/settings.js +2 -2
  38. package/dist/common/upgraders/lib.js +2 -2
  39. package/dist/common/upgraders/package-json-upgrader.js +2 -2
  40. package/dist/common/upgraders/vscode-settings-json-upgrader.js +2 -2
  41. package/dist/common/validators/file-system-validator.js +2 -2
  42. package/dist/common/validators/lib.js +2 -2
  43. package/dist/common/validators/login-state-validator.js +2 -2
  44. package/dist/common/validators/project-name-validator.js +2 -2
  45. package/dist/common/xdg/lib.js +2 -2
  46. package/dist/convert/engine.js +2 -2
  47. package/dist/convert/handler.js +2 -2
  48. package/dist/convert/routes.generated.js +2 -2
  49. package/dist/delete/handler.js +2 -2
  50. package/dist/delete/poll-deployment.js +2 -2
  51. package/dist/deploy/archive.js +2 -2
  52. package/dist/deploy/file-upload.js +2 -2
  53. package/dist/deploy/handler.js +2 -2
  54. package/dist/deploy/poll-deployment.js +2 -2
  55. package/dist/dev/handler.js +13 -3
  56. package/dist/editor/assets/index-03352ce7.js +2 -2
  57. package/dist/editor/handler.js +2 -2
  58. package/dist/editor/server/cors-plugin.js +2 -2
  59. package/dist/editor/server/server.js +12 -4
  60. package/dist/editor/server/xfs.js +2 -2
  61. package/dist/link/handler.js +2 -2
  62. package/dist/link/populate.js +2 -2
  63. package/dist/list/handler.js +2 -2
  64. package/dist/login/handler.js +2 -2
  65. package/dist/login/server.js +2 -2
  66. package/dist/project/update/handler.js +2 -2
  67. package/dist/test/esbuild-config.js +2 -2
  68. package/dist/test/esbuild-plugins/deno-test-prep-plugin.js +2 -2
  69. package/dist/test/handler.js +2 -2
  70. package/dist/test/invoke-test.js +2 -2
  71. package/dist/tunnel/create/handler.js +2 -2
  72. package/dist/tunnel/delete/handler.js +2 -2
  73. package/dist/tunnel/delete/poll-teardown-operation.js +2 -2
  74. package/dist/tunnel/describe/handler.js +2 -2
  75. package/dist/tunnel/list/handler.js +2 -2
  76. package/dist/tunnel/models.js +2 -2
  77. package/dist/tunnel/rotate-token/handler.js +2 -2
  78. package/dist/tunnel/services/describe/handler.js +2 -2
  79. package/dist/tunnel/services/update/handler.js +2 -2
  80. package/dist/tunnel/services/update/poll-provisioning-operations.js +2 -2
  81. package/dist/variable/create/handler.js +2 -2
  82. package/dist/variable/models.js +2 -2
  83. package/dist/variable/update/handler.js +2 -2
  84. package/package.json +4 -4
@@ -1,5 +1,5 @@
1
1
 
2
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="2c727de1-d0e0-517c-9b8d-63612d480be0")}catch(e){}}();
2
+ !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="d9fada0f-c7c3-56a6-bce9-cab68dcf53e4")}catch(e){}}();
3
3
  import { logger } from "../../common/logger.js";
4
4
  import { printDiagnosticsToConsole, printTableToConsoleAndExitGracefully, textOrJson, } from "../../common/output.js";
5
5
  import settings from "../../common/settings.js";
@@ -27,4 +27,4 @@ export async function create(argv) {
27
27
  }
28
28
  }
29
29
  //# sourceMappingURL=handler.js.map
30
- //# debugId=2c727de1-d0e0-517c-9b8d-63612d480be0
30
+ //# debugId=d9fada0f-c7c3-56a6-bce9-cab68dcf53e4
@@ -1,5 +1,5 @@
1
1
 
2
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="b4d4a60a-f5a8-5bb4-a1a8-1afcb9c6f3e8")}catch(e){}}();
2
+ !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="aca65d67-321d-5925-a1f9-4d8bb8db8267")}catch(e){}}();
3
3
  import { logger } from "../../common/logger.js";
4
4
  import { printCriticalFailureToConsoleAndExit, printDiagnosticsToConsole, printResultToConsoleAndExitGracefully, textOrJson, } from "../../common/output.js";
5
5
  import settings from "../../common/settings.js";
@@ -38,4 +38,4 @@ export async function deleteTunnel(argv) {
38
38
  }
39
39
  }
40
40
  //# sourceMappingURL=handler.js.map
41
- //# debugId=b4d4a60a-f5a8-5bb4-a1a8-1afcb9c6f3e8
41
+ //# debugId=aca65d67-321d-5925-a1f9-4d8bb8db8267
@@ -1,5 +1,5 @@
1
1
 
2
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="a3b7326d-95c8-51d5-a4dd-6233db93bce9")}catch(e){}}();
2
+ !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="805ecf52-ac85-501d-abe2-1e012168f448")}catch(e){}}();
3
3
  import { logger } from "../../common/logger.js";
4
4
  import { printDiagnosticsToConsole } from "../../common/output.js";
5
5
  import settings from "../../common/settings.js";
@@ -37,4 +37,4 @@ export async function pollTeardownOperation(args) {
37
37
  throw new Error("Unexpected error while polling for teardown operation status");
38
38
  }
39
39
  //# sourceMappingURL=poll-teardown-operation.js.map
40
- //# debugId=a3b7326d-95c8-51d5-a4dd-6233db93bce9
40
+ //# debugId=805ecf52-ac85-501d-abe2-1e012168f448
@@ -1,5 +1,5 @@
1
1
 
2
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="653458ca-187f-5bbc-8553-788deb7155bd")}catch(e){}}();
2
+ !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="d8e69d19-9af3-5a6d-aea1-cd87b110be3c")}catch(e){}}();
3
3
  import { logger } from "../../common/logger.js";
4
4
  import { printDiagnosticsToConsole, printTableToConsoleAndExitGracefully, textOrJson, } from "../../common/output.js";
5
5
  import settings from "../../common/settings.js";
@@ -25,4 +25,4 @@ export async function describe(argv) {
25
25
  }
26
26
  }
27
27
  //# sourceMappingURL=handler.js.map
28
- //# debugId=653458ca-187f-5bbc-8553-788deb7155bd
28
+ //# debugId=d8e69d19-9af3-5a6d-aea1-cd87b110be3c
@@ -1,5 +1,5 @@
1
1
 
2
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="25e1eea1-68c6-522e-bb2c-bfbd57517091")}catch(e){}}();
2
+ !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="990fb347-877a-523a-a03b-d91459bf7dcc")}catch(e){}}();
3
3
  import { logger } from "../../common/logger.js";
4
4
  import { printDiagnosticsToConsole, printResultToConsoleAndExitGracefully, printTableToConsoleAndExitGracefully, } from "../../common/output.js";
5
5
  import settings from "../../common/settings.js";
@@ -34,4 +34,4 @@ export async function list(argv) {
34
34
  }
35
35
  }
36
36
  //# sourceMappingURL=handler.js.map
37
- //# debugId=25e1eea1-68c6-522e-bb2c-bfbd57517091
37
+ //# debugId=990fb347-877a-523a-a03b-d91459bf7dcc
@@ -1,5 +1,5 @@
1
1
 
2
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="98f421de-65b0-5e62-a8e4-9ed089f92ec8")}catch(e){}}();
2
+ !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="30085b72-4d54-5ac4-8286-11868105744e")}catch(e){}}();
3
3
  export {};
4
4
  //# sourceMappingURL=models.js.map
5
- //# debugId=98f421de-65b0-5e62-a8e4-9ed089f92ec8
5
+ //# debugId=30085b72-4d54-5ac4-8286-11868105744e
@@ -1,5 +1,5 @@
1
1
 
2
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="127b1934-09f2-505c-a8ad-28c355e9109c")}catch(e){}}();
2
+ !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="2760f758-b825-53b4-ae0c-479e3191c5b5")}catch(e){}}();
3
3
  import { logger } from "../../common/logger.js";
4
4
  import { printDiagnosticsToConsole, printTableToConsoleAndExitGracefully, textOrJson, } from "../../common/output.js";
5
5
  import settings from "../../common/settings.js";
@@ -25,4 +25,4 @@ export async function rotateToken(argv) {
25
25
  }
26
26
  }
27
27
  //# sourceMappingURL=handler.js.map
28
- //# debugId=127b1934-09f2-505c-a8ad-28c355e9109c
28
+ //# debugId=2760f758-b825-53b4-ae0c-479e3191c5b5
@@ -1,5 +1,5 @@
1
1
 
2
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="51788ca8-ed69-5b21-8faf-ae8aaa026e95")}catch(e){}}();
2
+ !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="ac3d5242-b625-5ed3-99a5-fc49939536d7")}catch(e){}}();
3
3
  import { logger } from "../../../common/logger.js";
4
4
  import { printDiagnosticsToConsole, printResultToConsoleAndExitGracefully, textOrJson, } from "../../../common/output.js";
5
5
  import settings from "../../../common/settings.js";
@@ -25,4 +25,4 @@ export async function describe(argv) {
25
25
  }
26
26
  }
27
27
  //# sourceMappingURL=handler.js.map
28
- //# debugId=51788ca8-ed69-5b21-8faf-ae8aaa026e95
28
+ //# debugId=ac3d5242-b625-5ed3-99a5-fc49939536d7
@@ -1,5 +1,5 @@
1
1
 
2
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="0e1f9e61-8829-5ae3-b4cd-c1a79dc2191b")}catch(e){}}();
2
+ !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="07ec52bc-313d-5695-a620-9b116ff2e761")}catch(e){}}();
3
3
  import { readFile } from "node:fs/promises";
4
4
  import { logger } from "../../../common/logger.js";
5
5
  import { printCriticalFailureToConsoleAndExit, printDiagnosticsToConsole, printResultToConsoleAndExitGracefully, textOrJson, } from "../../../common/output.js";
@@ -48,4 +48,4 @@ export async function updateServices(argv) {
48
48
  }
49
49
  }
50
50
  //# sourceMappingURL=handler.js.map
51
- //# debugId=0e1f9e61-8829-5ae3-b4cd-c1a79dc2191b
51
+ //# debugId=07ec52bc-313d-5695-a620-9b116ff2e761
@@ -1,5 +1,5 @@
1
1
 
2
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="79be439d-42a8-5591-9774-6d9603f9d845")}catch(e){}}();
2
+ !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="54671849-0d7c-5c9c-874e-fc123d31756c")}catch(e){}}();
3
3
  import { logger } from "../../../common/logger.js";
4
4
  import { printDiagnosticsToConsole, textOrJson, } from "../../../common/output.js";
5
5
  import settings from "../../../common/settings.js";
@@ -41,4 +41,4 @@ export async function pollProvisioningOperation(args) {
41
41
  throw new Error("Unexpected error while polling for provisioning operation status");
42
42
  }
43
43
  //# sourceMappingURL=poll-provisioning-operations.js.map
44
- //# debugId=79be439d-42a8-5591-9774-6d9603f9d845
44
+ //# debugId=54671849-0d7c-5c9c-874e-fc123d31756c
@@ -1,5 +1,5 @@
1
1
 
2
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="bf9a9d71-d13d-5770-b18d-a33e79514601")}catch(e){}}();
2
+ !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="98224ccb-ce96-5060-b338-fa84913d0689")}catch(e){}}();
3
3
  import { logger } from "../../common/logger.js";
4
4
  import { printDiagnosticsToConsole, printResultToConsole, textOrJson, } from "../../common/output.js";
5
5
  import settings from "../../common/settings.js";
@@ -31,4 +31,4 @@ export async function create(argv) {
31
31
  }
32
32
  }
33
33
  //# sourceMappingURL=handler.js.map
34
- //# debugId=bf9a9d71-d13d-5770-b18d-a33e79514601
34
+ //# debugId=98224ccb-ce96-5060-b338-fa84913d0689
@@ -1,5 +1,5 @@
1
1
 
2
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="a902ed7c-29ac-5feb-a4ac-3265b900fd30")}catch(e){}}();
2
+ !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="7dcd8ba4-ede4-5c12-8ac5-c36fff4cb5ec")}catch(e){}}();
3
3
  export {};
4
4
  //# sourceMappingURL=models.js.map
5
- //# debugId=a902ed7c-29ac-5feb-a4ac-3265b900fd30
5
+ //# debugId=7dcd8ba4-ede4-5c12-8ac5-c36fff4cb5ec
@@ -1,5 +1,5 @@
1
1
 
2
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="e2ce8efc-1641-5b90-9475-8e36ca9c534c")}catch(e){}}();
2
+ !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="5f8e63c2-c667-52bb-95b6-4d0e27522ca4")}catch(e){}}();
3
3
  import { logger } from "../../common/logger.js";
4
4
  import { printDiagnosticsToConsole, printResultToConsole, textOrJson, } from "../../common/output.js";
5
5
  import settings from "../../common/settings.js";
@@ -29,4 +29,4 @@ export async function update(argv) {
29
29
  }
30
30
  }
31
31
  //# sourceMappingURL=handler.js.map
32
- //# debugId=e2ce8efc-1641-5b90-9475-8e36ca9c534c
32
+ //# debugId=5f8e63c2-c667-52bb-95b6-4d0e27522ca4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zuplo/cli",
3
- "version": "1.80.0",
3
+ "version": "1.81.0",
4
4
  "type": "module",
5
5
  "repository": "https://github.com/zuplo/cli",
6
6
  "description": "The command-line interface for Zuplo",
@@ -58,9 +58,9 @@
58
58
  "@inquirer/prompts": "^3.0.4",
59
59
  "@sentry/node": "7.69.0",
60
60
  "@swc/core": "1.3.78",
61
- "@zuplo/core": "5.1305.0",
62
- "@zuplo/pino-pretty-configurations": "^1.4.0",
63
- "@zuplo/runtime": "5.1305.0",
61
+ "@zuplo/core": "5.1324.0",
62
+ "@zuplo/pino-pretty-configurations": "^1.5.0",
63
+ "@zuplo/runtime": "5.1324.0",
64
64
  "chalk": "^5.1.2",
65
65
  "chokidar": "^3.5.3",
66
66
  "deno-bin": "1.31.1",