@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.
- package/changesets-changelog.cjs +69485 -69455
- package/changesets-changelog.d.cts +4 -3
- package/changesets-changelog.d.ts +4 -3
- package/changesets-markdownlint.cjs +69485 -69455
- package/changesets-markdownlint.d.cts +4 -3
- package/changesets-markdownlint.d.ts +4 -3
- package/package.json +4 -4
- package/packages/silk-effects/dist/dev/pkg/changesets/services/branch-analyzer.cjs +2 -1
- package/packages/silk-effects/dist/dev/pkg/changesets/services/branch-analyzer.js +2 -1
- package/packages/silk-effects/dist/dev/pkg/changesets/services/config-inspector.cjs +4 -4
- package/packages/silk-effects/dist/dev/pkg/changesets/services/config-inspector.js +4 -4
- package/packages/silk-effects/dist/dev/pkg/changesets/services/deps-regen.cjs +9 -9
- package/packages/silk-effects/dist/dev/pkg/changesets/services/deps-regen.js +9 -9
- package/packages/silk-effects/dist/dev/pkg/changesets/services/release-planner.cjs +1 -1
- package/packages/silk-effects/dist/dev/pkg/changesets/services/release-planner.js +1 -1
- package/packages/silk-effects/dist/dev/pkg/changesets/utils/publishability.cjs +1 -1
- package/packages/silk-effects/dist/dev/pkg/changesets/utils/publishability.js +1 -1
- package/packages/silk-effects/dist/dev/pkg/services/SilkPublishability.cjs +9 -6
- package/packages/silk-effects/dist/dev/pkg/services/SilkPublishability.js +9 -6
- package/tsconfig/node/dist/tsconfig.tsbuildinfo +1 -1
|
@@ -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.
|
|
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
|
|
4177
|
-
* it corrupts resolution for the lifetime of this
|
|
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.
|
|
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
|
|
4177
|
-
* it corrupts resolution for the lifetime of this
|
|
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). */
|