@nuxtjs/leaflet
Advanced tools
Comparing version 1.0.14 to 1.1.0
import * as _nuxt_schema from '@nuxt/schema'; | ||
interface ModuleOptions { | ||
markerCluster?: boolean; | ||
} | ||
@@ -8,2 +9,2 @@ declare const components: string[]; | ||
export { ModuleOptions, components, _default as default }; | ||
export { type ModuleOptions, components, _default as default }; |
{ | ||
"name": "nuxt-leaflet", | ||
"configKey": "nuxtLeaflet", | ||
"configKey": "leaflet", | ||
"compatibility": { | ||
"nuxt": ">=3.0.0" | ||
}, | ||
"version": "1.0.14" | ||
"version": "1.1.0", | ||
"builder": { | ||
"@nuxt/module-builder": "0.8.1", | ||
"unbuild": "2.0.0" | ||
} | ||
} |
@@ -1,15 +0,1 @@ | ||
import { ModuleOptions } from './module' | ||
declare module '@nuxt/schema' { | ||
interface NuxtConfig { ['nuxtLeaflet']?: Partial<ModuleOptions> } | ||
interface NuxtOptions { ['nuxtLeaflet']?: ModuleOptions } | ||
} | ||
declare module 'nuxt/schema' { | ||
interface NuxtConfig { ['nuxtLeaflet']?: Partial<ModuleOptions> } | ||
interface NuxtOptions { ['nuxtLeaflet']?: ModuleOptions } | ||
} | ||
export { ModuleOptions, components, default } from './module' | ||
export { type ModuleOptions, type components, default } from './module' |
{ | ||
"name": "@nuxtjs/leaflet", | ||
"version": "1.0.14", | ||
"version": "1.1.0", | ||
"description": "Nuxt module for Leaflet", | ||
@@ -39,3 +39,3 @@ "homepage": "https://leaflet.nuxtjs.org", | ||
"dependencies": { | ||
"@types/leaflet": "^1.9.3", | ||
"@types/leaflet": "^1.9.12", | ||
"@vue-leaflet/vue-leaflet": "^0.10.1", | ||
@@ -46,15 +46,18 @@ "leaflet": "^1.9.4" | ||
"@nuxt/devtools": "latest", | ||
"@nuxt/eslint-config": "^0.1.1", | ||
"@nuxt/kit": "^3.11.2", | ||
"@nuxt/module-builder": "^0.4.0", | ||
"@nuxt/schema": "^3.5.2", | ||
"@nuxt/test-utils": "^3.5.1", | ||
"@types/node": "^18", | ||
"caniuse-lite": "^1.0.30001625", | ||
"changelogen": "^0.5.3", | ||
"eslint": "^8.42.0", | ||
"nuxt": "^3.5.1", | ||
"vitepress": "^1.1.3", | ||
"vitest": "^1.5.2" | ||
"@nuxt/eslint-config": "^0.3.13", | ||
"@nuxt/kit": "^3.12.4", | ||
"@nuxt/module-builder": "^0.8.1", | ||
"@nuxt/schema": "^3.12.4", | ||
"@nuxt/test-utils": "^3.14.0", | ||
"@nuxt/ui": "^2.18.2", | ||
"@types/node": "^20.14.12", | ||
"@typescript-eslint/eslint-plugin": "^7.17.0", | ||
"caniuse-lite": "^1.0.30001643", | ||
"changelogen": "^0.5.5", | ||
"eslint": "^8.57.0", | ||
"leaflet.markercluster": "^1.5.3", | ||
"nuxt": "^3.12.4", | ||
"vitepress": "^1.3.1", | ||
"vitest": "^2.0.4" | ||
} | ||
} |
@@ -0,1 +1,3 @@ | ||
[![@nuxtjs/leaflet](./docs/public/cover.png)](https://leaflet.nuxtjs.org) | ||
# Nuxt Leaflet | ||
@@ -2,0 +4,0 @@ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
19225
12
108
102
0
16
Updated@types/leaflet@^1.9.12