@noya-app/noya-multiplayer-react 0.1.87 → 0.1.89

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 670.41 KB
10
- CJS ⚡️ Build success in 1877ms
9
+ CJS dist/index.bundle.js 673.66 KB
10
+ CJS ⚡️ Build success in 2201ms
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.11 KB
19
- CJS dist/index.js.map 678.11 KB
20
- CJS ⚡️ Build success in 2299ms
21
- ESM dist/index.mjs 302.66 KB
22
- ESM dist/index.mjs.map 677.42 KB
23
- ESM ⚡️ Build success in 2303ms
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
24
  DTS Build start
25
- DTS ⚡️ Build success in 36600ms
26
- DTS dist/index.d.ts 27.73 KB
27
- DTS dist/index.d.mts 27.73 KB
25
+ DTS ⚡️ Build success in 47467ms
26
+ DTS dist/index.d.ts 32.21 KB
27
+ DTS dist/index.d.mts 32.21 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @noya-app/state-manager
2
2
 
3
+ ## 0.1.89
4
+
5
+ ### Patch Changes
6
+
7
+ - 24a7982: Update packages
8
+ - Updated dependencies [24a7982]
9
+ - Updated dependencies [342e44a]
10
+ - @noya-app/state-manager@0.2.0
11
+
12
+ ## 0.1.88
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [4f044b7]
17
+ - @noya-app/state-manager@0.1.70
18
+ - @noya-app/react-utils@0.1.31
19
+
3
20
  ## 0.1.87
4
21
 
5
22
  ### Patch Changes