meemup-library 1.8.2 → 1.8.3

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.
@@ -65,6 +65,7 @@ export default interface IKioskDeviceSetting {
65
65
  address: string;
66
66
  port: number;
67
67
  name: string;
68
+ timeoutDelay: number;
68
69
  };
69
70
  payment: {
70
71
  stripeDeviceId: number;
@@ -44,6 +44,7 @@ export const initKioskDeviceSetting = {
44
44
  address: '127.0.0.1',
45
45
  port: 8000,
46
46
  name: 'Elavon device',
47
+ timeoutDelay: 120
47
48
  },
48
49
  categoryDisplayMode: 1,
49
50
  productDisplayMode: 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meemup-library",
3
- "version": "1.8.2",
3
+ "version": "1.8.3",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -11,7 +11,7 @@
11
11
  "remove:one": "rimraf dist",
12
12
  "remove:two": "rimraf ./src/dist",
13
13
  "test": "echo \"Error: no test specified\" && exit 1",
14
- "commit": "git add . && git commit -m \"version.1.8.2\" && git push origin "
14
+ "commit": "git add . && git commit -m \"version.1.8.3\" && git push origin "
15
15
  },
16
16
  "files": [
17
17
  "/dist"