@safaricom-mxl/web-cli 0.0.4 → 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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. 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.4";
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";
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "bin": {
4
4
  "mxl-web-cli": "dist/index.mjs"
5
5
  },
6
- "version": "0.0.4",
6
+ "version": "0.0.6",
7
7
  "description": "MXL Web CLI for uploading sourcemaps and versioning bundles",
8
8
  "type": "module",
9
9
  "publishConfig": {