Socket
Socket
Sign inDemoInstall

@shopware/api-client

Package Overview
Dependencies
Maintainers
1
Versions
419
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopware/api-client - npm Package Compare versions

Comparing version 0.0.0-canary-20230801081457 to 0.0.0-canary-20230807075320

6

package.json
{
"name": "@shopware/api-client",
"version": "0.0.0-canary-20230801081457",
"version": "0.0.0-canary-20230807075320",
"description": "Shopware client for API connection.",

@@ -34,4 +34,4 @@ "author": "Shopware",

"vitest": "^0.33.0",
"@shopware/api-gen": "0.0.0-canary-20230801081457",
"eslint-config-shopware": "0.0.0-canary-20230801081457",
"@shopware/api-gen": "0.0.6",
"eslint-config-shopware": "0.0.5",
"tsconfig": "0.0.0"

@@ -38,0 +38,0 @@ },

@@ -149,9 +149,6 @@ # shopware/frontends - api-client

### Latest changes: 0.0.0-canary-20230801081457
### Latest changes: 0.0.0-canary-20230807075320
### Patch Changes
### Minor Changes
- [#339](https://github.com/shopware/frontends/pull/339) [`b2fe2bc`](https://github.com/shopware/frontends/commit/b2fe2bc84bc4f3381bc16b9216a935f3c317b0d4) Thanks [@patzick](https://github.com/patzick)! - Query param arrays. This fixes the way how query params are serialized. Previously, array query params were serialized as `?ids=1&ids=2`, now they are serialized as `?ids[]=1&ids[]=2`. This is the proper way of serialization in the Shopware API.
The definition of the endpoints hasn't changed, so you don't need to change anything in your code.
- [#320](https://github.com/shopware/frontends/pull/320) [`8e499e3`](https://github.com/shopware/frontends/commit/8e499e35b3a1a7dc4d1382f8f99b8fc3426e4ac9) Thanks [@mkucmus](https://github.com/mkucmus)! - Prevent setting "null" or "undefined" as token on session init
- [#330](https://github.com/shopware/frontends/pull/330) [`3683116`](https://github.com/shopware/frontends/commit/3683116588a7ef75e750fc33deee119f038c88e8) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Add `setCurrentCountry` for changing context countryId
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc