@savvy-web/cli 1.3.0 → 1.3.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.
- package/cli/index.js +1 -1
- package/package.json +1 -1
package/cli/index.js
CHANGED
|
@@ -57,7 +57,7 @@ const rootCommand = Command.make("savvy").pipe(Command.withSubcommands([
|
|
|
57
57
|
]));
|
|
58
58
|
const cli = Command.run(rootCommand, {
|
|
59
59
|
name: "savvy",
|
|
60
|
-
version: "1.3.
|
|
60
|
+
version: "1.3.1"
|
|
61
61
|
});
|
|
62
62
|
/**
|
|
63
63
|
* Shared base layer: workspace services, the changeset config reader, and the
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@savvy-web/cli",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.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",
|