Skip to content

Commit

Permalink
Merge pull request #63 from visenze/develop
Browse files Browse the repository at this point in the history
[ES-8615] Bump tracking package version
  • Loading branch information
Sisyphus25 authored Nov 7, 2023
2 parents b72e1f3 + 8aea993 commit ed36563
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "visearch-javascript-sdk",
"version": "4.0.2",
"version": "4.0.3",
"description": "JavaScript SDK for ViSearch of visenze.com",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -59,6 +59,6 @@
"lodash.find": "^4.6.0",
"lodash.isfunction": "^3.0.9",
"node-fetch": "^2.6.11",
"visenze-tracking-javascript": "^2.0.0"
"visenze-tracking-javascript": "^2.0.1"
}
}
6 changes: 3 additions & 3 deletions types/shared.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@ export interface Product {

export interface ObjectProductResponse extends ProductType {
id: string;
category: string;
name: string;
category?: string;
name?: string;
excluded_pids?: string[];
total: number;
total?: number;
result: Product[];
facets?: Facet[];
group_results?: GroupProductResponse[];
Expand Down

0 comments on commit ed36563

Please sign in to comment.