@1msg/cli 0.1.0 → 0.1.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/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  export declare const CLI_NAME = "@1msg/cli";
2
- export declare const CLI_VERSION = "0.1.0";
2
+ export declare const CLI_VERSION = "0.1.1";
3
3
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CLI_VERSION = exports.CLI_NAME = void 0;
4
4
  exports.CLI_NAME = '@1msg/cli';
5
- exports.CLI_VERSION = '0.1.0';
5
+ exports.CLI_VERSION = '0.1.1';
6
6
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1msg/cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Command-line client for the 1msg WhatsApp Business API",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -15,7 +15,8 @@
15
15
  "access": "public"
16
16
  },
17
17
  "bin": {
18
- "1msg": "./dist/index.js"
18
+ "1msg": "./dist/index.js",
19
+ "cli": "./dist/index.js"
19
20
  },
20
21
  "main": "./dist/index.js",
21
22
  "types": "./dist/index.d.ts",