@felvin-search/core
Advanced tools
Comparing version 1.53.0 to 1.54.0
{ | ||
"name": "@felvin-search/core", | ||
"description": "Core utilities for instant apps.", | ||
"version": "1.53.0", | ||
"version": "1.54.0", | ||
"main": "./dist/index.cjs.js", | ||
@@ -14,3 +14,3 @@ "scripts": { | ||
"devDependencies": { | ||
"@felvin-search/cli": "^1.53.0", | ||
"@felvin-search/cli": "^1.54.0", | ||
"@types/jest": "^27.0.2", | ||
@@ -17,0 +17,0 @@ "depcheck": "^1.4.2", |
@@ -25,3 +25,3 @@ /** | ||
* @param apiVersion (Optional) Default is `instant-apps@v1` | ||
* @param id A unique id of the app, usually its npm package name e.g. @felvin-search-apps/<app-name> | ||
* @param id A unique id of the app, usually its npm package name e.g. @felvin-community/<app-name> | ||
* @param queryToData Function which acts as an entry point of the app, and is used to | ||
@@ -28,0 +28,0 @@ * convert a search query into data that could be rendered for the user. |
9934