@devbookhq/extension
Advanced tools
Comparing version 0.0.17 to 0.0.18
@@ -91,10 +91,10 @@ "use strict"; | ||
route: '/entry/query', | ||
data: { | ||
params: { | ||
indexes: indexes, | ||
query: query, | ||
}, | ||
params: { | ||
pageSize: pageSize, | ||
pageNumber: pageNumber, | ||
}, | ||
data: { | ||
query: query, | ||
}, | ||
})]; | ||
@@ -109,5 +109,6 @@ }); | ||
method: 'GET', | ||
route: "/entry/" + id, | ||
data: { | ||
route: "/entry", | ||
params: { | ||
index: index, | ||
entryID: id, | ||
}, | ||
@@ -125,6 +126,4 @@ })]; | ||
route: '/entry', | ||
data: { | ||
params: { | ||
index: index, | ||
}, | ||
params: { | ||
pageSize: pageSize, | ||
@@ -131,0 +130,0 @@ pageID: pageID, |
{ | ||
"name": "@devbookhq/extension", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"lockfileVersion": 1, | ||
@@ -5,0 +5,0 @@ "requires": true, |
{ | ||
"name": "@devbookhq/extension", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"description": "Add search functionality to Devbook with custom extensions", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
61705
906