@samk-dev/nuxt-vcalendar
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -31,3 +31,3 @@ import * as _nuxt_schema from '@nuxt/schema'; | ||
* @description auto import v-calendar components | ||
* @default [] | ||
* @default '{ DatePicker: true, Calendar: true }' | ||
*/ | ||
@@ -38,2 +38,2 @@ autoImports: VCalendarComponents; | ||
export { ModuleOptions, VCalendarComponents, _default as default }; | ||
export { type ModuleOptions, type VCalendarComponents, _default as default }; |
{ | ||
"name": "@samk-dev/nuxt-vcalendar", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"configKey": "vcalendar", | ||
@@ -5,0 +5,0 @@ "compatibility": { |
import { ModuleOptions } from './module' | ||
import type { ModuleOptions } from './module' | ||
declare module '@nuxt/schema' { | ||
@@ -15,2 +16,2 @@ interface NuxtConfig { ['vcalendar']?: Partial<ModuleOptions> } | ||
export { ModuleOptions, VCalendarComponents, default } from './module' | ||
export type { ModuleOptions, VCalendarComponents, default } from './module' |
{ | ||
"name": "@samk-dev/nuxt-vcalendar", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Integrates V Calendar in Nuxt", | ||
@@ -45,3 +45,3 @@ "repository": "samk-dev/nuxt-vcalendar", | ||
"@popperjs/core": "^2.11.8", | ||
"v-calendar": "^3.1.0" | ||
"v-calendar": "^3.1.2" | ||
}, | ||
@@ -51,5 +51,4 @@ "devDependencies": { | ||
"@commitlint/config-conventional": "^17.7.0", | ||
"@nuxt/module-builder": "^0.4.0", | ||
"@nuxt/module-builder": "^0.5.4", | ||
"@nuxt/schema": "^3.6.5", | ||
"@nuxt/test-utils": "^3.6.5", | ||
"@samk-dev/eslint-config": "^1.0.5", | ||
@@ -61,4 +60,3 @@ "@samk-dev/prettier-config": "^1.0.3", | ||
"lint-staged": "^14.0.1", | ||
"nuxt": "^3.7.4", | ||
"vitest": "^0.31.4" | ||
"nuxt": "^3.8.2" | ||
}, | ||
@@ -65,0 +63,0 @@ "overrides": { |
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
11260
11
12
Updatedv-calendar@^3.1.2