From 8d2964659b312be4acc0da7f39216c93fba4c309 Mon Sep 17 00:00:00 2001 From: Sylvain Briat Date: Mon, 6 Nov 2023 10:05:10 +0100 Subject: [PATCH 1/2] remove match id from doc --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 171ee81..0a5393d 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,6 @@ If the matching is successful, you will get a result, containing : - **page**: the number of the page that is returned (may be different than the number of the required page, if number of results does not match with perPage parameter) - **perPage**: the number of results per page (as it may not be specified in the request) - **data**: an array of the results themselves, each including: - - **id**: an id for the result - **adId**: the id of the ad that matches - **role**: the role of the ad owner in that match - **distance**: the distance in metres of the resulting carpool From 75bb82094d65725118713cd545e8f16ad7dd7139 Mon Sep 17 00:00:00 2001 From: Sylvain Briat Date: Mon, 6 Nov 2023 10:05:24 +0100 Subject: [PATCH 2/2] 1.4.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index eef5e64..2af8294 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mobicoop/matcher", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mobicoop/matcher", - "version": "1.4.0", + "version": "1.4.1", "license": "AGPL", "dependencies": { "@grpc/grpc-js": "^1.9.9", diff --git a/package.json b/package.json index fa9d5e2..d7830e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mobicoop/matcher", - "version": "1.4.0", + "version": "1.4.1", "description": "Mobicoop V3 Matcher", "author": "sbriat", "private": true,