@readyfor/api-client-base 0.160.0 → 0.160.1

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.
@@ -3,9 +3,9 @@ import {
3
3
  } from "./chunk-VVRQ7D57.mjs";
4
4
 
5
5
  // src/react/useApiClientConfig.ts
6
- import { useSyncExternalStore } from "use-sync-external-store/shim";
7
- import { useSyncExternalStoreWithSelector } from "use-sync-external-store/shim/with-selector";
8
6
  import { useCallback, useMemo } from "react";
7
+ import { useSyncExternalStore } from "use-sync-external-store/shim/index.js";
8
+ import { useSyncExternalStoreWithSelector } from "use-sync-external-store/shim/with-selector.js";
9
9
  var useApiClientConfig = () => {
10
10
  const store = useApiClientConfigContext();
11
11
  return useSyncExternalStore(store.subscribe, store.getState);
@@ -88,9 +88,9 @@ var ApiClientConfigProvider = (props) => {
88
88
  var useApiClientConfigContext = () => (0, import_react2.useContext)(ApiClientConfigContext) || store;
89
89
 
90
90
  // src/react/useApiClientConfig.ts
91
- var import_shim = require("use-sync-external-store/shim");
92
- var import_with_selector = require("use-sync-external-store/shim/with-selector");
93
91
  var import_react3 = require("react");
92
+ var import_shim = require("use-sync-external-store/shim/index.js");
93
+ var import_with_selector = require("use-sync-external-store/shim/with-selector.js");
94
94
  var useApiClientConfig = () => {
95
95
  const store2 = useApiClientConfigContext();
96
96
  return (0, import_shim.useSyncExternalStore)(store2.subscribe, store2.getState);
@@ -2,7 +2,7 @@ import {
2
2
  useApiClientConfig,
3
3
  useApiClientConfigWithSelector,
4
4
  useRequestInit
5
- } from "../chunk-4D7SUTWE.mjs";
5
+ } from "../chunk-2F5N5YY5.mjs";
6
6
  import {
7
7
  ApiClientConfigProvider,
8
8
  useApiClientConfigContext
@@ -65,9 +65,9 @@ var ApiClientConfigContext = (0, import_react2.createContext)(store);
65
65
  var useApiClientConfigContext = () => (0, import_react2.useContext)(ApiClientConfigContext) || store;
66
66
 
67
67
  // src/react/useApiClientConfig.ts
68
- var import_shim = require("use-sync-external-store/shim");
69
- var import_with_selector = require("use-sync-external-store/shim/with-selector");
70
68
  var import_react3 = require("react");
69
+ var import_shim = require("use-sync-external-store/shim/index.js");
70
+ var import_with_selector = require("use-sync-external-store/shim/with-selector.js");
71
71
  var useApiClientConfig = () => {
72
72
  const store2 = useApiClientConfigContext();
73
73
  return (0, import_shim.useSyncExternalStore)(store2.subscribe, store2.getState);
@@ -2,7 +2,7 @@ import {
2
2
  useApiClientConfig,
3
3
  useApiClientConfigWithSelector,
4
4
  useRequestInit
5
- } from "../chunk-4D7SUTWE.mjs";
5
+ } from "../chunk-2F5N5YY5.mjs";
6
6
  import "../chunk-VVRQ7D57.mjs";
7
7
  import "../chunk-DHYJM4DQ.mjs";
8
8
  import "../chunk-472P3XVV.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@readyfor/api-client-base",
3
- "version": "0.160.0",
3
+ "version": "0.160.1",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -63,5 +63,5 @@
63
63
  "src"
64
64
  ]
65
65
  },
66
- "gitHead": "6cfa89e9e151bc8838d6a710d488a9f1381675cb"
66
+ "gitHead": "6122a739c0008b9274d7d64b43ccd59b03e7c677"
67
67
  }