@savvy-web/changesets 0.5.2 → 0.5.4
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.
|
|
792
|
+
version: "0.5.4"
|
|
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.
|
|
3
|
+
"version": "0.5.4",
|
|
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.
|
|
58
|
-
"@effect/platform": "^0.
|
|
59
|
-
"@effect/platform-node": "^0.
|
|
60
|
-
"effect": "^3.
|
|
57
|
+
"@effect/cli": "^0.75.0",
|
|
58
|
+
"@effect/platform": "^0.96.0",
|
|
59
|
+
"@effect/platform-node": "^0.106.0",
|
|
60
|
+
"effect": "^3.21.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",
|