@runeya/runeya 2.0.50 → 2.0.51

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.
@@ -0,0 +1,7 @@
1
+ import {
2
+ agentManager
3
+ } from "./chunk-NVKGIBJN.js";
4
+ export {
5
+ agentManager
6
+ };
7
+ //# sourceMappingURL=agent-manager-KX5MSTAK.js.map
@@ -96,11 +96,8 @@ function vaultFor(target) {
96
96
  var ORG_CLOUD_FILE = "cloud.json";
97
97
  async function stampOrgCloud(orgId, cloudUrl) {
98
98
  const root = orgVaultRoot(orgId);
99
- try {
100
- await mkdir(root, { recursive: true });
101
- await writeFile(join(root, ORG_CLOUD_FILE), JSON.stringify({ cloudUrl }, null, 2), "utf-8");
102
- } catch {
103
- }
99
+ await mkdir(root, { recursive: true });
100
+ await writeFile(join(root, ORG_CLOUD_FILE), JSON.stringify({ cloudUrl }, null, 2), "utf-8");
104
101
  }
105
102
  async function readOrgClouds() {
106
103
  const orgsDir = join(machineRoot(), "orgs");
@@ -3749,4 +3746,4 @@ export {
3749
3746
  traefikManager,
3750
3747
  agentManager
3751
3748
  };
3752
- //# sourceMappingURL=chunk-JBR3MGS7.js.map
3749
+ //# sourceMappingURL=chunk-NVKGIBJN.js.map