@savvy-web/cli 2.9.1 → 2.9.2

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/cli/index.js +1 -1
  2. package/package.json +2 -2
package/cli/index.js CHANGED
@@ -76,7 +76,7 @@ const rootCommand = Command.make("savvy").pipe(Command.withSubcommands([
76
76
  * CLI application: reads argv from the Stdio service provided by NodeServices.
77
77
  * (v4's `Command.run` takes only `version` — the name comes from the root command.)
78
78
  */
79
- const cli = Command.run(rootCommand, { version: "2.9.1" });
79
+ const cli = Command.run(rootCommand, { version: "2.9.2" });
80
80
  /**
81
81
  * Shared workspace services from `@effected/workspaces`, wired as a
82
82
  * self-contained unit and built ONCE (layers memoize by reference).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@savvy-web/cli",
3
- "version": "2.9.1",
3
+ "version": "2.9.2",
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",
@@ -38,7 +38,7 @@
38
38
  "@effected/templates": "^0.4.0",
39
39
  "@effected/workspaces": "^0.18.3",
40
40
  "@effected/yaml": "^0.12.0",
41
- "@savvy-web/silk-effects": "7.3.1",
41
+ "@savvy-web/silk-effects": "7.3.2",
42
42
  "effect": "4.0.0-rc.109"
43
43
  }
44
44
  }