rulesync 8.8.0 → 8.8.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/package.json +1 -1
package/dist/cli/index.cjs
CHANGED
|
@@ -28721,7 +28721,7 @@ function wrapCommand({
|
|
|
28721
28721
|
}
|
|
28722
28722
|
|
|
28723
28723
|
// src/cli/index.ts
|
|
28724
|
-
var getVersion = () => "8.8.
|
|
28724
|
+
var getVersion = () => "8.8.1";
|
|
28725
28725
|
function wrapCommand2(name, errorCode, handler) {
|
|
28726
28726
|
return wrapCommand({ name, errorCode, handler, getVersion });
|
|
28727
28727
|
}
|
package/dist/cli/index.js
CHANGED
|
@@ -6248,7 +6248,7 @@ function wrapCommand({
|
|
|
6248
6248
|
}
|
|
6249
6249
|
|
|
6250
6250
|
// src/cli/index.ts
|
|
6251
|
-
var getVersion = () => "8.8.
|
|
6251
|
+
var getVersion = () => "8.8.1";
|
|
6252
6252
|
function wrapCommand2(name, errorCode, handler) {
|
|
6253
6253
|
return wrapCommand({ name, errorCode, handler, getVersion });
|
|
6254
6254
|
}
|