@noya-app/noya-api-client-react 0.1.37 → 0.1.38
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 +5 -5
- package/CHANGELOG.md +8 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -7450,7 +7450,7 @@ import {
|
|
|
7450
7450
|
import { get as getPath2 } from "@noya-app/observable";
|
|
7451
7451
|
|
|
7452
7452
|
// ../state-manager/src/multiplayer.ts
|
|
7453
|
-
var createHash = hash;
|
|
7453
|
+
var createHash = (value, options) => hash(value, { ...options, ignoreUndefinedProperties: true });
|
|
7454
7454
|
|
|
7455
7455
|
// ../state-manager/src/NoyaManager.ts
|
|
7456
7456
|
import { uuid as uuid7 } from "@noya-app/noya-utils";
|