@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.
@@ -7,12 +7,12 @@
7
7
  CJS Build start
8
8
  ESM Build start
9
9
  DTS Build start
10
- ESM dist/index.mjs 397.27 KB
10
+ ESM dist/index.mjs 397.35 KB
11
11
  ESM dist/index.mjs.map 1.03 MB
12
- ESM ⚡️ Build success in 356ms
13
- CJS dist/index.js 405.27 KB
12
+ ESM ⚡️ Build success in 661ms
13
+ CJS dist/index.js 405.35 KB
14
14
  CJS dist/index.js.map 1.03 MB
15
- CJS ⚡️ Build success in 358ms
16
- DTS ⚡️ Build success in 21216ms
15
+ CJS ⚡️ Build success in 766ms
16
+ DTS ⚡️ Build success in 23555ms
17
17
  DTS dist/index.d.ts 15.71 KB
18
18
  DTS dist/index.d.mts 15.71 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @noya-app/noya-api-client-react
2
2
 
3
+ ## 0.1.38
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [38b4ec2]
8
+ - @noya-app/noya-utils@0.1.8
9
+ - @noya-app/noya-api@0.1.38
10
+
3
11
  ## 0.1.37
4
12
 
5
13
  ### Patch Changes
package/dist/index.js CHANGED
@@ -7498,7 +7498,7 @@ var import_observable9 = require("@noya-app/observable");
7498
7498
  var import_observable8 = require("@noya-app/observable");
7499
7499
 
7500
7500
  // ../state-manager/src/multiplayer.ts
7501
- var createHash = import_noya_utils5.hash;
7501
+ var createHash = (value, options) => (0, import_noya_utils5.hash)(value, { ...options, ignoreUndefinedProperties: true });
7502
7502
 
7503
7503
  // ../state-manager/src/NoyaManager.ts
7504
7504
  var import_noya_utils9 = require("@noya-app/noya-utils");