strapi-plugin-meilisearch 0.16.0 → 0.16.2
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/_chunks/{App-CZQma2Z0.js → App-B3uJ14YG.js} +1 -1
- package/dist/_chunks/{App-DZ9riQGK.mjs → App-BmxrI4i3.mjs} +1 -1
- package/dist/_chunks/{index-BwElNDhM.js → index-B13pYJxT.js} +3 -2
- package/dist/_chunks/{index-sVrQdAxF.mjs → index-D0WRGIBD.mjs} +3 -2
- package/dist/admin/index.js +1 -1
- package/dist/admin/index.mjs +1 -1
- package/dist/server/index.js +411 -253
- package/dist/server/index.mjs +411 -253
- package/package.json +2 -1
|
@@ -4,7 +4,7 @@ const jsxRuntime = require("react/jsx-runtime");
|
|
|
4
4
|
const React = require("react");
|
|
5
5
|
const reactRouterDom = require("react-router-dom");
|
|
6
6
|
const admin = require("@strapi/strapi/admin");
|
|
7
|
-
const index = require("./index-
|
|
7
|
+
const index = require("./index-B13pYJxT.js");
|
|
8
8
|
const designSystem = require("@strapi/design-system");
|
|
9
9
|
function _interopNamespace(e) {
|
|
10
10
|
if (e && e.__esModule) return e;
|
|
@@ -3,7 +3,7 @@ import * as React from "react";
|
|
|
3
3
|
import { useState, useEffect, memo } from "react";
|
|
4
4
|
import { Routes, Route } from "react-router-dom";
|
|
5
5
|
import { useNotification, useFetchClient, useRBAC, private_useAutoReloadOverlayBlocker, private_AutoReloadOverlayBlockerProvider, Page, Layouts, BackButton } from "@strapi/strapi/admin";
|
|
6
|
-
import { p as pluginId, P as PERMISSIONS } from "./index-
|
|
6
|
+
import { p as pluginId, P as PERMISSIONS } from "./index-D0WRGIBD.mjs";
|
|
7
7
|
import { Tr, Td, Checkbox, Typography, Flex, Box, Button, Thead, Th, VisuallyHidden, Table, Tbody, Field, Link, Tabs } from "@strapi/design-system";
|
|
8
8
|
var __assign = function() {
|
|
9
9
|
__assign = Object.assign || function __assign2(t) {
|
|
@@ -19,7 +19,7 @@ const __variableDynamicImportRuntimeHelper = (glob, path, segs) => {
|
|
|
19
19
|
});
|
|
20
20
|
};
|
|
21
21
|
const name$1 = "strapi-plugin-meilisearch";
|
|
22
|
-
const version = "0.16.
|
|
22
|
+
const version = "0.16.2";
|
|
23
23
|
const description = "Synchronise and search in your Strapi content-types with Meilisearch";
|
|
24
24
|
const scripts = {
|
|
25
25
|
build: "strapi-plugin build",
|
|
@@ -83,6 +83,7 @@ const devDependencies = {
|
|
|
83
83
|
"@strapi/strapi": "^5.6.0",
|
|
84
84
|
"@types/jest": "^30.0.0",
|
|
85
85
|
"babel-jest": "^30.2.0",
|
|
86
|
+
"better-sqlite3": "^12.8.0",
|
|
86
87
|
concurrently: "^9.2.1",
|
|
87
88
|
cypress: "^15.11.0",
|
|
88
89
|
eslint: "^10.0.2",
|
|
@@ -215,7 +216,7 @@ const index = {
|
|
|
215
216
|
defaultMessage: name
|
|
216
217
|
},
|
|
217
218
|
Component: async () => {
|
|
218
|
-
const { App } = await Promise.resolve().then(() => require("./App-
|
|
219
|
+
const { App } = await Promise.resolve().then(() => require("./App-B3uJ14YG.js"));
|
|
219
220
|
return App;
|
|
220
221
|
},
|
|
221
222
|
permissions: PERMISSIONS.main
|
|
@@ -18,7 +18,7 @@ const __variableDynamicImportRuntimeHelper = (glob, path, segs) => {
|
|
|
18
18
|
});
|
|
19
19
|
};
|
|
20
20
|
const name$1 = "strapi-plugin-meilisearch";
|
|
21
|
-
const version = "0.16.
|
|
21
|
+
const version = "0.16.2";
|
|
22
22
|
const description = "Synchronise and search in your Strapi content-types with Meilisearch";
|
|
23
23
|
const scripts = {
|
|
24
24
|
build: "strapi-plugin build",
|
|
@@ -82,6 +82,7 @@ const devDependencies = {
|
|
|
82
82
|
"@strapi/strapi": "^5.6.0",
|
|
83
83
|
"@types/jest": "^30.0.0",
|
|
84
84
|
"babel-jest": "^30.2.0",
|
|
85
|
+
"better-sqlite3": "^12.8.0",
|
|
85
86
|
concurrently: "^9.2.1",
|
|
86
87
|
cypress: "^15.11.0",
|
|
87
88
|
eslint: "^10.0.2",
|
|
@@ -214,7 +215,7 @@ const index = {
|
|
|
214
215
|
defaultMessage: name
|
|
215
216
|
},
|
|
216
217
|
Component: async () => {
|
|
217
|
-
const { App } = await import("./App-
|
|
218
|
+
const { App } = await import("./App-BmxrI4i3.mjs");
|
|
218
219
|
return App;
|
|
219
220
|
},
|
|
220
221
|
permissions: PERMISSIONS.main
|
package/dist/admin/index.js
CHANGED
package/dist/admin/index.mjs
CHANGED