@savvy-web/changesets 0.5.0 → 0.5.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.
@@ -787,7 +787,7 @@ const rootCommand = Command.make("savvy-changesets").pipe(Command.withSubcommand
787
787
  ]));
788
788
  const cli = Command.run(rootCommand, {
789
789
  name: "savvy-changesets",
790
- version: "0.5.0"
790
+ version: "0.5.1"
791
791
  });
792
792
  function runCli() {
793
793
  const main = Effect.suspend(()=>cli(process.argv)).pipe(Effect.provide(NodeContext.layer));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@savvy-web/changesets",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "private": false,
5
5
  "description": "Custom changelog formatter and markdown processing pipeline for the Silk Suite. Provides structured changeset sections, remark-based validation and transformation, and an Effect CLI.",
6
6
  "keywords": [
@@ -81,9 +81,6 @@
81
81
  "engines": {
82
82
  "node": ">=24.0.0"
83
83
  },
84
- "scripts": {
85
- "postinstall": "savvy-changesets init --check"
86
- },
87
84
  "files": [
88
85
  "!changesets.api.json",
89
86
  "!tsconfig.json",