@skaile/workspaces 3.7.2 → 3.8.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.
- package/CHANGELOG.md +146 -0
- package/dist/app-sdk/index.js +1 -1
- package/dist/{asset-feeds-44M2GV2W.js → asset-feeds-7HM3HONM.js} +4 -4
- package/dist/{asset-feeds-44M2GV2W.js.map → asset-feeds-7HM3HONM.js.map} +1 -1
- package/dist/asset-manager/index.js +1 -1
- package/dist/bridge/drivers/claude-sdk.js +231 -24
- package/dist/bridge/drivers/claude-sdk.js.map +1 -1
- package/dist/bridge/drivers/codex.js +1 -1
- package/dist/bridge/drivers/continue.js +2 -2
- package/dist/bridge/drivers/echo.js +1 -1
- package/dist/bridge/drivers/gemini.js +3 -3
- package/dist/bridge/drivers/goose.js +2 -2
- package/dist/bridge/drivers/omp.js +1 -1
- package/dist/bridge/drivers/opencode.js +2 -2
- package/dist/bridge/drivers/qwen.js +3 -3
- package/dist/bridge/index.js +2 -2
- package/dist/bridge/src/drivers/claude-sdk.d.ts +96 -1
- package/dist/bridge/src/drivers/claude-sdk.d.ts.map +1 -1
- package/dist/bridge/src/types.d.ts +103 -0
- package/dist/bridge/src/types.d.ts.map +1 -1
- package/dist/{chunk-IKNQW3AW.js → chunk-2GREL3OD.js} +3 -3
- package/dist/{chunk-IKNQW3AW.js.map → chunk-2GREL3OD.js.map} +1 -1
- package/dist/{chunk-Z7ILXHIT.js → chunk-2JW5SWIU.js} +6 -6
- package/dist/{chunk-Z7ILXHIT.js.map → chunk-2JW5SWIU.js.map} +1 -1
- package/dist/{chunk-J4I2YPGE.js → chunk-4WTC6BSV.js} +3 -3
- package/dist/{chunk-J4I2YPGE.js.map → chunk-4WTC6BSV.js.map} +1 -1
- package/dist/{chunk-JTBF4OB2.js → chunk-6GDVGAIZ.js} +587 -114
- package/dist/chunk-6GDVGAIZ.js.map +1 -0
- package/dist/{chunk-SID35UAK.js → chunk-7SHXLJQP.js} +3 -3
- package/dist/{chunk-SID35UAK.js.map → chunk-7SHXLJQP.js.map} +1 -1
- package/dist/{chunk-JF73DP5W.js → chunk-B7TA2XI7.js} +2 -2
- package/dist/{chunk-JF73DP5W.js.map → chunk-B7TA2XI7.js.map} +1 -1
- package/dist/{chunk-32TJ55W5.js → chunk-BGAAZMBK.js} +2 -2
- package/dist/chunk-BGAAZMBK.js.map +1 -0
- package/dist/{chunk-XCG63ZNJ.js → chunk-DGDELPOD.js} +3 -3
- package/dist/{chunk-XCG63ZNJ.js.map → chunk-DGDELPOD.js.map} +1 -1
- package/dist/{chunk-26L2B6P6.js → chunk-FUCYTGAE.js} +4 -4
- package/dist/chunk-FUCYTGAE.js.map +1 -0
- package/dist/{chunk-F7S6NDIW.js → chunk-IH2KJYAU.js} +142 -13
- package/dist/chunk-IH2KJYAU.js.map +1 -0
- package/dist/{chunk-VXITGB7G.js → chunk-KNPBMR2P.js} +3 -3
- package/dist/{chunk-VXITGB7G.js.map → chunk-KNPBMR2P.js.map} +1 -1
- package/dist/{chunk-BCXI27BH.js → chunk-NVYEK4FI.js} +3 -3
- package/dist/{chunk-BCXI27BH.js.map → chunk-NVYEK4FI.js.map} +1 -1
- package/dist/{chunk-D4VHBAJC.js → chunk-O3LEV6KB.js} +4 -4
- package/dist/{chunk-D4VHBAJC.js.map → chunk-O3LEV6KB.js.map} +1 -1
- package/dist/{chunk-2GA2UGQI.js → chunk-OZZCPTOG.js} +6 -6
- package/dist/{chunk-2GA2UGQI.js.map → chunk-OZZCPTOG.js.map} +1 -1
- package/dist/{chunk-NXHRSUKL.js → chunk-PRUCNSBI.js} +4 -4
- package/dist/{chunk-NXHRSUKL.js.map → chunk-PRUCNSBI.js.map} +1 -1
- package/dist/{chunk-J7SEUNPD.js → chunk-QVQH6GV2.js} +2 -2
- package/dist/{chunk-J7SEUNPD.js.map → chunk-QVQH6GV2.js.map} +1 -1
- package/dist/{chunk-I5TSXDTD.js → chunk-RVXBOKHK.js} +3 -3
- package/dist/{chunk-I5TSXDTD.js.map → chunk-RVXBOKHK.js.map} +1 -1
- package/dist/cli/index.js +30 -30
- package/dist/connectors/index.js +3 -3
- package/dist/connectors/src/connector-manager.d.ts +34 -2
- package/dist/connectors/src/connector-manager.d.ts.map +1 -1
- package/dist/connectors/src/connector-prompt.d.ts.map +1 -1
- package/dist/connectors/src/connector-types.d.ts +25 -0
- package/dist/connectors/src/connector-types.d.ts.map +1 -1
- package/dist/connectors/src/credential-helper-script.d.ts +48 -0
- package/dist/connectors/src/credential-helper-script.d.ts.map +1 -1
- package/dist/connectors/src/index.d.ts +3 -3
- package/dist/connectors/src/index.d.ts.map +1 -1
- package/dist/connectors/src/managed-gitconfig.d.ts +80 -0
- package/dist/connectors/src/managed-gitconfig.d.ts.map +1 -1
- package/dist/{connectors-DY7UBBV5.js → connectors-2OHRZDJZ.js} +3 -3
- package/dist/{connectors-DY7UBBV5.js.map → connectors-2OHRZDJZ.js.map} +1 -1
- package/dist/{ensure-sources-QRURV6JB.js → ensure-sources-42LTJ5QI.js} +4 -4
- package/dist/{ensure-sources-QRURV6JB.js.map → ensure-sources-42LTJ5QI.js.map} +1 -1
- package/dist/factory-assets/connectors/box.js +3 -3
- package/dist/factory-assets/connectors/deploy.js +3 -3
- package/dist/factory-assets/connectors/devserver.js +3 -3
- package/dist/factory-assets/connectors/flow/adapter.js +3 -3
- package/dist/factory-assets/connectors/flow/run-flow.js +4 -4
- package/dist/factory-assets/connectors/flow.js +3 -3
- package/dist/factory-assets/connectors/git/driver.d.ts +64 -1
- package/dist/factory-assets/connectors/git/driver.d.ts.map +1 -1
- package/dist/factory-assets/connectors/git.js +3 -3
- package/dist/factory-assets/connectors/gmail.js +3 -3
- package/dist/factory-assets/connectors/googledrive.js +3 -3
- package/dist/factory-assets/connectors/local.js +3 -3
- package/dist/factory-assets/connectors/mattermost.js +3 -3
- package/dist/factory-assets/connectors/memory.js +3 -3
- package/dist/factory-assets/connectors/minio.js +3 -3
- package/dist/factory-assets/connectors/postgres.js +3 -3
- package/dist/factory-assets/connectors/s3.js +3 -3
- package/dist/factory-assets/connectors/sharepoint.js +3 -3
- package/dist/factory-assets/connectors/sqlite.js +3 -3
- package/dist/factory-assets/connectors/static-server.js +3 -3
- package/dist/factory-assets/connectors/tunnel.js +3 -3
- package/dist/factory-assets/connectors/webdav.js +3 -3
- package/dist/factory-assets/connectors/xstate-store.js +3 -3
- package/dist/factory-assets/connectors/xstate.js +3 -3
- package/dist/{helpers-TLTVVZRR.js → helpers-BP7FX6CO.js} +4 -4
- package/dist/{helpers-TLTVVZRR.js.map → helpers-BP7FX6CO.js.map} +1 -1
- package/dist/{library-publish-6HXFLOXC.js → library-publish-X5Z32WJY.js} +6 -6
- package/dist/{library-publish-6HXFLOXC.js.map → library-publish-X5Z32WJY.js.map} +1 -1
- package/dist/{open-library-FMVJICL5.js → open-library-PHUMBYHP.js} +5 -5
- package/dist/{open-library-FMVJICL5.js.map → open-library-PHUMBYHP.js.map} +1 -1
- package/dist/{project-BG3N4I3V.js → project-HAMCXPNE.js} +5 -5
- package/dist/{project-BG3N4I3V.js.map → project-HAMCXPNE.js.map} +1 -1
- package/dist/runner/index.js +7 -7
- package/dist/runner/src/ai-provider-switch.d.ts +95 -0
- package/dist/runner/src/ai-provider-switch.d.ts.map +1 -0
- package/dist/runner/src/credential-rotated.d.ts +23 -4
- package/dist/runner/src/credential-rotated.d.ts.map +1 -1
- package/dist/runner/src/serve.d.ts.map +1 -1
- package/dist/runner/src/session-builder.d.ts +19 -0
- package/dist/runner/src/session-builder.d.ts.map +1 -1
- package/dist/sdk/asset-manager.js +1 -1
- package/dist/sdk/bridge.js +2 -2
- package/dist/sdk/index.js +7 -7
- package/dist/sdk/runner.js +7 -7
- package/dist/sdk/session.js +2 -2
- package/dist/sdk/types.js +1 -1
- package/dist/session/index.js +2 -2
- package/dist/{setup-O2N6PA7I.js → setup-IOOGR3EL.js} +4 -4
- package/dist/{setup-O2N6PA7I.js.map → setup-IOOGR3EL.js.map} +1 -1
- package/dist/{source-JDIBJZ3X.js → source-772GLNM6.js} +6 -6
- package/dist/{source-JDIBJZ3X.js.map → source-772GLNM6.js.map} +1 -1
- package/dist/{source-manifest-publish-567T25M6.js → source-manifest-publish-LAUGDQ5G.js} +7 -7
- package/dist/{source-manifest-publish-567T25M6.js.map → source-manifest-publish-LAUGDQ5G.js.map} +1 -1
- package/dist/tui/index.js +7 -7
- package/dist/types/index.js +1 -1
- package/dist/types/src/events.d.ts +34 -1
- package/dist/types/src/events.d.ts.map +1 -1
- package/dist/types/src/index.d.ts +1 -1
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/lifecycle.d.ts +13 -0
- package/dist/types/src/lifecycle.d.ts.map +1 -1
- package/dist/types/src/version.d.ts +22 -1
- package/dist/types/src/version.d.ts.map +1 -1
- package/dist/workspace-plugin/adapters/mcp.js +2 -2
- package/dist/workspace-plugin/adapters/mcp.js.map +1 -1
- package/dist/workspace-plugin/adapters/omp.js +8 -8
- package/dist/workspace-plugin/adapters/omp.js.map +1 -1
- package/dist/workspace-plugin/index.js +1 -1
- package/dist/workspace-plugin/src/adapters/mcp.d.ts.map +1 -1
- package/dist/workspace-plugin/src/adapters/omp.d.ts.map +1 -1
- package/dist/workspace-plugin/src/tools/connectors.d.ts +7 -3
- package/dist/workspace-plugin/src/tools/connectors.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-26L2B6P6.js.map +0 -1
- package/dist/chunk-32TJ55W5.js.map +0 -1
- package/dist/chunk-F7S6NDIW.js.map +0 -1
- package/dist/chunk-JTBF4OB2.js.map +0 -1
|
@@ -61,6 +61,39 @@ export interface WriteMountBlockOptions {
|
|
|
61
61
|
*/
|
|
62
62
|
helperScriptPath?: string;
|
|
63
63
|
}
|
|
64
|
+
/** Required arguments for {@link writeUnavailableMountBlock}. */
|
|
65
|
+
export interface WriteUnavailableMountBlockOptions {
|
|
66
|
+
/** Mount declaration id; used as the block tag. */
|
|
67
|
+
mountId: string;
|
|
68
|
+
/** URL prefix the (failed) mount would have authenticated. */
|
|
69
|
+
urlPrefix: string;
|
|
70
|
+
/** Absolute path to the managed-gitconfig file. */
|
|
71
|
+
gitconfigPath: string;
|
|
72
|
+
/** Absolute path to the git-credentials store. */
|
|
73
|
+
credentialsPath: string;
|
|
74
|
+
/**
|
|
75
|
+
* Absolute path to the rendered "unavailable" helper script — one built with
|
|
76
|
+
* `renderCredentialHelperScript({ unavailableReason })`.
|
|
77
|
+
*/
|
|
78
|
+
helperScriptPath: string;
|
|
79
|
+
}
|
|
80
|
+
/** Required arguments for {@link removeUnavailableMountBlock}. */
|
|
81
|
+
export interface RemoveUnavailableMountBlockOptions {
|
|
82
|
+
/** Mount declaration id whose unavailable block should be removed. */
|
|
83
|
+
mountId: string;
|
|
84
|
+
/** Absolute path to the managed-gitconfig file. */
|
|
85
|
+
gitconfigPath: string;
|
|
86
|
+
/**
|
|
87
|
+
* When set, unavailable blocks declaring this URL prefix are removed too,
|
|
88
|
+
* whatever mount id they carry.
|
|
89
|
+
*
|
|
90
|
+
* git matches a helper by URL, not by mount id, so a *sibling* mount that
|
|
91
|
+
* failed earlier under the same prefix (`https://github.com/acme/` covers
|
|
92
|
+
* both `acme/repo-a` and `acme/repo-b`) would otherwise answer this
|
|
93
|
+
* connector's own network operations with `quit=1`.
|
|
94
|
+
*/
|
|
95
|
+
urlPrefix?: string;
|
|
96
|
+
}
|
|
64
97
|
/** Required arguments for {@link removeMountBlock}. */
|
|
65
98
|
export interface RemoveMountBlockOptions {
|
|
66
99
|
/** Mount declaration id whose block should be removed. */
|
|
@@ -94,6 +127,37 @@ export interface AtomicReplaceCredentialOptions {
|
|
|
94
127
|
* UID-separation rationale.
|
|
95
128
|
*/
|
|
96
129
|
export declare function writeMountBlock(opts: WriteMountBlockOptions): void;
|
|
130
|
+
/**
|
|
131
|
+
* Register a credential helper for a mount that **failed to connect**.
|
|
132
|
+
*
|
|
133
|
+
* Without a block, git finds no helper for the host at all and dies with
|
|
134
|
+
* `fatal: could not read Username for '<host>'` — an error that names neither
|
|
135
|
+
* the mount nor the reason, and that arrives only on writes, since reads
|
|
136
|
+
* against a public remote keep succeeding. The block written here points at an
|
|
137
|
+
* "unavailable" helper script (rendered with `unavailableReason`) so git stops
|
|
138
|
+
* with the actual failure text instead.
|
|
139
|
+
*
|
|
140
|
+
* Also drops any credential line still tagged for `mountId`: the mount failed,
|
|
141
|
+
* so a line left over from an earlier session holds a dead token, and serving
|
|
142
|
+
* it would turn an explainable failure back into an opaque 401.
|
|
143
|
+
*
|
|
144
|
+
* A block is written only when no *available* mount already owns `urlPrefix` —
|
|
145
|
+
* a healthy mount is never shadowed by a dead one.
|
|
146
|
+
*/
|
|
147
|
+
export declare function writeUnavailableMountBlock(opts: WriteUnavailableMountBlockOptions): void;
|
|
148
|
+
/**
|
|
149
|
+
* Remove unavailable blocks — the one tagged for `mountId`, and (when
|
|
150
|
+
* `urlPrefix` is given) any that declare that prefix under another id.
|
|
151
|
+
*
|
|
152
|
+
* Called on a successful connect so a stale block from a previous failed
|
|
153
|
+
* session cannot make a now-healthy mount report itself as disconnected, and so
|
|
154
|
+
* a sibling mount that failed earlier in the same `connectAll` cannot answer
|
|
155
|
+
* this one's network operations. The marker check is what makes it safe to call
|
|
156
|
+
* unconditionally, including for Tier-1 mounts that write no block of their
|
|
157
|
+
* own: an *available* block is never touched. Missing file / missing block /
|
|
158
|
+
* only normal blocks are all no-ops.
|
|
159
|
+
*/
|
|
160
|
+
export declare function removeUnavailableMountBlock(opts: RemoveUnavailableMountBlockOptions): void;
|
|
97
161
|
/**
|
|
98
162
|
* Remove the block tagged for `mountId` from the managed-gitconfig file and
|
|
99
163
|
* the matching credential line. Best-effort: missing files / missing block
|
|
@@ -110,6 +174,22 @@ export declare function removeMountBlock(opts: RemoveMountBlockOptions): void;
|
|
|
110
174
|
* Spec: `_devlog/specs/2026-05-07-unified-credential-mediation.md` Step 9a.
|
|
111
175
|
*/
|
|
112
176
|
export declare function writeHelperScript(scriptPath: string, body: string): void;
|
|
177
|
+
/**
|
|
178
|
+
* Pre-create the helper's refresh-attempt stamp so the agent uid can truncate
|
|
179
|
+
* it later.
|
|
180
|
+
*
|
|
181
|
+
* The helper script stamps this file itself to rate-limit its refresh dance,
|
|
182
|
+
* but it runs as the agent uid while `.skaile/` is owned by skaile-runner — so
|
|
183
|
+
* the agent can only ever truncate a file that already exists and is
|
|
184
|
+
* group-writable. Mode 0660 (owner+group rw) mirrors what the runner does for
|
|
185
|
+
* the refresh-request flag for exactly the same reason.
|
|
186
|
+
*
|
|
187
|
+
* Never truncates an existing stamp: doing so would reset a live cooldown on
|
|
188
|
+
* every reconnect. Best-effort — a caller on the connect-failure path must not
|
|
189
|
+
* be derailed by this, and the helper survives a missing stamp anyway (it just
|
|
190
|
+
* dances on every git operation instead of once per cooldown window).
|
|
191
|
+
*/
|
|
192
|
+
export declare function ensureRefreshAttemptStamp(stampPath: string): void;
|
|
113
193
|
/**
|
|
114
194
|
* Replace just the credential line for `mountId` atomically — refresh path.
|
|
115
195
|
* The gitconfig block (which only points at the helper) does not need to
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"managed-gitconfig.d.ts","sourceRoot":"","sources":["../../../connectors/src/managed-gitconfig.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;
|
|
1
|
+
{"version":3,"file":"managed-gitconfig.d.ts","sourceRoot":"","sources":["../../../connectors/src/managed-gitconfig.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;AAiBH;;;;GAIG;AACH,qBAAa,8BAA+B,SAAQ,KAAK;IACvD,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,eAAe,EAAE,MAAM,CAAC;IACjC,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;gBAEhB,SAAS,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM;CAW3E;AAED,sDAAsD;AACtD,MAAM,WAAW,sBAAsB;IACrC,mDAAmD;IACnD,OAAO,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;IACd,mDAAmD;IACnD,aAAa,EAAE,MAAM,CAAC;IACtB,kDAAkD;IAClD,eAAe,EAAE,MAAM,CAAC;IACxB;;;;;;;;;OASG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,iEAAiE;AACjE,MAAM,WAAW,iCAAiC;IAChD,mDAAmD;IACnD,OAAO,EAAE,MAAM,CAAC;IAChB,8DAA8D;IAC9D,SAAS,EAAE,MAAM,CAAC;IAClB,mDAAmD;IACnD,aAAa,EAAE,MAAM,CAAC;IACtB,kDAAkD;IAClD,eAAe,EAAE,MAAM,CAAC;IACxB;;;OAGG;IACH,gBAAgB,EAAE,MAAM,CAAC;CAC1B;AAED,kEAAkE;AAClE,MAAM,WAAW,kCAAkC;IACjD,sEAAsE;IACtE,OAAO,EAAE,MAAM,CAAC;IAChB,mDAAmD;IACnD,aAAa,EAAE,MAAM,CAAC;IACtB;;;;;;;;OAQG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,uDAAuD;AACvD,MAAM,WAAW,uBAAuB;IACtC,0DAA0D;IAC1D,OAAO,EAAE,MAAM,CAAC;IAChB,mDAAmD;IACnD,aAAa,EAAE,MAAM,CAAC;IACtB,kDAAkD;IAClD,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,8DAA8D;AAC9D,MAAM,WAAW,8BAA8B;IAC7C,4DAA4D;IAC5D,OAAO,EAAE,MAAM,CAAC;IAChB,mFAAmF;IACnF,SAAS,EAAE,MAAM,CAAC;IAClB,4BAA4B;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,kDAAkD;IAClD,eAAe,EAAE,MAAM,CAAC;CACzB;AAgMD;;;;;;;;;;;GAWG;AACH,wBAAgB,eAAe,CAAC,IAAI,EAAE,sBAAsB,GAAG,IAAI,CA0ClE;AAED;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,iCAAiC,GAAG,IAAI,CAkCxF;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,kCAAkC,GAAG,IAAI,CAc1F;AAED;;;;GAIG;AACH,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,uBAAuB,GAAG,IAAI,CAiBpE;AAED;;;;;;;;GAQG;AACH,wBAAgB,iBAAiB,CAAC,UAAU,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,IAAI,CAKxE;AAED;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,yBAAyB,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI,CAcjE;AAED;;;;;;;;;GASG;AACH,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,8BAA8B,GAAG,IAAI,CAOlF"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { connectorDescribe, connectorExec, connectorList, connectorLoadSkill, connectorRead, connectorSearch, connectorWrite, mountList, mountRead, mountStatus, mountSync } from './chunk-
|
|
1
|
+
export { connectorDescribe, connectorExec, connectorList, connectorLoadSkill, connectorRead, connectorSearch, connectorWrite, mountList, mountRead, mountStatus, mountSync } from './chunk-FUCYTGAE.js';
|
|
2
2
|
import './chunk-X5YPJV4N.js';
|
|
3
3
|
import './chunk-NSBPE2FW.js';
|
|
4
|
-
//# sourceMappingURL=connectors-
|
|
5
|
-
//# sourceMappingURL=connectors-
|
|
4
|
+
//# sourceMappingURL=connectors-2OHRZDJZ.js.map
|
|
5
|
+
//# sourceMappingURL=connectors-2OHRZDJZ.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"connectors-
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"connectors-2OHRZDJZ.js"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { logErr, logOk, logInfo } from './chunk-
|
|
2
|
-
import './chunk-
|
|
1
|
+
import { logErr, logOk, logInfo } from './chunk-4WTC6BSV.js';
|
|
2
|
+
import './chunk-B7TA2XI7.js';
|
|
3
3
|
import './chunk-OCLCDB7G.js';
|
|
4
4
|
import './chunk-PW4SJE3X.js';
|
|
5
5
|
import './chunk-UKJMQZV6.js';
|
|
@@ -86,5 +86,5 @@ function ensureSourcesCloned(projectDir, opts = {}) {
|
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
export { ensureSourcesCloned };
|
|
89
|
-
//# sourceMappingURL=ensure-sources-
|
|
90
|
-
//# sourceMappingURL=ensure-sources-
|
|
89
|
+
//# sourceMappingURL=ensure-sources-42LTJ5QI.js.map
|
|
90
|
+
//# sourceMappingURL=ensure-sources-42LTJ5QI.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../cli/src/ensure-sources.ts"],"names":[],"mappings":"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","file":"ensure-sources-
|
|
1
|
+
{"version":3,"sources":["../cli/src/ensure-sources.ts"],"names":[],"mappings":"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","file":"ensure-sources-42LTJ5QI.js","sourcesContent":["/**\n * ensure-sources.ts — hydrate the `~/.skaile/cache/sources/` clone cache from a\n * project's `skaile.yaml` `sources:` entries.\n *\n * Called by `skaile init` (idempotent: no-op when no sources declared) and\n * `skaile install` so checking out a project pulls its source clones onto\n * the local machine.\n */\n\nimport { spawnSync } from \"node:child_process\";\nimport { existsSync, mkdirSync } from \"node:fs\";\nimport * as path from \"node:path\";\nimport {\n getGlobalCacheDir,\n type SourceEntry,\n sourceCacheKey,\n sourceShortName,\n WorkspaceYamlEditor,\n} from \"@skaile/workspaces/core\";\nimport { logErr, logInfo, logOk } from \"./helpers.ts\";\n\nfunction sourceClonePath(key: string): string {\n return path.join(getGlobalCacheDir(), key);\n}\n\nexport interface EnsureResult {\n cloned: string[];\n cached: string[];\n failed: string[];\n}\n\n/** Load `sources:` from a project's `skaile.yaml`, or `null` when unavailable. */\nfunction loadProjectSources(yamlPath: string, quiet: boolean): SourceEntry[] | null {\n try {\n return WorkspaceYamlEditor.load(yamlPath).getSources();\n } catch (err) {\n if (!quiet) {\n logErr(`Could not read ${yamlPath}: ${err instanceof Error ? err.message : String(err)}`);\n }\n return null;\n }\n}\n\n/**\n * Hydrate a single source entry into `result`: skip when already cached,\n * otherwise clone and record success/failure. Mutates `result` in place.\n */\nfunction hydrateSourceEntry(entry: SourceEntry, quiet: boolean, result: EnsureResult): void {\n const key = sourceCacheKey(entry.url);\n const slug = sourceShortName(entry.url);\n const dest = sourceClonePath(key);\n if (existsSync(dest)) {\n result.cached.push(slug);\n return;\n }\n mkdirSync(path.dirname(dest), { recursive: true });\n const args = [\"clone\", entry.url, dest];\n if (entry.pin) args.splice(1, 0, \"--branch\", entry.pin);\n const clone = spawnSync(\"git\", args, { stdio: quiet ? \"pipe\" : \"inherit\" });\n if (clone.status !== 0) {\n result.failed.push(slug);\n if (quiet) {\n logErr(`git clone failed for ${entry.url}`);\n }\n return;\n }\n result.cloned.push(slug);\n}\n\n/** Log a full-hydrate summary of cloned + reused-cached entries. */\nfunction logHydrateSummary(result: EnsureResult): void {\n for (const n of result.cloned) logOk(`Cloned source \"${n}\".`);\n if (result.cached.length > 0) {\n logInfo(`Reused cached clones: ${result.cached.join(\", \")}`);\n }\n}\n\n/**\n * Walk `projectDir/skaile.yaml` `sources:` and clone any entries whose\n * clone directory does not yet exist under `~/.skaile/cache/sources/`. Existing\n * clones are left untouched — this is hydration, not sync.\n *\n * Quiet by default: when `quiet: true` the helper only prints failures.\n * On full hydrate (`quiet: false`) it logs each cloned/cached entry.\n */\nexport function ensureSourcesCloned(\n projectDir: string,\n opts: { quiet?: boolean } = {},\n): EnsureResult {\n const result: EnsureResult = { cloned: [], cached: [], failed: [] };\n const yamlPath = path.join(projectDir, \"skaile.yaml\");\n if (!existsSync(yamlPath)) return result;\n\n const quiet = opts.quiet ?? false;\n const sources = loadProjectSources(yamlPath, quiet);\n if (sources === null) return result;\n if (sources.length === 0) return result;\n\n for (const entry of sources) {\n hydrateSourceEntry(entry, quiet, result);\n }\n\n if (!quiet) {\n logHydrateSummary(result);\n }\n\n return result;\n}\n"]}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { BoxConnector, createConnector4 as createConnector } from '../../chunk-
|
|
1
|
+
export { BoxConnector, createConnector4 as createConnector } from '../../chunk-6GDVGAIZ.js';
|
|
2
2
|
import '../../chunk-3UU3D2Q3.js';
|
|
3
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-KNPBMR2P.js';
|
|
4
4
|
import '../../chunk-RUFTB7QN.js';
|
|
5
5
|
import '../../chunk-RRVQAE5D.js';
|
|
6
6
|
import '../../chunk-V34ZEXSE.js';
|
|
7
7
|
import '../../chunk-GAH4YRCI.js';
|
|
8
|
-
import '../../chunk-
|
|
8
|
+
import '../../chunk-BGAAZMBK.js';
|
|
9
9
|
import '../../chunk-6E6PKKAD.js';
|
|
10
10
|
import '../../chunk-IFGTRL2I.js';
|
|
11
11
|
import '../../chunk-OYZIURPH.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { DeployConnector, createConnector2 as createConnector } from '../../chunk-
|
|
1
|
+
export { DeployConnector, createConnector2 as createConnector } from '../../chunk-6GDVGAIZ.js';
|
|
2
2
|
import '../../chunk-3UU3D2Q3.js';
|
|
3
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-KNPBMR2P.js';
|
|
4
4
|
import '../../chunk-RUFTB7QN.js';
|
|
5
5
|
import '../../chunk-RRVQAE5D.js';
|
|
6
6
|
import '../../chunk-V34ZEXSE.js';
|
|
7
7
|
import '../../chunk-GAH4YRCI.js';
|
|
8
|
-
import '../../chunk-
|
|
8
|
+
import '../../chunk-BGAAZMBK.js';
|
|
9
9
|
import '../../chunk-6E6PKKAD.js';
|
|
10
10
|
import '../../chunk-IFGTRL2I.js';
|
|
11
11
|
import '../../chunk-OYZIURPH.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { DevServerConnector, createConnector3 as createConnector } from '../../chunk-
|
|
1
|
+
export { DevServerConnector, createConnector3 as createConnector } from '../../chunk-6GDVGAIZ.js';
|
|
2
2
|
import '../../chunk-3UU3D2Q3.js';
|
|
3
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-KNPBMR2P.js';
|
|
4
4
|
import '../../chunk-RUFTB7QN.js';
|
|
5
5
|
import '../../chunk-RRVQAE5D.js';
|
|
6
6
|
import '../../chunk-V34ZEXSE.js';
|
|
7
7
|
import '../../chunk-GAH4YRCI.js';
|
|
8
|
-
import '../../chunk-
|
|
8
|
+
import '../../chunk-BGAAZMBK.js';
|
|
9
9
|
import '../../chunk-6E6PKKAD.js';
|
|
10
10
|
import '../../chunk-IFGTRL2I.js';
|
|
11
11
|
import '../../chunk-OYZIURPH.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { FlowAdapter, createConnector } from '../../../chunk-
|
|
1
|
+
export { FlowAdapter, createConnector } from '../../../chunk-6GDVGAIZ.js';
|
|
2
2
|
import '../../../chunk-3UU3D2Q3.js';
|
|
3
|
-
import '../../../chunk-
|
|
3
|
+
import '../../../chunk-KNPBMR2P.js';
|
|
4
4
|
import '../../../chunk-RUFTB7QN.js';
|
|
5
5
|
import '../../../chunk-RRVQAE5D.js';
|
|
6
6
|
import '../../../chunk-V34ZEXSE.js';
|
|
7
7
|
import '../../../chunk-GAH4YRCI.js';
|
|
8
|
-
import '../../../chunk-
|
|
8
|
+
import '../../../chunk-BGAAZMBK.js';
|
|
9
9
|
import '../../../chunk-6E6PKKAD.js';
|
|
10
10
|
import '../../../chunk-IFGTRL2I.js';
|
|
11
11
|
export { isBlocking } from '../../../chunk-OYZIURPH.js';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export { resolveFlowPath, resumeFlow, runFlow } from '../../../chunk-
|
|
1
|
+
export { resolveFlowPath, resumeFlow, runFlow } from '../../../chunk-2GREL3OD.js';
|
|
2
2
|
import '../../../chunk-4R6DROGN.js';
|
|
3
3
|
import '../../../chunk-4VTBZ2MF.js';
|
|
4
|
-
import '../../../chunk-
|
|
4
|
+
import '../../../chunk-6GDVGAIZ.js';
|
|
5
5
|
import '../../../chunk-3UU3D2Q3.js';
|
|
6
|
-
import '../../../chunk-
|
|
6
|
+
import '../../../chunk-KNPBMR2P.js';
|
|
7
7
|
import '../../../chunk-RUFTB7QN.js';
|
|
8
8
|
import '../../../chunk-RRVQAE5D.js';
|
|
9
9
|
import '../../../chunk-V34ZEXSE.js';
|
|
10
10
|
import '../../../chunk-GAH4YRCI.js';
|
|
11
|
-
import '../../../chunk-
|
|
11
|
+
import '../../../chunk-BGAAZMBK.js';
|
|
12
12
|
import '../../../chunk-6E6PKKAD.js';
|
|
13
13
|
import '../../../chunk-IFGTRL2I.js';
|
|
14
14
|
import '../../../chunk-OYZIURPH.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { FlowAdapter, SessionInlineSubFlowRunner, SessionNodeExecutor, SessionSubpromptRunner, buildFlowPromptEvent, createConnector, driveOrchestratorTurn } from '../../chunk-
|
|
1
|
+
export { FlowAdapter, SessionInlineSubFlowRunner, SessionNodeExecutor, SessionSubpromptRunner, buildFlowPromptEvent, createConnector, driveOrchestratorTurn } from '../../chunk-6GDVGAIZ.js';
|
|
2
2
|
import '../../chunk-3UU3D2Q3.js';
|
|
3
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-KNPBMR2P.js';
|
|
4
4
|
import '../../chunk-RUFTB7QN.js';
|
|
5
5
|
import '../../chunk-RRVQAE5D.js';
|
|
6
6
|
import '../../chunk-V34ZEXSE.js';
|
|
7
7
|
import '../../chunk-GAH4YRCI.js';
|
|
8
|
-
import '../../chunk-
|
|
8
|
+
import '../../chunk-BGAAZMBK.js';
|
|
9
9
|
import '../../chunk-6E6PKKAD.js';
|
|
10
10
|
import '../../chunk-IFGTRL2I.js';
|
|
11
11
|
import '../../chunk-OYZIURPH.js';
|
|
@@ -133,7 +133,8 @@ export declare class GitConnector extends AbstractConnector {
|
|
|
133
133
|
*
|
|
134
134
|
* Three cases:
|
|
135
135
|
* - `.git` exists → use as-is. No pull, no reset.
|
|
136
|
-
* - dir empty → fresh clone (only network fetch on connect)
|
|
136
|
+
* - dir empty → fresh clone (only network fetch on connect), or
|
|
137
|
+
* `bootstrapEmptyRemote` when the remote has no refs at all.
|
|
137
138
|
* - dir populated, no `.git` → `git init` + `remote add origin` so
|
|
138
139
|
* lifecycle hooks (commit/push) can do their job. No fetch, no
|
|
139
140
|
* reset, no clean. Existing files become uncommitted-on-init; the
|
|
@@ -207,6 +208,34 @@ export declare class GitConnector extends AbstractConnector {
|
|
|
207
208
|
* refresh tick when the credential is exposed to the agent CLI).
|
|
208
209
|
*/
|
|
209
210
|
private acquireInitialToken;
|
|
211
|
+
/**
|
|
212
|
+
* Register a credential helper that *reports* why there is no credential,
|
|
213
|
+
* after this connector failed to connect.
|
|
214
|
+
*
|
|
215
|
+
* Without it git finds no helper for the host and asks the terminal for a
|
|
216
|
+
* username, so the agent sees `fatal: could not read Username for
|
|
217
|
+
* 'https://github.com'` — which names neither the mount nor the cause, and
|
|
218
|
+
* which only ever appears on a write, since reads against a public remote
|
|
219
|
+
* keep succeeding. The helper written here makes git stop with the mediator's
|
|
220
|
+
* actual refusal text instead.
|
|
221
|
+
*
|
|
222
|
+
* Entirely best-effort: it runs on the failure path and must never mask the
|
|
223
|
+
* connect error that is already on its way up.
|
|
224
|
+
*/
|
|
225
|
+
private registerUnavailableCredentialHelper;
|
|
226
|
+
/**
|
|
227
|
+
* Best-effort pre-creation of the helper's refresh-attempt stamp. A missing
|
|
228
|
+
* stamp only costs the cooldown (the helper dances on every git op instead of
|
|
229
|
+
* once per window), so a failure here is never worth surfacing.
|
|
230
|
+
*/
|
|
231
|
+
private ensureAttemptStamp;
|
|
232
|
+
/**
|
|
233
|
+
* Best-effort removal of the unavailable-mount blocks that would answer this
|
|
234
|
+
* connector's git operations: its own from a previous failed session, and any
|
|
235
|
+
* left under the same URL prefix by a sibling mount that failed earlier in
|
|
236
|
+
* this `connectAll` (git matches helpers by URL, not by mount id).
|
|
237
|
+
*/
|
|
238
|
+
private clearUnavailableCredentialHelper;
|
|
210
239
|
private exposeManagedCredential;
|
|
211
240
|
/**
|
|
212
241
|
* Schedule the next refresh of the credential file.
|
|
@@ -247,6 +276,40 @@ export declare class GitConnector extends AbstractConnector {
|
|
|
247
276
|
* helper refresh in Tier-2 connectors).
|
|
248
277
|
*/
|
|
249
278
|
private initInPlace;
|
|
279
|
+
/**
|
|
280
|
+
* Count `refs/heads/*` on `authUrl`, optionally narrowed to one `branch`.
|
|
281
|
+
*
|
|
282
|
+
* Returns `null` when the probe itself fails (network, auth, bad URL).
|
|
283
|
+
* "Cannot tell" must never collapse into "no refs": the empty-remote
|
|
284
|
+
* fallback WRITES to origin, and every caller therefore treats `null` as
|
|
285
|
+
* "assume populated" and falls through to the path that fails loudly.
|
|
286
|
+
*/
|
|
287
|
+
private countRemoteHeads;
|
|
288
|
+
/**
|
|
289
|
+
* Bootstrap a checkout against a remote that has no refs at all — the state
|
|
290
|
+
* of a GitHub repo created without "Add a README".
|
|
291
|
+
*
|
|
292
|
+
* A plain `git clone` is NOT a substitute: cloning a ref-less remote leaves
|
|
293
|
+
* local HEAD on git's `init.defaultBranch` (`master`), not the declared
|
|
294
|
+
* branch, so the branch is created explicitly here.
|
|
295
|
+
*
|
|
296
|
+
* The root commit is created REGARDLESS of `access`, and only the push to
|
|
297
|
+
* origin is gated on it. An unborn HEAD is not a stable resting state: the
|
|
298
|
+
* next connect sees `.git` with no resolvable HEAD, routes to
|
|
299
|
+
* `bootstrapFromOrigin`, and its `fetch origin <branch>` dies on the still
|
|
300
|
+
* ref-less remote — turning a fixed first connect into a broken second one.
|
|
301
|
+
* A local commit costs a read-only connector nothing (it is never pushed)
|
|
302
|
+
* and makes reconnect take the cheap "use as-is" path.
|
|
303
|
+
*
|
|
304
|
+
* With the push done, `origin/<branch>` exists for everything downstream —
|
|
305
|
+
* notably `checkoutSessionBranch`, whose publish-on-create push needs a
|
|
306
|
+
* commit to point at.
|
|
307
|
+
*
|
|
308
|
+
* Invariant: this method never throws on a failed push. The session must
|
|
309
|
+
* come up with a usable checkout even when origin is unreachable — the
|
|
310
|
+
* lifecycle hooks (`pushAfterCommit`, hibernate/close push) publish later.
|
|
311
|
+
*/
|
|
312
|
+
private bootstrapEmptyRemote;
|
|
250
313
|
/**
|
|
251
314
|
* True when `<targetDir>/.git` contains at least one resolvable commit
|
|
252
315
|
* (i.e. `HEAD` points at a real object). False when `.git` is an empty
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"driver.d.ts","sourceRoot":"","sources":["../../../../factory-assets/connectors/git/driver.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAMH,OAAO,KAAK,EACV,cAAc,EACd,oBAAoB,EACpB,oBAAoB,EACpB,eAAe,EACf,cAAc,EAMd,QAAQ,EAER,WAAW,EACX,YAAY,EACb,MAAM,+BAA+B,CAAC;AAGvC,OAAO,EACL,iBAAiB,
|
|
1
|
+
{"version":3,"file":"driver.d.ts","sourceRoot":"","sources":["../../../../factory-assets/connectors/git/driver.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { GitConnector, __test, createConnector5 as createConnector, readGitSyncStatus } from '../../chunk-
|
|
1
|
+
export { GitConnector, __test, createConnector5 as createConnector, readGitSyncStatus } from '../../chunk-6GDVGAIZ.js';
|
|
2
2
|
import '../../chunk-3UU3D2Q3.js';
|
|
3
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-KNPBMR2P.js';
|
|
4
4
|
import '../../chunk-RUFTB7QN.js';
|
|
5
5
|
import '../../chunk-RRVQAE5D.js';
|
|
6
6
|
import '../../chunk-V34ZEXSE.js';
|
|
7
7
|
import '../../chunk-GAH4YRCI.js';
|
|
8
|
-
import '../../chunk-
|
|
8
|
+
import '../../chunk-BGAAZMBK.js';
|
|
9
9
|
import '../../chunk-6E6PKKAD.js';
|
|
10
10
|
import '../../chunk-IFGTRL2I.js';
|
|
11
11
|
import '../../chunk-OYZIURPH.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { GmailConnector, createConnector6 as createConnector } from '../../chunk-
|
|
1
|
+
export { GmailConnector, createConnector6 as createConnector } from '../../chunk-6GDVGAIZ.js';
|
|
2
2
|
import '../../chunk-3UU3D2Q3.js';
|
|
3
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-KNPBMR2P.js';
|
|
4
4
|
import '../../chunk-RUFTB7QN.js';
|
|
5
5
|
import '../../chunk-RRVQAE5D.js';
|
|
6
6
|
import '../../chunk-V34ZEXSE.js';
|
|
7
7
|
import '../../chunk-GAH4YRCI.js';
|
|
8
|
-
import '../../chunk-
|
|
8
|
+
import '../../chunk-BGAAZMBK.js';
|
|
9
9
|
import '../../chunk-6E6PKKAD.js';
|
|
10
10
|
import '../../chunk-IFGTRL2I.js';
|
|
11
11
|
import '../../chunk-OYZIURPH.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { GoogleDriveConnector, createConnector7 as createConnector } from '../../chunk-
|
|
1
|
+
export { GoogleDriveConnector, createConnector7 as createConnector } from '../../chunk-6GDVGAIZ.js';
|
|
2
2
|
import '../../chunk-3UU3D2Q3.js';
|
|
3
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-KNPBMR2P.js';
|
|
4
4
|
import '../../chunk-RUFTB7QN.js';
|
|
5
5
|
import '../../chunk-RRVQAE5D.js';
|
|
6
6
|
import '../../chunk-V34ZEXSE.js';
|
|
7
7
|
import '../../chunk-GAH4YRCI.js';
|
|
8
|
-
import '../../chunk-
|
|
8
|
+
import '../../chunk-BGAAZMBK.js';
|
|
9
9
|
import '../../chunk-6E6PKKAD.js';
|
|
10
10
|
import '../../chunk-IFGTRL2I.js';
|
|
11
11
|
import '../../chunk-OYZIURPH.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { LocalConnector, createConnector8 as createConnector } from '../../chunk-
|
|
1
|
+
export { LocalConnector, createConnector8 as createConnector } from '../../chunk-6GDVGAIZ.js';
|
|
2
2
|
import '../../chunk-3UU3D2Q3.js';
|
|
3
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-KNPBMR2P.js';
|
|
4
4
|
import '../../chunk-RUFTB7QN.js';
|
|
5
5
|
import '../../chunk-RRVQAE5D.js';
|
|
6
6
|
import '../../chunk-V34ZEXSE.js';
|
|
7
7
|
import '../../chunk-GAH4YRCI.js';
|
|
8
|
-
import '../../chunk-
|
|
8
|
+
import '../../chunk-BGAAZMBK.js';
|
|
9
9
|
import '../../chunk-6E6PKKAD.js';
|
|
10
10
|
import '../../chunk-IFGTRL2I.js';
|
|
11
11
|
import '../../chunk-OYZIURPH.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { MattermostConnector, createConnector9 as createConnector } from '../../chunk-
|
|
1
|
+
export { MattermostConnector, createConnector9 as createConnector } from '../../chunk-6GDVGAIZ.js';
|
|
2
2
|
import '../../chunk-3UU3D2Q3.js';
|
|
3
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-KNPBMR2P.js';
|
|
4
4
|
import '../../chunk-RUFTB7QN.js';
|
|
5
5
|
import '../../chunk-RRVQAE5D.js';
|
|
6
6
|
import '../../chunk-V34ZEXSE.js';
|
|
7
7
|
import '../../chunk-GAH4YRCI.js';
|
|
8
|
-
import '../../chunk-
|
|
8
|
+
import '../../chunk-BGAAZMBK.js';
|
|
9
9
|
import '../../chunk-6E6PKKAD.js';
|
|
10
10
|
import '../../chunk-IFGTRL2I.js';
|
|
11
11
|
import '../../chunk-OYZIURPH.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { MemoryConnector, createConnector10 as createConnector } from '../../chunk-
|
|
1
|
+
export { MemoryConnector, createConnector10 as createConnector } from '../../chunk-6GDVGAIZ.js';
|
|
2
2
|
import '../../chunk-3UU3D2Q3.js';
|
|
3
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-KNPBMR2P.js';
|
|
4
4
|
import '../../chunk-RUFTB7QN.js';
|
|
5
5
|
import '../../chunk-RRVQAE5D.js';
|
|
6
6
|
import '../../chunk-V34ZEXSE.js';
|
|
7
7
|
import '../../chunk-GAH4YRCI.js';
|
|
8
|
-
import '../../chunk-
|
|
8
|
+
import '../../chunk-BGAAZMBK.js';
|
|
9
9
|
import '../../chunk-6E6PKKAD.js';
|
|
10
10
|
import '../../chunk-IFGTRL2I.js';
|
|
11
11
|
import '../../chunk-OYZIURPH.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { MinIOConnector, createConnector11 as createConnector } from '../../chunk-
|
|
1
|
+
export { MinIOConnector, createConnector11 as createConnector } from '../../chunk-6GDVGAIZ.js';
|
|
2
2
|
import '../../chunk-3UU3D2Q3.js';
|
|
3
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-KNPBMR2P.js';
|
|
4
4
|
import '../../chunk-RUFTB7QN.js';
|
|
5
5
|
import '../../chunk-RRVQAE5D.js';
|
|
6
6
|
import '../../chunk-V34ZEXSE.js';
|
|
7
7
|
import '../../chunk-GAH4YRCI.js';
|
|
8
|
-
import '../../chunk-
|
|
8
|
+
import '../../chunk-BGAAZMBK.js';
|
|
9
9
|
import '../../chunk-6E6PKKAD.js';
|
|
10
10
|
import '../../chunk-IFGTRL2I.js';
|
|
11
11
|
import '../../chunk-OYZIURPH.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { PostgresConnector, createConnector12 as createConnector } from '../../chunk-
|
|
1
|
+
export { PostgresConnector, createConnector12 as createConnector } from '../../chunk-6GDVGAIZ.js';
|
|
2
2
|
import '../../chunk-3UU3D2Q3.js';
|
|
3
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-KNPBMR2P.js';
|
|
4
4
|
import '../../chunk-RUFTB7QN.js';
|
|
5
5
|
import '../../chunk-RRVQAE5D.js';
|
|
6
6
|
import '../../chunk-V34ZEXSE.js';
|
|
7
7
|
import '../../chunk-GAH4YRCI.js';
|
|
8
|
-
import '../../chunk-
|
|
8
|
+
import '../../chunk-BGAAZMBK.js';
|
|
9
9
|
import '../../chunk-6E6PKKAD.js';
|
|
10
10
|
import '../../chunk-IFGTRL2I.js';
|
|
11
11
|
import '../../chunk-OYZIURPH.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { S3Connector, createConnector13 as createConnector } from '../../chunk-
|
|
1
|
+
export { S3Connector, createConnector13 as createConnector } from '../../chunk-6GDVGAIZ.js';
|
|
2
2
|
import '../../chunk-3UU3D2Q3.js';
|
|
3
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-KNPBMR2P.js';
|
|
4
4
|
import '../../chunk-RUFTB7QN.js';
|
|
5
5
|
import '../../chunk-RRVQAE5D.js';
|
|
6
6
|
import '../../chunk-V34ZEXSE.js';
|
|
7
7
|
import '../../chunk-GAH4YRCI.js';
|
|
8
|
-
import '../../chunk-
|
|
8
|
+
import '../../chunk-BGAAZMBK.js';
|
|
9
9
|
import '../../chunk-6E6PKKAD.js';
|
|
10
10
|
import '../../chunk-IFGTRL2I.js';
|
|
11
11
|
import '../../chunk-OYZIURPH.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { SharePointConnector, createConnector14 as createConnector } from '../../chunk-
|
|
1
|
+
export { SharePointConnector, createConnector14 as createConnector } from '../../chunk-6GDVGAIZ.js';
|
|
2
2
|
import '../../chunk-3UU3D2Q3.js';
|
|
3
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-KNPBMR2P.js';
|
|
4
4
|
import '../../chunk-RUFTB7QN.js';
|
|
5
5
|
import '../../chunk-RRVQAE5D.js';
|
|
6
6
|
import '../../chunk-V34ZEXSE.js';
|
|
7
7
|
import '../../chunk-GAH4YRCI.js';
|
|
8
|
-
import '../../chunk-
|
|
8
|
+
import '../../chunk-BGAAZMBK.js';
|
|
9
9
|
import '../../chunk-6E6PKKAD.js';
|
|
10
10
|
import '../../chunk-IFGTRL2I.js';
|
|
11
11
|
import '../../chunk-OYZIURPH.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { SQLiteConnector, createConnector15 as createConnector } from '../../chunk-
|
|
1
|
+
export { SQLiteConnector, createConnector15 as createConnector } from '../../chunk-6GDVGAIZ.js';
|
|
2
2
|
import '../../chunk-3UU3D2Q3.js';
|
|
3
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-KNPBMR2P.js';
|
|
4
4
|
import '../../chunk-RUFTB7QN.js';
|
|
5
5
|
import '../../chunk-RRVQAE5D.js';
|
|
6
6
|
import '../../chunk-V34ZEXSE.js';
|
|
7
7
|
import '../../chunk-GAH4YRCI.js';
|
|
8
|
-
import '../../chunk-
|
|
8
|
+
import '../../chunk-BGAAZMBK.js';
|
|
9
9
|
import '../../chunk-6E6PKKAD.js';
|
|
10
10
|
import '../../chunk-IFGTRL2I.js';
|
|
11
11
|
import '../../chunk-OYZIURPH.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { StaticServerConnector, createConnector16 as createConnector } from '../../chunk-
|
|
1
|
+
export { StaticServerConnector, createConnector16 as createConnector } from '../../chunk-6GDVGAIZ.js';
|
|
2
2
|
import '../../chunk-3UU3D2Q3.js';
|
|
3
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-KNPBMR2P.js';
|
|
4
4
|
import '../../chunk-RUFTB7QN.js';
|
|
5
5
|
import '../../chunk-RRVQAE5D.js';
|
|
6
6
|
import '../../chunk-V34ZEXSE.js';
|
|
7
7
|
import '../../chunk-GAH4YRCI.js';
|
|
8
|
-
import '../../chunk-
|
|
8
|
+
import '../../chunk-BGAAZMBK.js';
|
|
9
9
|
import '../../chunk-6E6PKKAD.js';
|
|
10
10
|
import '../../chunk-IFGTRL2I.js';
|
|
11
11
|
import '../../chunk-OYZIURPH.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { TunnelConnector, createConnector17 as createConnector } from '../../chunk-
|
|
1
|
+
export { TunnelConnector, createConnector17 as createConnector } from '../../chunk-6GDVGAIZ.js';
|
|
2
2
|
import '../../chunk-3UU3D2Q3.js';
|
|
3
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-KNPBMR2P.js';
|
|
4
4
|
import '../../chunk-RUFTB7QN.js';
|
|
5
5
|
import '../../chunk-RRVQAE5D.js';
|
|
6
6
|
import '../../chunk-V34ZEXSE.js';
|
|
7
7
|
import '../../chunk-GAH4YRCI.js';
|
|
8
|
-
import '../../chunk-
|
|
8
|
+
import '../../chunk-BGAAZMBK.js';
|
|
9
9
|
import '../../chunk-6E6PKKAD.js';
|
|
10
10
|
import '../../chunk-IFGTRL2I.js';
|
|
11
11
|
import '../../chunk-OYZIURPH.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { WebDAVConnector, createConnector18 as createConnector } from '../../chunk-
|
|
1
|
+
export { WebDAVConnector, createConnector18 as createConnector } from '../../chunk-6GDVGAIZ.js';
|
|
2
2
|
import '../../chunk-3UU3D2Q3.js';
|
|
3
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-KNPBMR2P.js';
|
|
4
4
|
import '../../chunk-RUFTB7QN.js';
|
|
5
5
|
import '../../chunk-RRVQAE5D.js';
|
|
6
6
|
import '../../chunk-V34ZEXSE.js';
|
|
7
7
|
import '../../chunk-GAH4YRCI.js';
|
|
8
|
-
import '../../chunk-
|
|
8
|
+
import '../../chunk-BGAAZMBK.js';
|
|
9
9
|
import '../../chunk-6E6PKKAD.js';
|
|
10
10
|
import '../../chunk-IFGTRL2I.js';
|
|
11
11
|
import '../../chunk-OYZIURPH.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { XStateStoreConnector, createConnector20 as createConnector } from '../../chunk-
|
|
1
|
+
export { XStateStoreConnector, createConnector20 as createConnector } from '../../chunk-6GDVGAIZ.js';
|
|
2
2
|
import '../../chunk-3UU3D2Q3.js';
|
|
3
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-KNPBMR2P.js';
|
|
4
4
|
import '../../chunk-RUFTB7QN.js';
|
|
5
5
|
import '../../chunk-RRVQAE5D.js';
|
|
6
6
|
import '../../chunk-V34ZEXSE.js';
|
|
7
7
|
import '../../chunk-GAH4YRCI.js';
|
|
8
|
-
import '../../chunk-
|
|
8
|
+
import '../../chunk-BGAAZMBK.js';
|
|
9
9
|
import '../../chunk-6E6PKKAD.js';
|
|
10
10
|
import '../../chunk-IFGTRL2I.js';
|
|
11
11
|
import '../../chunk-OYZIURPH.js';
|