Skip to content

Commit b91a68b

Browse files
committed
add and integrate conv search method
1 parent 6dde7a5 commit b91a68b

File tree

4 files changed

+238
-131
lines changed

4 files changed

+238
-131
lines changed

dist/addsearch-js-client.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
],
1818
"homepage": "https://www.addsearch.com/",
1919
"bugs": "https://github.com/AddSearch/js-client-library/issues",
20+
"license": "MIT",
2021
"author": {
2122
"name": "AddSearch",
2223
"url": "https://www.addsearch.com"
@@ -42,10 +43,10 @@
4243
},
4344
"dependencies": {
4445
"axios": "^1.7.2",
46+
"buffer": "^6.0.3",
4547
"es6-promise": "^4.2.8",
4648
"js-base64": "^3.6.0",
47-
"uuid": "^9.0.0",
48-
"buffer": "^6.0.3"
49+
"uuid": "^9.0.0"
4950
},
5051
"devDependencies": {
5152
"@babel/cli": "^7.23.9",

0 commit comments

Comments
 (0)