@devite/shopware-client 1.7.2 → 1.7.3

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/index.cjs CHANGED
@@ -141,7 +141,7 @@ class ShopwareClient {
141
141
  body: await this.parseBody(response)
142
142
  });
143
143
  }
144
- })
144
+ }).catch(() => void 0)
145
145
  );
146
146
  }
147
147
  async parseBody(response) {
package/dist/index.mjs CHANGED
@@ -139,7 +139,7 @@ class ShopwareClient {
139
139
  body: await this.parseBody(response)
140
140
  });
141
141
  }
142
- })
142
+ }).catch(() => void 0)
143
143
  );
144
144
  }
145
145
  async parseBody(response) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devite/shopware-client",
3
- "version": "1.7.2",
3
+ "version": "1.7.3",
4
4
  "description": "Third party API client for Shopware 6.",
5
5
  "repository": "devite-io/shopware-client",
6
6
  "license": "MIT",