@savvy-web/changesets 0.5.2 → 0.5.3

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.
@@ -789,7 +789,7 @@ const rootCommand = Command.make("savvy-changesets").pipe(Command.withSubcommand
789
789
  ]));
790
790
  const cli = Command.run(rootCommand, {
791
791
  name: "savvy-changesets",
792
- version: "0.5.2"
792
+ version: "0.5.3"
793
793
  });
794
794
  function runCli() {
795
795
  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.2",
3
+ "version": "0.5.3",
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": [
@@ -54,10 +54,10 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@changesets/get-github-info": "^0.8.0",
57
- "@effect/cli": "^0.73.2",
58
- "@effect/platform": "^0.94.5",
59
- "@effect/platform-node": "^0.104.1",
60
- "effect": "^3.19.19",
57
+ "@effect/cli": "^0.74.0",
58
+ "@effect/platform": "^0.95.0",
59
+ "@effect/platform-node": "^0.105.0",
60
+ "effect": "^3.20.0",
61
61
  "jsonc-parser": "^3.3.1",
62
62
  "mdast-util-heading-range": "^4.0.0",
63
63
  "mdast-util-to-string": "^4.0.0",