@placekit/autocomplete-js
Advanced tools
Comparing version 2.1.5 to 2.1.6
@@ -1,2 +0,2 @@ | ||
/*! @placekit/autocomplete-js v2.1.5 | © placekit.io | MIT license | https://github.com/placekit/autocomplete-js#readme */ | ||
/*! @placekit/autocomplete-js v2.1.6 | © placekit.io | MIT license | https://github.com/placekit/autocomplete-js#readme */ | ||
import type { PKOptions, PKResult } from '@placekit/client-js'; | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "@placekit/autocomplete-js", | ||
"version": "2.1.5", | ||
"version": "2.1.6", | ||
"author": "PlaceKit <support@placekit.io>", | ||
@@ -46,9 +46,9 @@ "description": "PlaceKit Autocomplete JavaScript library", | ||
"autoprefixer": "^10.4.16", | ||
"eslint": "^8.53.0", | ||
"eslint": "^8.55.0", | ||
"eslint-config-google": "^0.14.0", | ||
"npm-watch": "^0.11.0", | ||
"postcss": "^8.4.31", | ||
"postcss": "^8.4.32", | ||
"postcss-banner": "^4.0.1", | ||
"rimraf": "^5.0.5", | ||
"rollup": "^4.3.1", | ||
"rollup": "^4.7.0", | ||
"rollup-plugin-cleanup": "^3.2.1", | ||
@@ -55,0 +55,0 @@ "rollup-plugin-copy": "^3.5.0", |
@@ -49,4 +49,4 @@ <h1 align="center"> | ||
```html | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@placekit/autocomplete-js@2.1.4/dist/placekit-autocomplete.min.css" /> | ||
<script src="https://cdn.jsdelivr.net/npm/@placekit/autocomplete-js@2.1.4"></script> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@placekit/autocomplete-js@2.1.5/dist/placekit-autocomplete.min.css" /> | ||
<script src="https://cdn.jsdelivr.net/npm/@placekit/autocomplete-js@2.1.5"></script> | ||
``` | ||
@@ -70,3 +70,3 @@ | ||
<script type="module"> | ||
import placekitAutocomplete from 'https://cdn.jsdelivr.net/npm/@placekit/autocomplete-js@2.1.4/dist/placekit-autocomplete.esm.js'; | ||
import placekitAutocomplete from 'https://cdn.jsdelivr.net/npm/@placekit/autocomplete-js@2.1.5/dist/placekit-autocomplete.esm.js'; | ||
const pka = placekitAutocomplete(/* ... */); | ||
@@ -73,0 +73,0 @@ // ... |
Sorry, the diff of this file is too big to display
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 too big to display
284138
6997