rulesync 8.20.0 → 8.21.0
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/package.json +1 -1
package/dist/cli/index.cjs
CHANGED
|
@@ -32168,7 +32168,7 @@ function wrapCommand({
|
|
|
32168
32168
|
}
|
|
32169
32169
|
|
|
32170
32170
|
// src/cli/index.ts
|
|
32171
|
-
var getVersion = () => "8.
|
|
32171
|
+
var getVersion = () => "8.21.0";
|
|
32172
32172
|
function wrapCommand2(name, errorCode, handler) {
|
|
32173
32173
|
return wrapCommand({ name, errorCode, handler, getVersion });
|
|
32174
32174
|
}
|
package/dist/cli/index.js
CHANGED
|
@@ -6485,7 +6485,7 @@ function wrapCommand({
|
|
|
6485
6485
|
}
|
|
6486
6486
|
|
|
6487
6487
|
// src/cli/index.ts
|
|
6488
|
-
var getVersion = () => "8.
|
|
6488
|
+
var getVersion = () => "8.21.0";
|
|
6489
6489
|
function wrapCommand2(name, errorCode, handler) {
|
|
6490
6490
|
return wrapCommand({ name, errorCode, handler, getVersion });
|
|
6491
6491
|
}
|