@noya-app/noya-multiplayer-react 0.1.89 → 0.2.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.
@@ -6,8 +6,8 @@ $ tsup src/index.ts --config bundle.config.ts
6
6
  CLI Using tsup config: /home/runner/work/noya-core/noya-core/packages/noya-multiplayer-react/bundle.config.ts
7
7
  CLI Target: es2022
8
8
  CJS Build start
9
- CJS dist/index.bundle.js 673.66 KB
10
- CJS ⚡️ Build success in 2201ms
9
+ CJS dist/index.bundle.js 699.50 KB
10
+ CJS ⚡️ Build success in 1153ms
11
11
  $ tsup src/index.ts --format cjs,esm --dts --sourcemap
12
12
  CLI Building entry: src/index.ts
13
13
  CLI Using tsconfig: tsconfig.json
@@ -15,13 +15,13 @@ $ tsup src/index.ts --format cjs,esm --dts --sourcemap
15
15
  CLI Target: esnext
16
16
  CJS Build start
17
17
  ESM Build start
18
- CJS dist/index.js 312.83 KB
19
- CJS dist/index.js.map 680.38 KB
20
- CJS ⚡️ Build success in 2253ms
21
- ESM dist/index.mjs 303.38 KB
22
- ESM dist/index.mjs.map 679.68 KB
23
- ESM ⚡️ Build success in 2257ms
24
18
  DTS Build start
25
- DTS ⚡️ Build success in 47467ms
26
- DTS dist/index.d.ts 32.21 KB
27
- DTS dist/index.d.mts 32.21 KB
19
+ CJS dist/index.js 329.12 KB
20
+ CJS dist/index.js.map 708.73 KB
21
+ CJS ⚡️ Build success in 1508ms
22
+ ESM dist/index.mjs 319.62 KB
23
+ ESM dist/index.mjs.map 708.07 KB
24
+ ESM ⚡️ Build success in 1509ms
25
+ DTS ⚡️ Build success in 30685ms
26
+ DTS dist/index.d.ts 34.26 KB
27
+ DTS dist/index.d.mts 34.26 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,49 @@
1
1
  # @noya-app/state-manager
2
2
 
3
+ ## 0.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 157e042: Batch contiguous realtime game inputs with cumulative simulation-frame and
8
+ input-ingestion receipts, retain at most three unconfirmed batches for safe
9
+ reconnect replay, and use a bounded frame delivery window without changing
10
+ discrete input delivery. Simulation frames never imply input ingestion:
11
+ reconnect replay is pruned only by the explicit cumulative input receipt.
12
+ - 72769fe: Add droppable simulation frames, independent realtime cadences, generic input
13
+ journals, clock-confidence diagnostics, telemetry, and fault injection tools.
14
+
15
+ ### Patch Changes
16
+
17
+ - b680041: Bound realtime simulation transport with acknowledged latest-frame delivery.
18
+ - a6219b1: Expose checkbox semantics for checked menu items and honor explicit inspector
19
+ hash parameters across Noya apps.
20
+ - daccde7: Update packages
21
+ - f224a70: Keep realtime frame delivery monotonic across same-session WebSocket reconnects.
22
+ - 6379066: Bootstrap existing documents on WebSocket open and recover open-but-silent
23
+ connections with application ping/pong heartbeats.
24
+ - d4d280b: Estimate server clock offset and replay acknowledged realtime inputs at shared
25
+ fixed-step simulation indices.
26
+ - c61c67a: Estimate server clock offset from heartbeat timing and support bounded,
27
+ timestamped realtime input replay.
28
+ - Updated dependencies [ad1e157]
29
+ - Updated dependencies [157e042]
30
+ - Updated dependencies [b680041]
31
+ - Updated dependencies [cd85ecd]
32
+ - Updated dependencies [daccde7]
33
+ - Updated dependencies [f224a70]
34
+ - Updated dependencies [a1b9953]
35
+ - Updated dependencies [72769fe]
36
+ - Updated dependencies [4ed3d60]
37
+ - Updated dependencies [6379066]
38
+ - Updated dependencies [7fcc525]
39
+ - Updated dependencies [c144165]
40
+ - Updated dependencies [e62d911]
41
+ - Updated dependencies [b6936c2]
42
+ - Updated dependencies [d4d280b]
43
+ - Updated dependencies [c61c67a]
44
+ - Updated dependencies [8b89720]
45
+ - @noya-app/state-manager@0.3.0
46
+
3
47
  ## 0.1.89
4
48
 
5
49
  ### Patch Changes