nuxt-jsonld
Advanced tools
Comparing version 2.0.6 to 2.0.7
import * as _app from '#app'; | ||
declare const _default: _app.Plugin<unknown>; | ||
declare const _default: _app.Plugin<Record<string, any>>; | ||
export { _default as default }; |
{ | ||
"name": "nuxt-jsonld", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "manage JSON-LD in Vue component.", | ||
@@ -45,3 +45,3 @@ "repository": "ssh://git@github.com/ymmooot/nuxt-jsonld.git", | ||
"codecov": "^3.8.3", | ||
"cypress": "^10.1.0", | ||
"cypress": "^11.0.1", | ||
"esbuild": "^0.15.3", | ||
@@ -53,3 +53,3 @@ "esbuild-jest": "^0.5.0", | ||
"jest": "^29.0.1", | ||
"nuxt": "3.0.0-rc.8", | ||
"nuxt": "^3.0.0", | ||
"prettier": "^2.5.1", | ||
@@ -56,0 +56,0 @@ "shipjs": "0.24.4", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
10149
12
147