@samk-dev/nuxt-vcalendar
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@samk-dev/nuxt-vcalendar", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"configKey": "vcalendar", | ||
@@ -8,3 +8,7 @@ "compatibility": { | ||
"nuxt": "^3.0.0" | ||
}, | ||
"builder": { | ||
"@nuxt/module-builder": "0.8.1", | ||
"unbuild": "2.0.0" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
declare const _default: any; | ||
declare const _default: import("#app").Plugin<Record<string, unknown>> & import("#app").ObjectPlugin<Record<string, unknown>>; | ||
export default _default; |
@@ -1,16 +0,1 @@ | ||
import type { ModuleOptions } from './module' | ||
declare module '@nuxt/schema' { | ||
interface NuxtConfig { ['vcalendar']?: Partial<ModuleOptions> } | ||
interface NuxtOptions { ['vcalendar']?: ModuleOptions } | ||
} | ||
declare module 'nuxt/schema' { | ||
interface NuxtConfig { ['vcalendar']?: Partial<ModuleOptions> } | ||
interface NuxtOptions { ['vcalendar']?: ModuleOptions } | ||
} | ||
export type { Defaults, ModuleOptions, VCalendarComponents, default } from './module' | ||
export { type Defaults, type ModuleOptions, type VCalendarComponents, default } from './module' |
{ | ||
"name": "@samk-dev/nuxt-vcalendar", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Integrates V Calendar in Nuxt", | ||
@@ -44,3 +44,3 @@ "repository": "samk-dev/nuxt-vcalendar", | ||
"dependencies": { | ||
"@nuxt/kit": "^3.11.2", | ||
"@nuxt/kit": "^3.12.3", | ||
"@popperjs/core": "^2.11.8", | ||
@@ -50,13 +50,13 @@ "v-calendar": "^3.1.2" | ||
"devDependencies": { | ||
"@commitlint/cli": "^19.2.1", | ||
"@commitlint/config-conventional": "^19.1.0", | ||
"@nuxt/module-builder": "^0.5.5", | ||
"@nuxt/schema": "^3.11.2", | ||
"@commitlint/cli": "^19.3.0", | ||
"@commitlint/config-conventional": "^19.2.2", | ||
"@nuxt/module-builder": "^0.8.1", | ||
"@nuxt/schema": "^3.12.3", | ||
"@samk-dev/eslint-config": "^1.0.6", | ||
"@samk-dev/prettier-config": "^1.0.4", | ||
"@types/node": "^20.12.4", | ||
"@types/node": "^20.14.10", | ||
"changelogen": "^0.5.5", | ||
"husky": "^9.0.11", | ||
"lint-staged": "^15.2.2", | ||
"nuxt": "^3.11.2" | ||
"lint-staged": "^15.2.7", | ||
"nuxt": "^3.12.3" | ||
}, | ||
@@ -63,0 +63,0 @@ "overrides": { |
Sorry, the diff of this file is not supported yet
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
12389
140
Updated@nuxt/kit@^3.12.3