meemup-library 1.4.4 → 1.4.5
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.
|
@@ -12,6 +12,7 @@ import IPointOfSaleDeviceStatus from "./IPointOfSaleDeviceStatus";
|
|
|
12
12
|
import IPointOfSaleWindow from "./IPointOfSaleWindow";
|
|
13
13
|
import IPointOfSaleCellular from "../../types/IPointOfSaleCellular";
|
|
14
14
|
import IPointOfSaleWifi from "../../types/IPointOfSaleWifi";
|
|
15
|
+
import THardwareStatus from "../../types/THardwareStatus";
|
|
15
16
|
interface IPointOfSaleStore {
|
|
16
17
|
account: IAccount;
|
|
17
18
|
order: IPointOfSaleOrder;
|
|
@@ -29,5 +30,6 @@ interface IPointOfSaleStore {
|
|
|
29
30
|
window: IPointOfSaleWindow;
|
|
30
31
|
cellular: IPointOfSaleCellular;
|
|
31
32
|
wifi: IPointOfSaleWifi;
|
|
33
|
+
bluetooth: THardwareStatus;
|
|
32
34
|
}
|
|
33
35
|
export default IPointOfSaleStore;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "meemup-library",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.5",
|
|
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.4.
|
|
14
|
+
"commit": "git add . && git commit -m \"version.1.4.5 \" && git push origin "
|
|
15
15
|
},
|
|
16
16
|
"files": [
|
|
17
17
|
"/dist"
|