rulesync 15.0.0 → 15.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 +1 -1
package/dist/cli/index.cjs
CHANGED
|
@@ -8981,7 +8981,7 @@ function wrapCommand$1({ name, errorCode, handler, getVersion, loggerFactory = c
|
|
|
8981
8981
|
}
|
|
8982
8982
|
//#endregion
|
|
8983
8983
|
//#region src/cli/program.ts
|
|
8984
|
-
const getVersion = () => "15.0.
|
|
8984
|
+
const getVersion = () => "15.0.1";
|
|
8985
8985
|
const FEATURES_HELP = `${require_import.ALL_FEATURES.join(",")}; ignore is deprecated, use permissions`;
|
|
8986
8986
|
function wrapCommand(name, errorCode, handler) {
|
|
8987
8987
|
return wrapCommand$1({
|
package/dist/cli/index.js
CHANGED
|
@@ -8979,7 +8979,7 @@ function wrapCommand$1({ name, errorCode, handler, getVersion, loggerFactory = c
|
|
|
8979
8979
|
}
|
|
8980
8980
|
//#endregion
|
|
8981
8981
|
//#region src/cli/program.ts
|
|
8982
|
-
const getVersion = () => "15.0.
|
|
8982
|
+
const getVersion = () => "15.0.1";
|
|
8983
8983
|
const FEATURES_HELP = `${ALL_FEATURES.join(",")}; ignore is deprecated, use permissions`;
|
|
8984
8984
|
function wrapCommand(name, errorCode, handler) {
|
|
8985
8985
|
return wrapCommand$1({
|