lightspeed-retail-sdk 2.0.4 → 2.0.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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -256,7 +256,7 @@ class LightspeedRetailSDK {
256
256
  }
257
257
 
258
258
  // Get Matrix Item by ID
259
- async getItem(id, relations) {
259
+ async getMatrixItem(id, relations) {
260
260
  const options = {
261
261
  url: `${this.baseUrl}/${this.accountID}/ItemMatrix/${id}.json`,
262
262
  method: "GET",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lightspeed-retail-sdk",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "Another unofficial Lightspeed Retail API SDK for Node.js",
5
5
  "main": "index.js",
6
6
  "scripts": {