rulesync 5.1.0 → 5.1.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/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -13083,7 +13083,7 @@ async function mcpCommand({ version }) {
|
|
|
13083
13083
|
}
|
|
13084
13084
|
|
|
13085
13085
|
// src/cli/index.ts
|
|
13086
|
-
var getVersion = () => "5.1.
|
|
13086
|
+
var getVersion = () => "5.1.1";
|
|
13087
13087
|
var main = async () => {
|
|
13088
13088
|
const program = new import_commander.Command();
|
|
13089
13089
|
const version = getVersion();
|
package/dist/index.js
CHANGED
|
@@ -13060,7 +13060,7 @@ async function mcpCommand({ version }) {
|
|
|
13060
13060
|
}
|
|
13061
13061
|
|
|
13062
13062
|
// src/cli/index.ts
|
|
13063
|
-
var getVersion = () => "5.1.
|
|
13063
|
+
var getVersion = () => "5.1.1";
|
|
13064
13064
|
var main = async () => {
|
|
13065
13065
|
const program = new Command();
|
|
13066
13066
|
const version = getVersion();
|