vue-maplibre-gl
Advanced tools
Comparing version 1.0.0-beta.1 to 1.0.0-beta.2
@@ -1912,5 +1912,6 @@ 'use strict';var vue=require('vue'),maplibreGl=require('maplibre-gl');function _classCallCheck(instance, Constructor) { | ||
var key = componentName; | ||
var val = component; | ||
var val = component; // @ts-ignore | ||
install[key] = val; | ||
} | ||
});module.exports=install; |
{ | ||
"name": "vue-maplibre-gl", | ||
"version": "1.0.0-beta.1", | ||
"version": "1.0.0-beta.2", | ||
"description": "Vue 3 plugin for maplibre-gl", | ||
@@ -10,6 +10,9 @@ "keywords": [ | ||
"vue3js", | ||
"component", | ||
"vue-component", | ||
"vue3-component", | ||
"maplibre", | ||
"maplibre-gl" | ||
"maplibre-gl", | ||
"map", | ||
"maptiler" | ||
], | ||
@@ -33,3 +36,4 @@ "author": { | ||
"dist/*", | ||
"src/**/*.vue" | ||
"src/**/*.vue", | ||
"src/css/*" | ||
], | ||
@@ -70,5 +74,6 @@ "sideEffects": false, | ||
"minimist": "^1.2.5", | ||
"node-sass": "^6.0.1", | ||
"postcss": "^8.3.6", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.56.2", | ||
"rollup": "^2.56.3", | ||
"rollup-plugin-analyzer": "^4.0.0", | ||
@@ -80,3 +85,3 @@ "rollup-plugin-postcss": "^4.0.1", | ||
"rollup-plugin-vue": "^6.0.0", | ||
"sass": "^1.38.0", | ||
"sass": "^1.38.1", | ||
"sass-loader": "^10.2.0", | ||
@@ -83,0 +88,0 @@ "ttypescript": "^1.5.12", |
# vue-maplibre-gl | ||
![npm](https://img.shields.io/npm/v/vue-maplibre-gl.svg?style=flat-square) | ||
[![npm](https://img.shields.io/npm/v/vue-maplibre-gl.svg?style=flat-square)](https://www.npmjs.com/package/vue-maplibre-gl) | ||
[![TypeScript](https://img.shields.io/badge/-Typescript-informational?style=flat-square)](https://www.typescriptlang.org/) | ||
@@ -10,2 +10,4 @@ [![vue2](https://img.shields.io/badge/vue-3.x-brightgreen.svg?style=flat-square)](https://vuejs.org/) | ||
Size: [31 KB](https://bundlephobia.com/package/vue-maplibre-gl) | ||
## Table of contents | ||
@@ -75,2 +77,3 @@ | ||
- [ ] Generate separate css file to be included (currently, you have to use scss) | ||
- [ ] Usage examples | ||
@@ -77,0 +80,0 @@ - [ ] Demo |
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
664803
45
86
36