@savvy-web/cli 3.1.0 → 3.2.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.
@@ -19,7 +19,7 @@
19
19
  *
20
20
  * @internal
21
21
  */
22
- const BIOME_VERSION = "2.5.13";
22
+ const BIOME_VERSION = "2.5.14";
23
23
 
24
24
  //#endregion
25
25
  export { BIOME_VERSION };
@@ -65,11 +65,7 @@ function presetIncludesMarkdown(preset) {
65
65
  * @returns Config file content
66
66
  */
67
67
  function generateConfigContent(preset) {
68
- return `/**
69
- * lint-staged configuration
70
- * Generated by savvy lint init
71
- */
72
- import { Preset } from "@savvy-web/silk/lint";
68
+ return `import { Preset } from "@savvy-web/silk/lint";
73
69
 
74
70
  export default Preset.${preset}();
75
71
  `;
package/main.js CHANGED
@@ -22,7 +22,7 @@ import { NodeRuntime } from "@effect/platform-node";
22
22
  * CLI application: reads argv from the Stdio service provided by NodeServices.
23
23
  * (v4's `Command.run` takes only `version` — the name comes from the root command.)
24
24
  */
25
- const cli = Command.run(rootCommand, { version: "3.1.0" });
25
+ const cli = Command.run(rootCommand, { version: "3.2.1" });
26
26
  /**
27
27
  * Bootstrap and run the `savvy` CLI application.
28
28
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@savvy-web/cli",
3
- "version": "3.1.0",
3
+ "version": "3.2.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",
@@ -43,7 +43,7 @@
43
43
  "@effected/templates": "^0.6.0",
44
44
  "@effected/workspaces": "^0.22.0",
45
45
  "@effected/yaml": "^0.15.1",
46
- "@savvy-web/silk-effects": "8.1.0",
46
+ "@savvy-web/silk-effects": "8.2.1",
47
47
  "effect": "4.0.0-rc.115"
48
48
  }
49
49
  }