rulesync 7.15.0 → 7.15.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
|
@@ -20943,7 +20943,7 @@ async function updateCommand(currentVersion, options) {
|
|
|
20943
20943
|
}
|
|
20944
20944
|
|
|
20945
20945
|
// src/cli/index.ts
|
|
20946
|
-
var getVersion = () => "7.15.
|
|
20946
|
+
var getVersion = () => "7.15.1";
|
|
20947
20947
|
var main = async () => {
|
|
20948
20948
|
const program = new import_commander.Command();
|
|
20949
20949
|
const version = getVersion();
|
package/dist/cli/index.js
CHANGED
|
@@ -4110,7 +4110,7 @@ async function updateCommand(currentVersion, options) {
|
|
|
4110
4110
|
}
|
|
4111
4111
|
|
|
4112
4112
|
// src/cli/index.ts
|
|
4113
|
-
var getVersion = () => "7.15.
|
|
4113
|
+
var getVersion = () => "7.15.1";
|
|
4114
4114
|
var main = async () => {
|
|
4115
4115
|
const program = new Command();
|
|
4116
4116
|
const version = getVersion();
|