@open-tender/store 0.8.8 → 0.8.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.
package/dist/.DS_Store ADDED
Binary file
@@ -97,7 +97,7 @@ exports.fetchConfig = (0, toolkit_1.createAsyncThunk)(ConfigActionType.FetchConf
97
97
  menuColors: menuColors,
98
98
  name: 'Name',
99
99
  ipAddress: '10.0.0.1',
100
- hasPinpad: false,
100
+ hasPinpad: true,
101
101
  hasCashDrawer: true,
102
102
  error: null,
103
103
  loading: 'idle',
@@ -94,7 +94,7 @@ export var fetchConfig = createAsyncThunk(ConfigActionType.FetchConfig, function
94
94
  menuColors: menuColors,
95
95
  name: 'Name',
96
96
  ipAddress: '10.0.0.1',
97
- hasPinpad: false,
97
+ hasPinpad: true,
98
98
  hasCashDrawer: true,
99
99
  error: null,
100
100
  loading: 'idle',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/store",
3
- "version": "0.8.8",
3
+ "version": "0.8.9",
4
4
  "description": "A library of hooks, reducers, utility functions, and types for use with Open Tender applications that utilize our in-store POS API",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",