diff --git a/dist/places.d.ts b/dist/places.d.ts index 138c499..d127c6a 100644 --- a/dist/places.d.ts +++ b/dist/places.d.ts @@ -83,7 +83,7 @@ export interface PlacesClient { /** * Store a place. * Generates ID and Geohash if missing. - * Path structure: // + * Path structure: `//` * * @param placeData - The data of the place to store. * @returns The stored place object. diff --git a/dist/places.js b/dist/places.js index 885817d..a552e0c 100644 --- a/dist/places.js +++ b/dist/places.js @@ -71,7 +71,7 @@ const Places = function (privateClient /*, publicClient: BaseClient */) { /** * Store a place. * Generates ID and Geohash if missing. - * Path structure: // + * Path structure: `//` */ store: async function (placeData) { const place = preparePlace(placeData); diff --git a/package-lock.json b/package-lock.json index da6ebb1..bf779fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@remotestorage/module-places", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@remotestorage/module-places", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "dependencies": { "latlon-geohash": "^2.0.0", diff --git a/package.json b/package.json index e9c590f..5ee6631 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@remotestorage/module-places", - "version": "1.1.0", + "version": "1.1.1", "description": "Manage favorite/saved places", "homepage": "https://gitea.kosmos.org/raucao/remotestorage-module-places#remotestoragemodule-places", "repository": {