rulesync 16.28.0 → 16.28.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
|
@@ -12943,7 +12943,7 @@ function wrapCommand$1({ name, errorCode, handler, getVersion, loggerFactory = c
|
|
|
12943
12943
|
}
|
|
12944
12944
|
//#endregion
|
|
12945
12945
|
//#region src/cli/program.ts
|
|
12946
|
-
const getVersion = () => "16.28.
|
|
12946
|
+
const getVersion = () => "16.28.1";
|
|
12947
12947
|
const FEATURES_HELP = `${require_import.ALL_FEATURES.join(",")}; ignore is deprecated, use permissions`;
|
|
12948
12948
|
function wrapCommand(name, errorCode, handler) {
|
|
12949
12949
|
return wrapCommand$1({
|
package/dist/cli/index.js
CHANGED
|
@@ -12940,7 +12940,7 @@ function wrapCommand$1({ name, errorCode, handler, getVersion, loggerFactory = c
|
|
|
12940
12940
|
}
|
|
12941
12941
|
//#endregion
|
|
12942
12942
|
//#region src/cli/program.ts
|
|
12943
|
-
const getVersion = () => "16.28.
|
|
12943
|
+
const getVersion = () => "16.28.1";
|
|
12944
12944
|
const FEATURES_HELP = `${ALL_FEATURES.join(",")}; ignore is deprecated, use permissions`;
|
|
12945
12945
|
function wrapCommand(name, errorCode, handler) {
|
|
12946
12946
|
return wrapCommand$1({
|