@signetai/core 0.226.23 → 0.226.25
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.
|
@@ -5,7 +5,6 @@ export type WorkspaceSourceRepoLocalChanges = "none" | "generated-only" | "left-
|
|
|
5
5
|
export interface WorkspaceSourceRepoSyncOptions {
|
|
6
6
|
readonly cloneIfMissing?: boolean;
|
|
7
7
|
readonly gitTimeoutMs?: number;
|
|
8
|
-
/** Preserve user-owned local changes in a verified Git stash before updating. */
|
|
9
8
|
readonly localChanges?: "skip" | "stash";
|
|
10
9
|
readonly remoteUrl?: string;
|
|
11
10
|
readonly repoDirName?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workspace-source-repo.d.ts","sourceRoot":"","sources":["../src/workspace-source-repo.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,8BAA8B,aAAa,CAAC;AACzD,eAAO,MAAM,wBAAwB,8CAA8C,CAAC;AAQpF,MAAM,MAAM,yBAAyB,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;AAC1G,MAAM,MAAM,+BAA+B,GAAG,MAAM,GAAG,gBAAgB,GAAG,eAAe,GAAG,SAAS,CAAC;AAEtG,MAAM,WAAW,8BAA8B;IAC9C,QAAQ,CAAC,cAAc,CAAC,EAAE,OAAO,CAAC;IAClC,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;IAC/B,
|
|
1
|
+
{"version":3,"file":"workspace-source-repo.d.ts","sourceRoot":"","sources":["../src/workspace-source-repo.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,8BAA8B,aAAa,CAAC;AACzD,eAAO,MAAM,wBAAwB,8CAA8C,CAAC;AAQpF,MAAM,MAAM,yBAAyB,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;AAC1G,MAAM,MAAM,+BAA+B,GAAG,MAAM,GAAG,gBAAgB,GAAG,eAAe,GAAG,SAAS,CAAC;AAEtG,MAAM,WAAW,8BAA8B;IAC9C,QAAQ,CAAC,cAAc,CAAC,EAAE,OAAO,CAAC;IAClC,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;IAC/B,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IACzC,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,MAAM,WAAW,6BAA6B;IAC7C,QAAQ,CAAC,MAAM,EAAE,yBAAyB,CAAC;IAC3C,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,QAAQ,CAAC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,QAAQ,CAAC,YAAY,CAAC,EAAE,+BAA+B,CAAC;IACxD,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;CAC3B;AA6DD,wBAAgB,8BAA8B,CAC7C,YAAY,EAAE,MAAM,EACpB,WAAW,SAAiC,GAC1C,MAAM,CAER;AAED,wBAAgB,uBAAuB,CACtC,YAAY,EAAE,MAAM,EACpB,OAAO,GAAE,8BAAmC,GAC1C,6BAA6B,CAkC/B;AAED,wBAAsB,4BAA4B,CACjD,YAAY,EAAE,MAAM,EACpB,OAAO,GAAE,8BAAmC,GAC1C,OAAO,CAAC,6BAA6B,CAAC,CAkCxC"}
|