From 4271d6871c41250342d44166008a9cabab27fbe1 Mon Sep 17 00:00:00 2001 From: Karyakin Dmitry <karyakin@perx.ru> Date: Mon, 6 May 2024 09:55:57 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D1=8F=20perxis-js?= =?UTF-8?q?=20=D0=B4=D0=BB=D1=8F=20=D0=BF=D0=BE=D0=B4=D0=B4=D0=B5=D1=80?= =?UTF-8?q?=D0=B6=D0=BA=D0=B8=20search=5Fscore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- config/package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a39130c..2fb4ce6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .idea /node_modules/**/* node_modules -dist \ No newline at end of file +dist +.DS_Store \ No newline at end of file diff --git a/config/package.json b/config/package.json index a09f0ff..2a2a617 100644 --- a/config/package.json +++ b/config/package.json @@ -1,6 +1,6 @@ { "name": "@perxis-js/perxis-client", - "version": "1.4.1", + "version": "1.4.2", "description": "", "main": "dist/index.js", "files": [ -- GitLab