@commercetools/frontend-sdk
Advanced tools
Comparing version 1.7.3 to 1.7.4
## Version 1.7.4 (2023-04-24) | ||
* Merge branch 'master' of https://github.com/FrontasticGmbH/frontastic | ||
* Added ServerOptions type to index export | ||
## Version 1.7.3 (2023-04-24) | ||
@@ -9,3 +15,2 @@ | ||
* Updated version | ||
@@ -12,0 +17,0 @@ |
@@ -9,7 +9,6 @@ export { rememberMeCookie, serverSession } from './helpers/cookieManagement.js'; | ||
export { SDKResponse } from './library/types.js'; | ||
export { ServerOptions } from './cookieHandling/types.js'; | ||
import 'http'; | ||
import './library/EventManager.js'; | ||
import './types/api/page/index.js'; | ||
import './cookieHandling/types.js'; | ||
import 'cookie'; | ||
import './types/Query.js'; | ||
@@ -21,1 +20,2 @@ import './types/api/page/PageFolderListResponse.js'; | ||
import './types/api/page/PageViewData.js'; | ||
import 'cookie'; |
{ | ||
"name": "@commercetools/frontend-sdk", | ||
"version": "1.7.3", | ||
"version": "1.7.4", | ||
"license": "UNLICENSED", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
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
245700