rulesync 14.0.0 → 14.0.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/dist/cli/index.js.map +1 -1
- package/package.json +13 -13
package/dist/cli/index.cjs
CHANGED
|
@@ -7684,7 +7684,7 @@ function wrapCommand$1({ name, errorCode, handler, getVersion, loggerFactory = c
|
|
|
7684
7684
|
}
|
|
7685
7685
|
//#endregion
|
|
7686
7686
|
//#region src/cli/index.ts
|
|
7687
|
-
const getVersion = () => "14.0.
|
|
7687
|
+
const getVersion = () => "14.0.1";
|
|
7688
7688
|
function wrapCommand(name, errorCode, handler) {
|
|
7689
7689
|
return wrapCommand$1({
|
|
7690
7690
|
name,
|
package/dist/cli/index.js
CHANGED
|
@@ -7682,7 +7682,7 @@ function wrapCommand$1({ name, errorCode, handler, getVersion, loggerFactory = c
|
|
|
7682
7682
|
}
|
|
7683
7683
|
//#endregion
|
|
7684
7684
|
//#region src/cli/index.ts
|
|
7685
|
-
const getVersion = () => "14.0.
|
|
7685
|
+
const getVersion = () => "14.0.1";
|
|
7686
7686
|
function wrapCommand(name, errorCode, handler) {
|
|
7687
7687
|
return wrapCommand$1({
|
|
7688
7688
|
name,
|