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

@commercetools/frontend-sdk

Package Overview
Dependencies
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercetools/frontend-sdk - npm Package Compare versions

Comparing version 1.11.0 to 1.11.1

lib/chunk-6PIET4CY.mjs

5

CHANGELOG.md
## Version 1.11.1 (2024-04-24)
* Reverted PageAPI interfaces to types due to unintended breaking change
## Version 1.11.0 (2024-04-24)

@@ -3,0 +8,0 @@

4

lib/types/api/page/PageApi.d.ts

@@ -13,3 +13,3 @@ import { ServerOptions } from '../../cookieHandling/ServerOptions.js';

interface PageApi {
type PageApi = {
/**

@@ -57,4 +57,4 @@ * The method to get page data from the API-hub.

}) => Promise<SDKResponse<PageFolderListResponse>>;
}
};
export { PageApi };
import { PageFolder } from '@frontastic/extension-types';
interface PageFolderListResponse {
type PageFolderListResponse = {
pageFolderStructure: Omit<PageFolder, "isDynamic">[];
}
};
export { PageFolderListResponse };

@@ -5,6 +5,6 @@ import { PageResponse } from './PageResponse.js';

interface PagePreviewResponse extends PageResponse {
type PagePreviewResponse = PageResponse & {
previewId: string;
}
};
export { PagePreviewResponse };
import { Page, PageFolder } from '@frontastic/extension-types';
import { PageViewData } from './PageViewData.js';
interface PageResponse {
type PageResponse = {
page: Page;
pageFolder: PageFolder;
data: PageViewData;
}
};
export { PageResponse };

@@ -1,2 +0,2 @@

interface PageViewData {
type PageViewData = {
dataSources: {

@@ -11,4 +11,4 @@ [id: string]: {

};
}
};
export { PageViewData };
{
"name": "@commercetools/frontend-sdk",
"version": "1.11.0",
"version": "1.11.1",
"license": "UNLICENSED",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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 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 not supported yet

Sorry, the diff of this file is not supported yet

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