@refinedev/core 5.0.8 → 5.0.9
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/CHANGELOG.md +7 -0
- package/README.md +29 -29
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -8106,7 +8106,7 @@ import React39 from "react";
|
|
|
8106
8106
|
|
|
8107
8107
|
// src/hooks/useTelemetryData/index.ts
|
|
8108
8108
|
import { useContext as useContext26 } from "react";
|
|
8109
|
-
var REFINE_VERSION = "5.0.
|
|
8109
|
+
var REFINE_VERSION = "5.0.9";
|
|
8110
8110
|
var useTelemetryData = /* @__PURE__ */ __name(() => {
|
|
8111
8111
|
var _a;
|
|
8112
8112
|
const auth = useIsExistAuthentication();
|