openpond 0.0.39 → 0.0.41

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 (27) hide show
  1. package/dist/chunks/{app-layer-LTBWNA2F.js → app-layer-UPNMLDO5.js} +7 -3
  2. package/dist/chunks/{app-server-runtime-VYYJ2AWX.js → app-server-runtime-SZ76TNNY.js} +4 -4
  3. package/dist/chunks/{apps-CZAJBGE3.js → apps-XLPSFCW4.js} +2 -2
  4. package/dist/chunks/{chunk-JJPAMKXZ.js → chunk-4SWPERMD.js} +1 -1
  5. package/dist/chunks/{chunk-L6XH4ZGZ.js → chunk-FTHWWUKZ.js} +1 -1
  6. package/dist/chunks/{chunk-6V7MJVRO.js → chunk-ISMG72XN.js} +2 -2
  7. package/dist/chunks/{chunk-JRROTGQT.js → chunk-KSOI7GFA.js} +1 -1
  8. package/dist/chunks/{chunk-4N6E3OVF.js → chunk-MCBAI5M5.js} +1 -1
  9. package/dist/chunks/{chunk-4HIWFIMN.js → chunk-OBQP6UAS.js} +3832 -165
  10. package/dist/chunks/{chunk-3CDPPVLE.js → chunk-QHUJ2XVJ.js} +31 -31
  11. package/dist/chunks/{chunk-BQQZNGI6.js → chunk-ZTE6A2VE.js} +3 -2
  12. package/dist/chunks/{cli-JS76LCW2.js → cli-SEPGE6SM.js} +3 -3
  13. package/dist/chunks/{core-commands-4MRJQZJV.js → core-commands-D66KZEHU.js} +3 -3
  14. package/dist/chunks/{desktop-test-RNMWLOVU.js → desktop-test-FDA6MV77.js} +2 -2
  15. package/dist/chunks/{help-LWNREJ7U.js → help-7QG4UITV.js} +1 -1
  16. package/dist/chunks/{opchat-2K2JIGK3.js → opchat-I2WGEFGU.js} +2 -2
  17. package/dist/chunks/{organizations-Z5HVD2E7.js → organizations-MADRLI2I.js} +2 -2
  18. package/dist/chunks/{profile-QNECVVGN.js → profile-B4A3GT3U.js} +2 -2
  19. package/dist/chunks/{project-agent-W3V75WBR.js → project-agent-PCO42FZJ.js} +2 -2
  20. package/dist/chunks/{sandbox-command-X3FO74NX.js → sandbox-command-LBKSIR7P.js} +2 -2
  21. package/dist/chunks/{sandbox-template-5B4T4BGU.js → sandbox-template-YJXGG4H3.js} +3 -3
  22. package/dist/chunks/{src-ESAILPUH.js → src-35JYS27L.js} +1 -1
  23. package/dist/chunks/{src-IC5RX4L6.js → src-44QFJZM5.js} +266 -3720
  24. package/dist/chunks/{teams-bot-NTQ6VFFL.js → teams-bot-L4SR2SWM.js} +2 -2
  25. package/dist/chunks/{workspaces-XC3QBD2Y.js → workspaces-C3DGNUX2.js} +2 -2
  26. package/dist/cli.js +13 -13
  27. package/package.json +1 -1
@@ -3,9 +3,9 @@ import {
3
3
  resolveSandboxClient
4
4
  } from "./chunk-FCVVOMIP.js";
5
5
  import "./chunk-KHNHUA2H.js";
6
- import "./chunk-JRROTGQT.js";
6
+ import "./chunk-KSOI7GFA.js";
7
7
  import "./chunk-SMNFI2FU.js";
8
- import "./chunk-3CDPPVLE.js";
8
+ import "./chunk-QHUJ2XVJ.js";
9
9
  import "./chunk-DBHSOTYZ.js";
10
10
  import "./chunk-KSRWKXRB.js";
11
11
  import {
@@ -45,8 +45,8 @@ import {
45
45
  truncatePatch,
46
46
  uniqueSortedPaths,
47
47
  workspaceImageContentType
48
- } from "./chunk-L6XH4ZGZ.js";
49
- import "./chunk-JJPAMKXZ.js";
48
+ } from "./chunk-FTHWWUKZ.js";
49
+ import "./chunk-4SWPERMD.js";
50
50
  import "./chunk-UACZUFIA.js";
51
51
  export {
52
52
  MACOS_GIT_MISSING_DEVELOPER_TOOLS_ERROR,
package/dist/cli.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import { createRequire as __openpondCreateRequire } from "node:module"; var require = __openpondCreateRequire(import.meta.url);
3
3
  import {
4
4
  parseArgs
5
- } from "./chunks/chunk-JRROTGQT.js";
5
+ } from "./chunks/chunk-KSOI7GFA.js";
6
6
  import {
7
7
  resolveAccountOption,
8
8
  resolveBaseUrlOption
@@ -10,7 +10,7 @@ import {
10
10
  import {
11
11
  getInstalledCliVersion,
12
12
  runCliCommand
13
- } from "./chunks/chunk-3CDPPVLE.js";
13
+ } from "./chunks/chunk-QHUJ2XVJ.js";
14
14
  import "./chunks/chunk-KSRWKXRB.js";
15
15
  import {
16
16
  parseBooleanOption
@@ -37,11 +37,11 @@ async function runOpenPondCli(argv = process.argv.slice(2)) {
37
37
  return;
38
38
  }
39
39
  if (action === "check-update") {
40
- await (await import("./chunks/core-commands-4MRJQZJV.js")).runCheckUpdate();
40
+ await (await import("./chunks/core-commands-D66KZEHU.js")).runCheckUpdate();
41
41
  return;
42
42
  }
43
43
  if (action === "help") {
44
- (await import("./chunks/help-LWNREJ7U.js")).printHelp();
44
+ (await import("./chunks/help-7QG4UITV.js")).printHelp();
45
45
  return;
46
46
  }
47
47
  const selectedAccount = resolveAccountOption(options);
@@ -53,25 +53,25 @@ async function runOpenPondCli(argv = process.argv.slice(2)) {
53
53
  process.env.OPENPOND_BASE_URL = selectedBaseUrl;
54
54
  }
55
55
  if (action === "tui") {
56
- await (await import("./chunks/app-layer-LTBWNA2F.js")).runOpenPondTerminalCommand(options, rest);
56
+ await (await import("./chunks/app-layer-UPNMLDO5.js")).runOpenPondTerminalCommand(options, rest);
57
57
  return;
58
58
  }
59
59
  if (action === "ui") {
60
- await (await import("./chunks/app-layer-LTBWNA2F.js")).runOpenPondServerCommand("web", options, rest);
60
+ await (await import("./chunks/app-layer-UPNMLDO5.js")).runOpenPondServerCommand("web", options, rest);
61
61
  return;
62
62
  }
63
63
  if (await runCliCommand({ command, options, rest })) {
64
64
  return;
65
65
  }
66
- (await import("./chunks/help-LWNREJ7U.js")).printHelp();
66
+ (await import("./chunks/help-7QG4UITV.js")).printHelp();
67
67
  process.exit(1);
68
68
  }
69
69
  async function runEmbeddedCompanion(argv) {
70
70
  if (argv[0] === "__app-server") {
71
71
  process.argv = [process.execPath, "openpond-app-server", ...argv.slice(1)];
72
72
  const [{ createOpenPondAppServer }, { runOpenPondAppServerCli }] = await Promise.all([
73
- import("./chunks/app-server-runtime-VYYJ2AWX.js"),
74
- import("./chunks/cli-JS76LCW2.js")
73
+ import("./chunks/app-server-runtime-SZ76TNNY.js"),
74
+ import("./chunks/cli-SEPGE6SM.js")
75
75
  ]);
76
76
  await runOpenPondAppServerCli(createOpenPondAppServer);
77
77
  return true;
@@ -79,15 +79,15 @@ async function runEmbeddedCompanion(argv) {
79
79
  if (argv[0] === "__server") {
80
80
  process.argv = [process.execPath, "openpond-server", ...argv.slice(1)];
81
81
  const [{ createOpenPondServer }, { runOpenPondServerCli }] = await Promise.all([
82
- import("./chunks/src-IC5RX4L6.js"),
83
- import("./chunks/cli-JS76LCW2.js")
82
+ import("./chunks/src-44QFJZM5.js"),
83
+ import("./chunks/cli-SEPGE6SM.js")
84
84
  ]);
85
- const { createOpenPondAppServer } = await import("./chunks/app-server-runtime-VYYJ2AWX.js");
85
+ const { createOpenPondAppServer } = await import("./chunks/app-server-runtime-SZ76TNNY.js");
86
86
  await runOpenPondServerCli({ createOpenPondServer, createOpenPondAppServer });
87
87
  return true;
88
88
  }
89
89
  if (argv[0] === "__terminal") {
90
- await (await import("./chunks/src-ESAILPUH.js")).runOpenPondTerminalCli(argv.slice(1));
90
+ await (await import("./chunks/src-35JYS27L.js")).runOpenPondTerminalCli(argv.slice(1));
91
91
  return true;
92
92
  }
93
93
  return false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openpond",
3
- "version": "0.0.39",
3
+ "version": "0.0.41",
4
4
  "openpondReleaseVersioned": true,
5
5
  "license": "MIT",
6
6
  "description": "OpenPond CLI and local harness",