strapi-plugin-meilisearch 0.16.1 → 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-zelJ7Obw.js → App-B3uJ14YG.js} +1 -1
- package/dist/_chunks/{App-sobdRlxo.mjs → App-BmxrI4i3.mjs} +1 -1
- package/dist/_chunks/{index-KTMW2G6w.js → index-B13pYJxT.js} +2 -2
- package/dist/_chunks/{index-CajY83vq.mjs → index-D0WRGIBD.mjs} +2 -2
- package/dist/admin/index.js +1 -1
- package/dist/admin/index.mjs +1 -1
- package/dist/server/index.js +312 -247
- package/dist/server/index.mjs +312 -247
- package/package.json +1 -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",
|
|
@@ -216,7 +216,7 @@ const index = {
|
|
|
216
216
|
defaultMessage: name
|
|
217
217
|
},
|
|
218
218
|
Component: async () => {
|
|
219
|
-
const { App } = await Promise.resolve().then(() => require("./App-
|
|
219
|
+
const { App } = await Promise.resolve().then(() => require("./App-B3uJ14YG.js"));
|
|
220
220
|
return App;
|
|
221
221
|
},
|
|
222
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",
|
|
@@ -215,7 +215,7 @@ const index = {
|
|
|
215
215
|
defaultMessage: name
|
|
216
216
|
},
|
|
217
217
|
Component: async () => {
|
|
218
|
-
const { App } = await import("./App-
|
|
218
|
+
const { App } = await import("./App-BmxrI4i3.mjs");
|
|
219
219
|
return App;
|
|
220
220
|
},
|
|
221
221
|
permissions: PERMISSIONS.main
|
package/dist/admin/index.js
CHANGED
package/dist/admin/index.mjs
CHANGED