@refinedev/core 5.0.10 → 5.0.11

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/index.mjs CHANGED
@@ -6763,6 +6763,7 @@ function useDeleteButton(props) {
6763
6763
  const { title, disabled, hidden, canAccess } = useButtonCanAccess({
6764
6764
  action: "delete",
6765
6765
  accessControl: props.accessControl,
6766
+ meta: props.meta,
6766
6767
  id,
6767
6768
  resource
6768
6769
  });
@@ -8108,7 +8109,7 @@ import React39 from "react";
8108
8109
 
8109
8110
  // src/hooks/useTelemetryData/index.ts
8110
8111
  import { useContext as useContext26 } from "react";
8111
- var REFINE_VERSION = "5.0.10";
8112
+ var REFINE_VERSION = "5.0.11";
8112
8113
  var useTelemetryData = /* @__PURE__ */ __name(() => {
8113
8114
  var _a;
8114
8115
  const auth = useIsExistAuthentication();