Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-js
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perxis
perxis-js
Compare revisions
009320ecfda703c0828b7fed48f37a524e600252 to 5dbcd40c4865dc14c4a779d2bdd1c9332d385909
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
perxis/perxis-js
Select target project
No results found
5dbcd40c4865dc14c4a779d2bdd1c9332d385909
Select Git revision
Branches
master
1 result
Swap
Target
perxis/perxis-js
Select target project
perxis/perxis-js
1 result
009320ecfda703c0828b7fed48f37a524e600252
Select Git revision
Branches
master
1 result
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Обновлена версия perxis-js для поддержки search_score
· 4271d687
Karyakin Dmitry
authored
1 year ago
and
Pavel Antonov
committed
1 year ago
4271d687
Merge branch 'chore/PRXS-2470-2445-SearchScore' into 'master'
· 5dbcd40c
Pavel Antonov
authored
1 year ago
Обновлена версия perxis-js для поддержки search_score See merge request
!18
5dbcd40c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+2
-1
2 additions, 1 deletion
.gitignore
config/package.json
+1
-1
1 addition, 1 deletion
config/package.json
with
3 additions
and
2 deletions
.gitignore
View file @
5dbcd40c
...
...
@@ -2,3 +2,4 @@
/node_modules/**/*
node_modules
dist
.DS_Store
\ No newline at end of file
This diff is collapsed.
Click to expand it.
config/package.json
View file @
5dbcd40c
{
"name"
:
"@perxis-js/perxis-client"
,
"version"
:
"1.4.
1
"
,
"version"
:
"1.4.
2
"
,
"description"
:
""
,
"main"
:
"dist/index.js"
,
"files"
:
[
...
...
This diff is collapsed.
Click to expand it.