Skip to content

Commit ec81ec9

Browse files
committed
Improve Typescript support
1 parent 757d8bf commit ec81ec9

3 files changed

Lines changed: 798 additions & 792 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The library is [UMD](https://github.com/umdjs/umd) compatible.
1515
You can download [recombee-api-client.min.js](./dist/recombee-api-client.min.js) and host it at your site, or use a CDN such as [jsDelivr](https://www.jsdelivr.com/) CDN:
1616

1717
```js
18-
<script src="https://cdn.jsdelivr.net/gh/recombee/js-api-client@4.1.2/dist/recombee-api-client.min.js"></script>
18+
<script src="https://cdn.jsdelivr.net/gh/recombee/js-api-client@4.1.3/dist/recombee-api-client.min.js"></script>
1919
```
2020

2121
### npm
@@ -189,7 +189,7 @@ Let's assume we want to show recommendations at product page of pants `product-2
189189
</div>
190190
</div>
191191

192-
<script src="https://cdn.jsdelivr.net/gh/recombee/js-api-client@4.1.2/dist/recombee-api-client.min.js"></script>
192+
<script src="https://cdn.jsdelivr.net/gh/recombee/js-api-client@4.1.3/dist/recombee-api-client.min.js"></script>
193193

194194
<script type="text/javascript">
195195

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "recombee-js-api-client",
3-
"version": "4.1.2",
3+
"version": "4.1.3",
44
"description": "Client-side js library for easy use of the Recombee recommendation API",
55
"browser": "./src/index.js",
66
"types": "src/index.d.ts",

0 commit comments

Comments
 (0)