rulesync 8.2.0 → 8.4.0
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/README.md +2 -2
- package/dist/{chunk-K4IN6URH.js → chunk-MMBSR2RA.js} +844 -573
- package/dist/cli/index.cjs +486 -215
- package/dist/cli/index.js +2 -2
- package/dist/index.cjs +869 -598
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -73,7 +73,7 @@ import {
|
|
|
73
73
|
stringifyFrontmatter,
|
|
74
74
|
toPosixPath,
|
|
75
75
|
writeFileContent
|
|
76
|
-
} from "../chunk-
|
|
76
|
+
} from "../chunk-MMBSR2RA.js";
|
|
77
77
|
|
|
78
78
|
// src/cli/index.ts
|
|
79
79
|
import { Command } from "commander";
|
|
@@ -4523,7 +4523,7 @@ function wrapCommand({
|
|
|
4523
4523
|
}
|
|
4524
4524
|
|
|
4525
4525
|
// src/cli/index.ts
|
|
4526
|
-
var getVersion = () => "8.
|
|
4526
|
+
var getVersion = () => "8.4.0";
|
|
4527
4527
|
function wrapCommand2(name, errorCode, handler) {
|
|
4528
4528
|
return wrapCommand({ name, errorCode, handler, getVersion });
|
|
4529
4529
|
}
|