1.1.1
This commit is contained in:
2
dist/places.d.ts
vendored
2
dist/places.d.ts
vendored
@@ -83,7 +83,7 @@ export interface PlacesClient {
|
|||||||
/**
|
/**
|
||||||
* Store a place.
|
* Store a place.
|
||||||
* Generates ID and Geohash if missing.
|
* Generates ID and Geohash if missing.
|
||||||
* Path structure: <geohash-prefix-2>/<geohash-prefix-2>/<id>
|
* Path structure: `<geohash-prefix-2>/<geohash-prefix-2>/<id>`
|
||||||
*
|
*
|
||||||
* @param placeData - The data of the place to store.
|
* @param placeData - The data of the place to store.
|
||||||
* @returns The stored place object.
|
* @returns The stored place object.
|
||||||
|
|||||||
2
dist/places.js
vendored
2
dist/places.js
vendored
@@ -71,7 +71,7 @@ const Places = function (privateClient /*, publicClient: BaseClient */) {
|
|||||||
/**
|
/**
|
||||||
* Store a place.
|
* Store a place.
|
||||||
* Generates ID and Geohash if missing.
|
* Generates ID and Geohash if missing.
|
||||||
* Path structure: <geohash-prefix-2>/<geohash-prefix-2>/<id>
|
* Path structure: `<geohash-prefix-2>/<geohash-prefix-2>/<id>`
|
||||||
*/
|
*/
|
||||||
store: async function (placeData) {
|
store: async function (placeData) {
|
||||||
const place = preparePlace(placeData);
|
const place = preparePlace(placeData);
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@remotestorage/module-places",
|
"name": "@remotestorage/module-places",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@remotestorage/module-places",
|
"name": "@remotestorage/module-places",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"latlon-geohash": "^2.0.0",
|
"latlon-geohash": "^2.0.0",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@remotestorage/module-places",
|
"name": "@remotestorage/module-places",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"description": "Manage favorite/saved places",
|
"description": "Manage favorite/saved places",
|
||||||
"homepage": "https://gitea.kosmos.org/raucao/remotestorage-module-places#remotestoragemodule-places",
|
"homepage": "https://gitea.kosmos.org/raucao/remotestorage-module-places#remotestoragemodule-places",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user