Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@shopware/api-client

Package Overview
Dependencies
Maintainers
1
Versions
458
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-20231030142739 to 0.0.0-canary-20231031085529

6

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

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

"vitest": "^0.34.6",
"@shopware/api-gen": "0.0.0-canary-20231030142739",
"eslint-config-shopware": "0.0.0-canary-20231030142739",
"@shopware/api-gen": "0.0.0-canary-20231031085529",
"eslint-config-shopware": "0.0.0-canary-20231031085529",
"tsconfig": "0.0.0"

@@ -50,0 +50,0 @@ },

@@ -189,3 +189,3 @@ # shopware/frontends - api-client

### Latest changes: 0.0.0-canary-20231030142739
### Latest changes: 0.0.0-canary-20231031085529

@@ -195,1 +195,17 @@ ### Minor Changes

- [#435](https://github.com/shopware/frontends/pull/435) [`a4483ed8`](https://github.com/shopware/frontends/commit/a4483ed8bf9370e87aedeb81846fe9d31880b3e0) Thanks [@patzick](https://github.com/patzick)! - Changed types imports to `import type {...} from "..."`
### Patch Changes
- [#443](https://github.com/shopware/frontends/pull/443) [`33d54db1`](https://github.com/shopware/frontends/commit/33d54db1bd66146a14781c45b1124547f4276866) Thanks [@patzick](https://github.com/patzick)! - `invoke` method parameters are no longer mandatory when no parameters are defined inside route.
Now instead of:
```ts
const result = await apiInstance.invoke("readContext get /context", {});
```
you can do:
```ts
const result = await apiInstance.invoke("readContext get /context");
```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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