@savvy-web/silk 1.3.8 → 1.3.9

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.
@@ -3325,7 +3325,7 @@ interface Catalog {
3325
3325
  readonly [dependencyName: string]: string | undefined;
3326
3326
  }
3327
3327
  //#endregion
3328
- //#region ../../node_modules/.pnpm/workspaces-effect@2.0.0_@effect+platform@0.96.2_effect@3.21.4__effect@3.21.4/node_modules/workspaces-effect/index.d.ts
3328
+ //#region ../../node_modules/.pnpm/workspaces-effect@2.0.1_@effect+platform@0.96.2_effect@3.21.4__effect@3.21.4/node_modules/workspaces-effect/index.d.ts
3329
3329
  //#region src/errors/CatalogAssemblyError.d.ts
3330
3330
  /**
3331
3331
  * Base constant for {@link CatalogAssemblyError}.
@@ -4173,8 +4173,9 @@ declare class WorkspaceStateSnapshot extends WorkspaceStateSnapshot_base {
4173
4173
  *
4174
4174
  * @remarks
4175
4175
  * The returned record is this instance's memo, built once and reused by
4176
- * every subsequent {@link resolve} call. Treat it as read-only -- mutating
4177
- * it corrupts resolution for the lifetime of this snapshot.
4176
+ * every subsequent `resolve` call. Treat it as
4177
+ * read-only -- mutating it corrupts resolution for the lifetime of this
4178
+ * snapshot.
4178
4179
  */
4179
4180
  get versions(): Record<string, string>;
4180
4181
  /** Find a package snapshot by name (O(1) after the first call). */
@@ -3325,7 +3325,7 @@ interface Catalog {
3325
3325
  readonly [dependencyName: string]: string | undefined;
3326
3326
  }
3327
3327
  //#endregion
3328
- //#region ../../node_modules/.pnpm/workspaces-effect@2.0.0_@effect+platform@0.96.2_effect@3.21.4__effect@3.21.4/node_modules/workspaces-effect/index.d.ts
3328
+ //#region ../../node_modules/.pnpm/workspaces-effect@2.0.1_@effect+platform@0.96.2_effect@3.21.4__effect@3.21.4/node_modules/workspaces-effect/index.d.ts
3329
3329
  //#region src/errors/CatalogAssemblyError.d.ts
3330
3330
  /**
3331
3331
  * Base constant for {@link CatalogAssemblyError}.
@@ -4173,8 +4173,9 @@ declare class WorkspaceStateSnapshot extends WorkspaceStateSnapshot_base {
4173
4173
  *
4174
4174
  * @remarks
4175
4175
  * The returned record is this instance's memo, built once and reused by
4176
- * every subsequent {@link resolve} call. Treat it as read-only -- mutating
4177
- * it corrupts resolution for the lifetime of this snapshot.
4176
+ * every subsequent `resolve` call. Treat it as
4177
+ * read-only -- mutating it corrupts resolution for the lifetime of this
4178
+ * snapshot.
4178
4179
  */
4179
4180
  get versions(): Record<string, string>;
4180
4181
  /** Find a package snapshot by name (O(1) after the first call). */