rulesync 7.6.2 → 7.6.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.
- 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
|
@@ -19240,7 +19240,7 @@ async function updateCommand(currentVersion, options) {
|
|
|
19240
19240
|
}
|
|
19241
19241
|
|
|
19242
19242
|
// src/cli/index.ts
|
|
19243
|
-
var getVersion = () => "7.6.
|
|
19243
|
+
var getVersion = () => "7.6.3";
|
|
19244
19244
|
var main = async () => {
|
|
19245
19245
|
const program = new import_commander.Command();
|
|
19246
19246
|
const version = getVersion();
|
package/dist/cli/index.js
CHANGED
|
@@ -3795,7 +3795,7 @@ async function updateCommand(currentVersion, options) {
|
|
|
3795
3795
|
}
|
|
3796
3796
|
|
|
3797
3797
|
// src/cli/index.ts
|
|
3798
|
-
var getVersion = () => "7.6.
|
|
3798
|
+
var getVersion = () => "7.6.3";
|
|
3799
3799
|
var main = async () => {
|
|
3800
3800
|
const program = new Command();
|
|
3801
3801
|
const version = getVersion();
|