@open-tender/store 1.1.252 → 1.1.253
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/cjs/services/api.js
CHANGED
|
@@ -379,7 +379,7 @@ var PosAPI = /** @class */ (function () {
|
|
|
379
379
|
return this.request("/allergens");
|
|
380
380
|
};
|
|
381
381
|
PosAPI.prototype.testPrint = function () {
|
|
382
|
-
return this.request('/test-printer');
|
|
382
|
+
return this.request('/test-printer', 'POST', {});
|
|
383
383
|
};
|
|
384
384
|
return PosAPI;
|
|
385
385
|
}());
|
package/dist/esm/services/api.js
CHANGED
|
@@ -377,7 +377,7 @@ var PosAPI = /** @class */ (function () {
|
|
|
377
377
|
return this.request("/allergens");
|
|
378
378
|
};
|
|
379
379
|
PosAPI.prototype.testPrint = function () {
|
|
380
|
-
return this.request('/test-printer');
|
|
380
|
+
return this.request('/test-printer', 'POST', {});
|
|
381
381
|
};
|
|
382
382
|
return PosAPI;
|
|
383
383
|
}());
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-tender/store",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.253",
|
|
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",
|
|
@@ -72,4 +72,4 @@
|
|
|
72
72
|
"react-dom": "^18.2.0",
|
|
73
73
|
"uuid": "^9.0.1"
|
|
74
74
|
}
|
|
75
|
-
}
|
|
75
|
+
}
|