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-20230917162914 to 0.0.0-canary-20231020145754

8

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

@@ -45,5 +45,5 @@ "author": "Shopware",

"unbuild": "^2.0.0",
"vitest": "^0.34.3",
"@shopware/api-gen": "0.0.0-canary-20230917162914",
"eslint-config-shopware": "0.0.0-canary-20230917162914",
"vitest": "^0.34.6",
"@shopware/api-gen": "0.0.0-canary-20231020145754",
"eslint-config-shopware": "0.0.0-canary-20231020145754",
"tsconfig": "0.0.0"

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

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

// You can pick types of your current API version, the default one:
import {
import type {
operationPaths,

@@ -39,3 +39,3 @@ operations,

// or (specific version):
import {
import type {
operationPaths,

@@ -87,3 +87,3 @@ operations,

} from "@shopware/api-client";
import {
import type {
operationPaths,

@@ -192,22 +192,6 @@ operations,

### Latest changes: 0.0.0-canary-20230917162914
### Latest changes: 0.0.0-canary-20231020145754
### Minor Changes
- [#371](https://github.com/shopware/frontends/pull/371) [`83c94e9b`](https://github.com/shopware/frontends/commit/83c94e9bb609533c4a1275cbf3822b0fc2ea1dd5) Thanks [@patzick](https://github.com/patzick)! - New method `createAdminAPIClient` supporting Admin API πŸ…°πŸ…ΏπŸ…Έ
- [#373](https://github.com/shopware/frontends/pull/373) [`5510bb02`](https://github.com/shopware/frontends/commit/5510bb028b1fea4c63d677850f50bb7b5a1cf01a) Thanks [@patzick](https://github.com/patzick)! - Added `getSessionData` and `setSessionData` methods in admin API client for test purposes.
### Patch Changes
- [#385](https://github.com/shopware/frontends/pull/385) [`5d7e7973`](https://github.com/shopware/frontends/commit/5d7e7973437a4d74d19ec2fa0765c6d927bf8b2a) Thanks [@patzick](https://github.com/patzick)! - Dependency changes:
- Changed dependency _ofetch_ from **^1.2.1** to **^1.3.3**
- [#375](https://github.com/shopware/frontends/pull/375) [`bd88d6fa`](https://github.com/shopware/frontends/commit/bd88d6fa95de2b90f8a1e08e34159b46c5932b3b) Thanks [@patzick](https://github.com/patzick)! - Dependency changes:
- Changed dependency _ofetch_ from **^1.1.1** to **^1.2.1**
- [`15d6e696`](https://github.com/shopware/frontends/commit/15d6e69616bd9bc5ad32f2a5f697e00c45a94784) Thanks [@patzick](https://github.com/patzick)! - Emit cjs bundle
- [#371](https://github.com/shopware/frontends/pull/371) [`83c94e9b`](https://github.com/shopware/frontends/commit/83c94e9bb609533c4a1275cbf3822b0fc2ea1dd5) Thanks [@patzick](https://github.com/patzick)! - Deprecated `apiType` param in `createAPIClient`, for Admin API client use `createAdminAPIClient` instead.
- [#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 "..."`
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