nuxt-cms-engine
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -5,2 +5,4 @@ # Changelog | ||
### [1.0.6](https://github.com/exoort/nuxt-cms-engine/compare/v1.0.5...v1.0.6) (2022-05-26) | ||
### [1.0.5](https://github.com/exoort/nuxt-cms-engine/compare/v1.0.4...v1.0.5) (2022-05-26) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "nuxt-cms-engine", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "CMS engine for nuxt framework", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -20,3 +20,3 @@ import {Module} from "@nuxt/types"; | ||
title: string; | ||
meta: ICmsMeta[]; | ||
meta: ICmsMeta; | ||
} | ||
@@ -23,0 +23,0 @@ |
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
14227