meilisearch
Advanced tools
Comparing version 0.8.1 to 0.8.7
{ | ||
"name": "meilisearch", | ||
"version": "0.8.1", | ||
"version": "0.8.7", | ||
"description": "The MeiliSearch JS client for Node.js and the browser.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
# MeiliSearch Javascript Client | ||
[![NPM version](https://img.shields.io/npm/v/@meilisearch/meili-api.svg)](https://www.npmjs.com/package/@meilisearch/meili-api) | ||
[![NPM version](https://img.shields.io/npm/v/meilisearch.svg)](https://www.npmjs.com/package/meilisearch) | ||
[![Standard Version](https://img.shields.io/badge/release-standard%20version-brightgreen.svg)](https://github.com/conventional-changelog/standard-version) | ||
@@ -17,7 +17,7 @@ [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) | ||
```sh | ||
npm install @meilisearch/meili-api | ||
npm install meilisearch | ||
``` | ||
```sh | ||
yarn add @meilisearch/meili-api | ||
yarn add meilisearch | ||
``` | ||
@@ -42,3 +42,3 @@ | ||
```js | ||
const Meili = require('@meilisearch/meili-api') | ||
const Meili = require('meilisearch') | ||
@@ -45,0 +45,0 @@ // Credentials of your MeiliSearch Instance |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1074253