@savvy-web/cli 0.3.0 → 0.3.1

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.
Files changed (2) hide show
  1. package/841.js +1 -1
  2. package/package.json +2 -2
package/841.js CHANGED
@@ -2381,7 +2381,7 @@ const rootCommand = Command.make("savvy").pipe(Command.withSubcommands([
2381
2381
  ]));
2382
2382
  const cli = Command.run(rootCommand, {
2383
2383
  name: "savvy",
2384
- version: "0.3.0"
2384
+ version: "0.3.1"
2385
2385
  });
2386
2386
  const WorkspaceLive = Layer.mergeAll(WorkspaceRootLive, PackageManagerDetectorLive, WorkspaceDiscoveryLive.pipe(Layer.provide(WorkspaceRootLive)));
2387
2387
  const BaseLive = Layer.mergeAll(WorkspaceLive, ChangesetConfigReaderLive, ManagedSectionLive, BiomeSchemaSyncLive, ConfigDiscoveryLive, SilkPublishabilityDetectorLive, Changesets.WorkspaceSnapshotReaderLive);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@savvy-web/cli",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "private": false,
5
5
  "description": "The savvy CLI — unified commit, changeset, and lint commands for the Silk Suite",
6
6
  "homepage": "https://github.com/savvy-web/systems/tree/main/packages/cli",
@@ -32,7 +32,7 @@
32
32
  "@effect/cli": "^0.75.1",
33
33
  "@effect/platform": "^0.96.1",
34
34
  "@effect/platform-node": "^0.106.0",
35
- "@savvy-web/silk-effects": "0.6.0",
35
+ "@savvy-web/silk-effects": "0.6.1",
36
36
  "effect": "^3.21.2",
37
37
  "jsonc-effect": "^0.2.1",
38
38
  "workspaces-effect": "^1.1.0",