rulesync 9.0.1 → 9.0.2
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 +1 -1
package/dist/cli/index.cjs
CHANGED
|
@@ -6479,7 +6479,7 @@ function wrapCommand$1({ name, errorCode, handler, getVersion, loggerFactory = c
|
|
|
6479
6479
|
}
|
|
6480
6480
|
//#endregion
|
|
6481
6481
|
//#region src/cli/index.ts
|
|
6482
|
-
const getVersion = () => "9.0.
|
|
6482
|
+
const getVersion = () => "9.0.2";
|
|
6483
6483
|
function wrapCommand(name, errorCode, handler) {
|
|
6484
6484
|
return wrapCommand$1({
|
|
6485
6485
|
name,
|
package/dist/cli/index.js
CHANGED
|
@@ -6477,7 +6477,7 @@ function wrapCommand$1({ name, errorCode, handler, getVersion, loggerFactory = c
|
|
|
6477
6477
|
}
|
|
6478
6478
|
//#endregion
|
|
6479
6479
|
//#region src/cli/index.ts
|
|
6480
|
-
const getVersion = () => "9.0.
|
|
6480
|
+
const getVersion = () => "9.0.2";
|
|
6481
6481
|
function wrapCommand(name, errorCode, handler) {
|
|
6482
6482
|
return wrapCommand$1({
|
|
6483
6483
|
name,
|