@noya-app/noya-api-client-react 0.1.39 → 0.1.41
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/.turbo/turbo-build.log +8 -8
- package/CHANGELOG.md +15 -0
- package/dist/index.d.mts +28 -19
- package/dist/index.d.ts +28 -19
- package/dist/index.js +19 -18
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -7453,6 +7453,7 @@ var jwt;
|
|
|
7453
7453
|
})(jwt || (jwt = {}));
|
|
7454
7454
|
|
|
7455
7455
|
// ../state-manager/src/MenuManager.ts
|
|
7456
|
+
import { isDeepEqual as isDeepEqual2 } from "@noya-app/noya-utils";
|
|
7456
7457
|
import { Observable as Observable8 } from "@noya-app/observable";
|
|
7457
7458
|
|
|
7458
7459
|
// ../state-manager/src/multiplayer.ts
|
|
@@ -7581,7 +7582,7 @@ import { Observable as Observable11 } from "@noya-app/observable";
|
|
|
7581
7582
|
import { Observable as Observable12 } from "@noya-app/observable";
|
|
7582
7583
|
|
|
7583
7584
|
// ../state-manager/src/ResourceManager.ts
|
|
7584
|
-
import { isDeepEqual as
|
|
7585
|
+
import { isDeepEqual as isDeepEqual3, uuid as uuid6 } from "@noya-app/noya-utils";
|
|
7585
7586
|
import { Observable as Observable13 } from "@noya-app/observable";
|
|
7586
7587
|
|
|
7587
7588
|
// ../state-manager/src/rpcManager.ts
|
|
@@ -7604,6 +7605,9 @@ var createMutatorParametersSchema = Type.Object({
|
|
|
7604
7605
|
})
|
|
7605
7606
|
});
|
|
7606
7607
|
|
|
7608
|
+
// ../state-manager/src/sync/localRpcHelpers.ts
|
|
7609
|
+
import { Base64 as Base642 } from "@noya-app/noya-utils";
|
|
7610
|
+
|
|
7607
7611
|
// ../noya-keymap/src/hooks.ts
|
|
7608
7612
|
import { useEffect as useEffect2, useRef as useRef2 } from "react";
|
|
7609
7613
|
|
|
@@ -7714,9 +7718,6 @@ var MenuItemTree = (0, import_tree_visit3.defineTree)((node) => {
|
|
|
7714
7718
|
return node.type === "submenu" ? node.items : [];
|
|
7715
7719
|
});
|
|
7716
7720
|
|
|
7717
|
-
// ../state-manager/src/sync/parentLocalRpcBridge.ts
|
|
7718
|
-
import { Base64 as Base642 } from "@noya-app/noya-utils";
|
|
7719
|
-
|
|
7720
7721
|
// ../noya-multiplayer-react/src/ai.ts
|
|
7721
7722
|
import { useEffect as useEffect16 } from "react";
|
|
7722
7723
|
|
|
@@ -7905,7 +7906,7 @@ var FileDropTarget = memoGeneric(function FileDropTarget2({ children, onDropFile
|
|
|
7905
7906
|
import { useCallback as useCallback4, useState as useState3 } from "react";
|
|
7906
7907
|
|
|
7907
7908
|
// ../noya-react-utils/src/hooks/useDeepArray.ts
|
|
7908
|
-
import { isDeepEqual as
|
|
7909
|
+
import { isDeepEqual as isDeepEqual4 } from "@noya-app/noya-utils";
|
|
7909
7910
|
import { useMemo as useMemo3, useState as useState4 } from "react";
|
|
7910
7911
|
function useJsonMemo(value) {
|
|
7911
7912
|
const stringified = useMemo3(
|
|
@@ -7920,7 +7921,7 @@ function useJsonMemo(value) {
|
|
|
7920
7921
|
}
|
|
7921
7922
|
|
|
7922
7923
|
// ../noya-react-utils/src/hooks/useDeepState.ts
|
|
7923
|
-
import { isDeepEqual as
|
|
7924
|
+
import { isDeepEqual as isDeepEqual5 } from "@noya-app/noya-utils";
|
|
7924
7925
|
import { useCallback as useCallback5, useMemo as useMemo4, useState as useState5 } from "react";
|
|
7925
7926
|
|
|
7926
7927
|
// ../noya-react-utils/src/hooks/useFetch.ts
|