rulesync 7.30.0 → 8.0.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-IGW5DFPU.js → chunk-GB6XLCGB.js} +1026 -582
- package/dist/cli/index.cjs +665 -221
- package/dist/cli/index.js +2 -2
- package/dist/index.cjs +1051 -607
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -72,7 +72,7 @@ import {
|
|
|
72
72
|
stringifyFrontmatter,
|
|
73
73
|
toPosixPath,
|
|
74
74
|
writeFileContent
|
|
75
|
-
} from "../chunk-
|
|
75
|
+
} from "../chunk-GB6XLCGB.js";
|
|
76
76
|
|
|
77
77
|
// src/cli/index.ts
|
|
78
78
|
import { Command } from "commander";
|
|
@@ -4480,7 +4480,7 @@ function wrapCommand({
|
|
|
4480
4480
|
}
|
|
4481
4481
|
|
|
4482
4482
|
// src/cli/index.ts
|
|
4483
|
-
var getVersion = () => "
|
|
4483
|
+
var getVersion = () => "8.0.0";
|
|
4484
4484
|
function wrapCommand2(name, errorCode, handler) {
|
|
4485
4485
|
return wrapCommand({ name, errorCode, handler, getVersion });
|
|
4486
4486
|
}
|