mstate-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.
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.MOBIOFFICE_URL = exports.MSTATE_URL = void 0;
4
- exports.MSTATE_URL = 'https://dev.mstate.mobioffice.io/api';
5
- // export const MSTATE_URL = 'https://api.mstate.mobioffice.io/api';
4
+ // export const MSTATE_URL = 'https://dev.mstate.mobioffice.io/api';
5
+ exports.MSTATE_URL = 'https://api.mstate.mobioffice.io/api';
6
6
  exports.MOBIOFFICE_URL = 'https://server.mobioffice.io/api';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mstate-cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "main": "index.js",
5
5
  "bin": {
6
6
  "mstate": "./dist/index.js"
@@ -1,3 +1,3 @@
1
- export const MSTATE_URL = 'https://dev.mstate.mobioffice.io/api';
2
- // export const MSTATE_URL = 'https://api.mstate.mobioffice.io/api';
1
+ // export const MSTATE_URL = 'https://dev.mstate.mobioffice.io/api';
2
+ export const MSTATE_URL = 'https://api.mstate.mobioffice.io/api';
3
3
  export const MOBIOFFICE_URL = 'https://server.mobioffice.io/api';