rulesync 7.12.0 → 7.12.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/{chunk-WAWBAZPA.js → chunk-3FGQWAXN.js} +237 -239
- package/dist/cli/index.cjs +237 -239
- package/dist/cli/index.js +2 -2
- package/dist/index.cjs +236 -238
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -60,7 +60,7 @@ import {
|
|
|
60
60
|
removeTempDirectory,
|
|
61
61
|
stringifyFrontmatter,
|
|
62
62
|
writeFileContent
|
|
63
|
-
} from "../chunk-
|
|
63
|
+
} from "../chunk-3FGQWAXN.js";
|
|
64
64
|
|
|
65
65
|
// src/cli/index.ts
|
|
66
66
|
import { Command } from "commander";
|
|
@@ -3807,7 +3807,7 @@ async function updateCommand(currentVersion, options) {
|
|
|
3807
3807
|
}
|
|
3808
3808
|
|
|
3809
3809
|
// src/cli/index.ts
|
|
3810
|
-
var getVersion = () => "7.12.
|
|
3810
|
+
var getVersion = () => "7.12.1";
|
|
3811
3811
|
var main = async () => {
|
|
3812
3812
|
const program = new Command();
|
|
3813
3813
|
const version = getVersion();
|