nuxt-cms-engine
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -5,2 +5,4 @@ # Changelog | ||
### [4.0.2](https://github.com/exoort/nuxt-cms-engine/compare/v4.0.1...v4.0.2) (2022-07-16) | ||
### [4.0.1](https://github.com/exoort/nuxt-cms-engine/compare/v4.0.0...v4.0.1) (2022-07-16) | ||
@@ -7,0 +9,0 @@ |
@@ -6,3 +6,3 @@ import {ICms, ICmsLayout, ICmsPage, ICmsRoute, ICmsStructure} from "../../types"; | ||
static getRouteParams(url: string, cmsUrl: string): Record<string, string>; | ||
static getDetectBy(url: string): string[]; | ||
static getDetectBy(url: string, mockDynamic?: boolean): string[]; | ||
static getFullUrlParts (url: string, limit?: number): string[]; | ||
@@ -9,0 +9,0 @@ static getDefaultPage(): ICmsPage; |
{ | ||
"name": "nuxt-cms-engine", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "CMS engine for nuxt framework", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
30259