@deenruv/common 1.0.5 → 1.0.9

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,4 +1,4 @@
1
- export declare const API_PORT = 3000;
1
+ export declare const API_PORT = 6100;
2
2
  export declare const ADMIN_API_PATH = "admin-api";
3
3
  export declare const SHOP_API_PATH = "shop-api";
4
4
  export declare const DEFAULT_CHANNEL_CODE = "__default_channel__";
@@ -5,7 +5,7 @@ exports.CREATING_DEENRUV_APP = exports.DEFAULT_CHANNEL_TOKEN_KEY = exports.DEFAU
5
5
  * This file contains constants which are shared between more than one sub-module
6
6
  * e.g. values required by both the server and admin-ui.
7
7
  */
8
- exports.API_PORT = 3000;
8
+ exports.API_PORT = 6100;
9
9
  exports.ADMIN_API_PATH = "admin-api";
10
10
  exports.SHOP_API_PATH = "shop-api";
11
11
  exports.DEFAULT_CHANNEL_CODE = "__default_channel__";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deenruv/common",
3
- "version": "1.0.5",
3
+ "version": "1.0.9",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "homepage": "https://deenruv.com/",