piral-search
Advanced tools
Comparing version 0.9.2-pre.796 to 0.9.2-pre.799
{ | ||
"name": "piral-search", | ||
"version": "0.9.2-pre.796", | ||
"version": "0.9.2-pre.799", | ||
"description": "Plugin for centralizing search in Piral.", | ||
@@ -13,2 +13,3 @@ "keywords": [ | ||
"plugin", | ||
"plugin-component", | ||
"search", | ||
@@ -40,3 +41,3 @@ "filter" | ||
"devDependencies": { | ||
"piral-core": "^0.9.2-pre.796" | ||
"piral-core": "^0.9.2-pre.799" | ||
}, | ||
@@ -46,3 +47,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "b23724f27bc5ec384c0f2c1bbb6766aaf32b5596" | ||
"gitHead": "2853163131053dedca749cee0d2e12ab980a82a4" | ||
} |
@@ -29,3 +29,3 @@ [![Piral Logo](https://github.com/smapiot/piral/raw/master/docs/assets/logo.png)](https://piral.io) | ||
```tsx | ||
```ts | ||
import { createSearchApi } from 'piral-search'; | ||
@@ -36,3 +36,3 @@ ``` | ||
```tsx | ||
```ts | ||
const instance = createInstance({ | ||
@@ -49,3 +49,3 @@ // important part | ||
```tsx | ||
```jsx | ||
const instance = createInstance({ | ||
@@ -52,0 +52,0 @@ // important part |
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
60489