lightspeed-retail-sdk 2.0.1 → 2.0.2

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/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -42,6 +42,8 @@ const api = new LightspeedRetailSDK({
42
42
  clientSecret: "Your client secret.",
43
43
  refreshToken: "Your refresh token.",
44
44
  });
45
+
46
+ export default LightspeedRetailSDK
45
47
  ```
46
48
 
47
49
  ## Example Request
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lightspeed-retail-sdk",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Another unofficial Lightspeed Retail API SDK for Node.js",
5
5
  "main": "index.js",
6
6
  "scripts": {