rulesync 16.30.0 → 16.30.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 +7 -7
package/dist/cli/index.cjs
CHANGED
|
@@ -12948,7 +12948,7 @@ function wrapCommand$1({ name, errorCode, handler, getVersion, loggerFactory = c
|
|
|
12948
12948
|
}
|
|
12949
12949
|
//#endregion
|
|
12950
12950
|
//#region src/cli/program.ts
|
|
12951
|
-
const getVersion = () => "16.30.
|
|
12951
|
+
const getVersion = () => "16.30.1";
|
|
12952
12952
|
const FEATURES_HELP = `${require_import.ALL_FEATURES.join(",")}; ignore is deprecated, use permissions`;
|
|
12953
12953
|
function wrapCommand(name, errorCode, handler) {
|
|
12954
12954
|
return wrapCommand$1({
|
package/dist/cli/index.js
CHANGED
|
@@ -12945,7 +12945,7 @@ function wrapCommand$1({ name, errorCode, handler, getVersion, loggerFactory = c
|
|
|
12945
12945
|
}
|
|
12946
12946
|
//#endregion
|
|
12947
12947
|
//#region src/cli/program.ts
|
|
12948
|
-
const getVersion = () => "16.30.
|
|
12948
|
+
const getVersion = () => "16.30.1";
|
|
12949
12949
|
const FEATURES_HELP = `${ALL_FEATURES.join(",")}; ignore is deprecated, use permissions`;
|
|
12950
12950
|
function wrapCommand(name, errorCode, handler) {
|
|
12951
12951
|
return wrapCommand$1({
|