@dalencatt/strapi-plugin-fuzzy-search-private 0.0.0-development → 4.0.0-beta-private.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/server/index.js +6 -2
- package/dist/server/index.mjs +6 -2
- package/package.json +1 -1
package/dist/server/index.js
CHANGED
|
@@ -342,7 +342,7 @@ const buildRestResponse = async (searchResults, auth, pagination, queriedContent
|
|
|
342
342
|
const modelNames = queriedContentTypes || Object.keys(pagination);
|
|
343
343
|
return await paginateRestResults(pagination, modelNames, resultsResponse);
|
|
344
344
|
};
|
|
345
|
-
const name = "strapi-plugin-fuzzy-search";
|
|
345
|
+
const name = "@dalencatt/strapi-plugin-fuzzy-search-private";
|
|
346
346
|
const version = "0.0.0-development";
|
|
347
347
|
const description = "Register a weighted fuzzy search endpoint for Strapi Headless CMS you can add your content types to in no time.";
|
|
348
348
|
const strapi$1 = {
|
|
@@ -390,6 +390,10 @@ const release = {
|
|
|
390
390
|
{
|
|
391
391
|
name: "beta",
|
|
392
392
|
prerelease: true
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
name: "beta-private",
|
|
396
|
+
prerelease: true
|
|
393
397
|
}
|
|
394
398
|
]
|
|
395
399
|
};
|
|
@@ -438,7 +442,7 @@ const engines = {
|
|
|
438
442
|
const license = "MIT";
|
|
439
443
|
const repository = {
|
|
440
444
|
type: "git",
|
|
441
|
-
url: "https://github.com/
|
|
445
|
+
url: "https://github.com/Moonlight63/strapi-plugin-fuzzy-search.git"
|
|
442
446
|
};
|
|
443
447
|
const keywords = [
|
|
444
448
|
"strapi",
|
package/dist/server/index.mjs
CHANGED
|
@@ -322,7 +322,7 @@ const buildRestResponse = async (searchResults, auth, pagination, queriedContent
|
|
|
322
322
|
const modelNames = queriedContentTypes || Object.keys(pagination);
|
|
323
323
|
return await paginateRestResults(pagination, modelNames, resultsResponse);
|
|
324
324
|
};
|
|
325
|
-
const name = "strapi-plugin-fuzzy-search";
|
|
325
|
+
const name = "@dalencatt/strapi-plugin-fuzzy-search-private";
|
|
326
326
|
const version = "0.0.0-development";
|
|
327
327
|
const description = "Register a weighted fuzzy search endpoint for Strapi Headless CMS you can add your content types to in no time.";
|
|
328
328
|
const strapi$1 = {
|
|
@@ -370,6 +370,10 @@ const release = {
|
|
|
370
370
|
{
|
|
371
371
|
name: "beta",
|
|
372
372
|
prerelease: true
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
name: "beta-private",
|
|
376
|
+
prerelease: true
|
|
373
377
|
}
|
|
374
378
|
]
|
|
375
379
|
};
|
|
@@ -418,7 +422,7 @@ const engines = {
|
|
|
418
422
|
const license = "MIT";
|
|
419
423
|
const repository = {
|
|
420
424
|
type: "git",
|
|
421
|
-
url: "https://github.com/
|
|
425
|
+
url: "https://github.com/Moonlight63/strapi-plugin-fuzzy-search.git"
|
|
422
426
|
};
|
|
423
427
|
const keywords = [
|
|
424
428
|
"strapi",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dalencatt/strapi-plugin-fuzzy-search-private",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0-beta-private.1",
|
|
4
4
|
"description": "Register a weighted fuzzy search endpoint for Strapi Headless CMS you can add your content types to in no time.",
|
|
5
5
|
"strapi": {
|
|
6
6
|
"displayName": "Fuzzy Search",
|