@rpcbase/client 0.300.0 → 0.301.0

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.
@@ -1,4 +1,4 @@
1
- export declare const useThrottledMeasure: (throttleDuration?: number) => (import('react-use/esm/useMeasure.js').UseMeasureRef<Element> | {
1
+ export declare const useThrottledMeasure: (throttleDuration?: number) => (import('react-use/lib/useMeasure.js').UseMeasureRef<Element> | {
2
2
  x: number;
3
3
  y: number;
4
4
  width: number;
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@ import { StrictMode, useRef, useEffect, useCallback, useState, useSyncExternalSt
4
4
  import posthog from "posthog-js";
5
5
  import { createRoutesFromElements, createBrowserRouter, RouterProvider, useLocation, useRouteError, isRouteErrorResponse } from "@rpcbase/router";
6
6
  import { hydrateRoot } from "react-dom/client";
7
- import useMeasure from "react-use/esm/useMeasure.js";
7
+ import useMeasure from "react-use/lib/useMeasure.js";
8
8
  let apiClient;
9
9
  const initApiClient = async (args) => {
10
10
  if (env.SSR) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/client",
3
- "version": "0.300.0",
3
+ "version": "0.301.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"