@noya-app/noya-multiplayer-react 0.1.37 → 0.1.39

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 @@
6
6
  CLI Using tsup config: /Users/devinabbott/Projects/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 224.71 KB
10
- CJS ⚡️ Build success in 62ms
9
+ CJS dist/index.bundle.js 233.74 KB
10
+ CJS ⚡️ Build success in 278ms
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,14 +15,13 @@
15
15
  CLI Target: esnext
16
16
  CJS Build start
17
17
  ESM Build start
18
- ESM dist/index.mjs 47.52 KB
19
- ESM dist/index.mjs.map 88.34 KB
20
- ESM ⚡️ Build success in 32ms
21
- CJS dist/index.js 53.24 KB
22
- CJS dist/index.js.map 88.06 KB
23
- CJS ⚡️ Build success in 32ms
18
+ CJS dist/index.js 56.67 KB
19
+ CJS dist/index.js.map 96.61 KB
20
+ CJS ⚡️ Build success in 225ms
21
+ ESM dist/index.mjs 50.73 KB
22
+ ESM dist/index.mjs.map 96.96 KB
23
+ ESM ⚡️ Build success in 225ms
24
24
  DTS Build start
25
- "ComponentPropsWithoutRef" is imported from external module "react" but never used in "src/components/UserPointersOverlay.tsx", "src/inspector/StateInspector.tsx" and "src/hooks.ts".
26
- DTS ⚡️ Build success in 2254ms
27
- DTS dist/index.d.ts 8.18 KB
28
- DTS dist/index.d.mts 8.18 KB
25
+ DTS ⚡️ Build success in 3234ms
26
+ DTS dist/index.d.ts 10.37 KB
27
+ DTS dist/index.d.mts 10.37 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @noya-app/state-manager
2
2
 
3
+ ## 0.1.39
4
+
5
+ ### Patch Changes
6
+
7
+ - 6862974: Combined updates
8
+ - Updated dependencies [6862974]
9
+ - @noya-app/state-manager@0.1.30
10
+ - @noya-app/observable@0.1.2
11
+
12
+ ## 0.1.38
13
+
14
+ ### Patch Changes
15
+
16
+ - 3a8de80: Rename localStorageKey to offlineStorageKey
17
+ - Updated dependencies [b7e9b30]
18
+ - @noya-app/state-manager@0.1.29
19
+
3
20
  ## 0.1.37
4
21
 
5
22
  ### Patch Changes