Socket
Socket
Sign inDemoInstall

@shopware/api-client

Package Overview
Dependencies
Maintainers
1
Versions
418
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-20230710080950 to 0.0.0-canary-20230710083036

6

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

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

"vitest": "^0.32.2",
"@shopware/api-gen": "0.0.0-canary-20230710080950",
"eslint-config-shopware": "0.0.0-canary-20230710080950",
"@shopware/api-gen": "0.0.0-canary-20230710083036",
"eslint-config-shopware": "0.0.3",
"tsconfig": "0.0.0"

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

@@ -130,17 +130,6 @@ # shopware/frontends - api-client

### Latest changes: 0.0.0-canary-20230710080950
### Latest changes: 0.0.0-canary-20230710083036
### Minor Changes
- [#300](https://github.com/shopware/frontends/pull/300) [`da347b5`](https://github.com/shopware/frontends/commit/da347b548aea93afaab1cc9ebab63f732ecdb964) Thanks [@patzick](https://github.com/patzick)! - Predefining methods: exported `RequestReturnType ` and `RequestParameters` types. You can now create predefined methods:
```typescript
const readCart = (params: RequestParameters<"readCart", operations>) =>
apiInstance.invoke("readCart get /checkout/cart?name", params);
```
### Patch Changes
- [#303](https://github.com/shopware/frontends/pull/303) [`aeb639a`](https://github.com/shopware/frontends/commit/aeb639a3244f812c275145345618e5bc0045be0d) Thanks [@patzick](https://github.com/patzick)! - Improved linting in packages. Types should be more reliable
- [#295](https://github.com/shopware/frontends/pull/295) [`23a0a53`](https://github.com/shopware/frontends/commit/23a0a532410990c0075ea7fff622949ccdecfd49) Thanks [@patzick](https://github.com/patzick)! - bump dependencies
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