rulesync 7.7.0 → 7.7.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/dist/cli/index.cjs +1 -1
- package/dist/cli/index.js +1 -1
- package/package.json +1 -1
package/dist/cli/index.cjs
CHANGED
|
@@ -19625,7 +19625,7 @@ async function updateCommand(currentVersion, options) {
|
|
|
19625
19625
|
}
|
|
19626
19626
|
|
|
19627
19627
|
// src/cli/index.ts
|
|
19628
|
-
var getVersion = () => "7.7.
|
|
19628
|
+
var getVersion = () => "7.7.1";
|
|
19629
19629
|
var main = async () => {
|
|
19630
19630
|
const program = new import_commander.Command();
|
|
19631
19631
|
const version = getVersion();
|
package/dist/cli/index.js
CHANGED
|
@@ -3799,7 +3799,7 @@ async function updateCommand(currentVersion, options) {
|
|
|
3799
3799
|
}
|
|
3800
3800
|
|
|
3801
3801
|
// src/cli/index.ts
|
|
3802
|
-
var getVersion = () => "7.7.
|
|
3802
|
+
var getVersion = () => "7.7.1";
|
|
3803
3803
|
var main = async () => {
|
|
3804
3804
|
const program = new Command();
|
|
3805
3805
|
const version = getVersion();
|