@safaricom-mxl/web-cli 0.0.5 → 0.0.6
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/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6,7 +6,7 @@ import path from "node:path";
|
|
|
6
6
|
import zlib from "node:zlib";
|
|
7
7
|
|
|
8
8
|
//#region src/constants.ts
|
|
9
|
-
const CLI_VERSION = "0.0.
|
|
9
|
+
const CLI_VERSION = "0.0.6";
|
|
10
10
|
const CLI_NAME = "@safaricom-mxl/web-cli";
|
|
11
11
|
const CLI_DESCRIPTION = "MXL Web CLI to help setup the MXL SDK in your web app";
|
|
12
12
|
const DEFAULT_FILE_ENCODING = "utf8";
|