@friendsofshopware/app-server-sdk
Advanced tools
Comparing version 0.0.30 to 0.0.31
@@ -35,3 +35,3 @@ import { HttpClient } from "./http-client.js"; | ||
} | ||
class Context { | ||
export class Context { | ||
constructor(shop, payload, httpClient) { | ||
@@ -38,0 +38,0 @@ Object.defineProperty(this, "shop", { |
@@ -5,1 +5,2 @@ export { AppServer } from "./app.js"; | ||
export { AbstractHmacSigner, WebCryptoHmacSigner } from "./signer.js"; | ||
export { Context } from "./context-resolver.js"; |
@@ -5,3 +5,3 @@ { | ||
"name": "@friendsofshopware/app-server-sdk", | ||
"version": "0.0.30", | ||
"version": "0.0.31", | ||
"description": "Shopware App Server SDK", | ||
@@ -8,0 +8,0 @@ "keywords": [ |
@@ -10,3 +10,3 @@ import { AppServer } from "./app.js"; | ||
} | ||
declare class Context { | ||
export declare class Context { | ||
shop: ShopInterface; | ||
@@ -17,2 +17,1 @@ payload: any; | ||
} | ||
export {}; |
@@ -7,1 +7,2 @@ export { AppServer } from "./app.js"; | ||
export { AbstractHmacSigner, WebCryptoHmacSigner } from "./signer.js"; | ||
export { Context } from "./context-resolver.js"; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23009
571