@open-tender/store 1.1.262 → 1.1.263

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,8 +1,9 @@
1
1
  import { appReducer } from './app/store';
2
2
  import tempConfig from './config';
3
+ import { PosAPI } from './services';
3
4
  export * from './components';
4
5
  export * from './hooks';
5
6
  export * from './slices';
6
7
  export * from './utils';
7
8
  export * from './middlewares';
8
- export { appReducer, tempConfig };
9
+ export { appReducer, tempConfig, PosAPI };
package/dist/cjs/index.js CHANGED
@@ -1,11 +1,13 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.tempConfig = exports.appReducer = void 0;
3
+ exports.PosAPI = exports.tempConfig = exports.appReducer = void 0;
4
4
  var tslib_1 = require("tslib");
5
5
  var store_1 = require("./app/store");
6
6
  Object.defineProperty(exports, "appReducer", { enumerable: true, get: function () { return store_1.appReducer; } });
7
7
  var config_1 = tslib_1.__importDefault(require("./config"));
8
8
  exports.tempConfig = config_1.default;
9
+ var services_1 = require("./services");
10
+ Object.defineProperty(exports, "PosAPI", { enumerable: true, get: function () { return services_1.PosAPI; } });
9
11
  tslib_1.__exportStar(require("./components"), exports);
10
12
  tslib_1.__exportStar(require("./hooks"), exports);
11
13
  tslib_1.__exportStar(require("./slices"), exports);
@@ -1,8 +1,9 @@
1
1
  import { appReducer } from './app/store';
2
2
  import tempConfig from './config';
3
+ import { PosAPI } from './services';
3
4
  export * from './components';
4
5
  export * from './hooks';
5
6
  export * from './slices';
6
7
  export * from './utils';
7
8
  export * from './middlewares';
8
- export { appReducer, tempConfig };
9
+ export { appReducer, tempConfig, PosAPI };
package/dist/esm/index.js CHANGED
@@ -1,8 +1,9 @@
1
1
  import { appReducer } from './app/store';
2
2
  import tempConfig from './config';
3
+ import { PosAPI } from './services';
3
4
  export * from './components';
4
5
  export * from './hooks';
5
6
  export * from './slices';
6
7
  export * from './utils';
7
8
  export * from './middlewares';
8
- export { appReducer, tempConfig };
9
+ export { appReducer, tempConfig, PosAPI };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/store",
3
- "version": "1.1.262",
3
+ "version": "1.1.263",
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",
@@ -61,9 +61,9 @@
61
61
  },
62
62
  "peerDependencies": {
63
63
  "@emotion/react": "^11.11.1",
64
- "@open-tender/types": "^0.4.124",
64
+ "@open-tender/types": "^0.4.127",
65
65
  "@open-tender/ui": "^0.4.44",
66
- "@open-tender/utils": "^0.4.85",
66
+ "@open-tender/utils": "^0.4.90",
67
67
  "@reduxjs/toolkit": "^2.0.1",
68
68
  "date-fns": "2.30.0",
69
69
  "date-fns-tz": "^2.0.0",