@snabcentr/client-core 2.64.2 → 2.64.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snabcentr/client-core",
3
- "version": "2.64.2",
3
+ "version": "2.64.3",
4
4
  "author": "Snabcentr Ltd.",
5
5
  "repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-core-lib",
6
6
  "license": "Commercial",
@@ -123,7 +123,7 @@ export declare class ScSeoService {
123
123
  * @param defaultDescription Описание страницы используемое в случае отсутствия описания в SEO-ресурсе.
124
124
  * @param defaultKeyWords Ключевые слова страницы используемые в случае отсутствия ключевых слов в SEO-ресурсе.
125
125
  */
126
- getGenerateSeoResource(seo: ScISeo | undefined, defaultTitle: string, defaultDescription?: string, defaultKeyWords?: string): ScISeo;
126
+ generateSeoResource(seo: ScISeo | undefined, defaultTitle: string, defaultDescription?: string, defaultKeyWords?: string): ScISeo;
127
127
  /**
128
128
  * Устанавливает тег канонической страницы <link rel="canonical" href="..." />.
129
129
  *