Skip to content
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

Commit 9c985c3

Browse files
authored
Fix/fixed typehinting (#8)
* Fixed include class namespace * Updated version
1 parent 8bc6c93 commit 9c985c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apisearch",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Javascript client for Apisearch.",
55
"main": "./dist/apisearch.js",
66
"scripts": {

src/Result/Result.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Item from "../Model/Item";
2-
import Aggregation from "../Query/Aggregation";
2+
import Aggregation from "../Result/Aggregation";
33
import Query from "../Query/Query";
44
import Aggregations from "./Aggregations";
55
/**

0 commit comments

Comments
 (0)