@quantumart/qp8-widget-platform-shell-core
Advanced tools
Comparing version 8.0.10 to 8.0.11
import React from 'react'; | ||
import { IAppSettingsShell } from './app-settings-shell-models'; | ||
export declare const AppSettingsShellContext: React.Context<IAppSettingsShell>; | ||
export declare const useAppSettingsShell: () => IAppSettingsShell; | ||
export declare const useAppSettingsShell: <T extends IAppSettingsShell = IAppSettingsShell>() => T; |
@@ -25,4 +25,4 @@ export interface IGraphQLSettings { | ||
readonly useDynamicModules?: boolean; | ||
readonly publicPath: string; | ||
readonly baseURL: string; | ||
readonly ssr?: ISSRSettings; | ||
} |
@@ -8,4 +8,4 @@ import { SiteNode } from '../api-clients/widget-platform-api'; | ||
} | ||
type convertingUrlHandler = (path: string, node: SiteNode) => { | ||
path: string; | ||
type convertingUrlHandler = (link: string, node: SiteNode) => { | ||
link: string; | ||
additionalData?: unknown; | ||
@@ -12,0 +12,0 @@ }; |
{ | ||
"name": "@quantumart/qp8-widget-platform-shell-core", | ||
"version": "8.0.10", | ||
"version": "8.0.11", | ||
"description": "Данный пакет содержит основную логику для работы qp8-widget-platform-shell", | ||
@@ -5,0 +5,0 @@ "main": "dist/main.js", |
Sorry, the diff of this file is too big to display
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
865576