@noya-app/noya-multiplayer-react 0.1.81 → 0.1.83

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 648.40 KB
10
- CJS ⚡️ Build success in 1421ms
9
+ CJS dist/index.bundle.js 661.52 KB
10
+ CJS ⚡️ Build success in 1369ms
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
- ESM dist/index.mjs 300.99 KB
19
- ESM dist/index.mjs.map 674.22 KB
20
- ESM ⚡️ Build success in 1899ms
21
- CJS dist/index.js 310.26 KB
22
- CJS dist/index.js.map 674.88 KB
23
- CJS ⚡️ Build success in 1901ms
18
+ CJS dist/index.js 310.45 KB
19
+ CJS dist/index.js.map 675.09 KB
20
+ CJS ⚡️ Build success in 1792ms
21
+ ESM dist/index.mjs 301.14 KB
22
+ ESM dist/index.mjs.map 674.43 KB
23
+ ESM ⚡️ Build success in 1796ms
24
24
  DTS Build start
25
- DTS ⚡️ Build success in 36314ms
26
- DTS dist/index.d.ts 27.21 KB
27
- DTS dist/index.d.mts 27.21 KB
25
+ DTS ⚡️ Build success in 28891ms
26
+ DTS dist/index.d.ts 27.32 KB
27
+ DTS dist/index.d.mts 27.32 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @noya-app/state-manager
2
2
 
3
+ ## 0.1.83
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [8413711]
8
+ - @noya-app/state-manager@0.1.66
9
+
10
+ ## 0.1.82
11
+
12
+ ### Patch Changes
13
+
14
+ - 722c541: Update packages
15
+ - Updated dependencies [722c541]
16
+ - @noya-app/state-manager@0.1.65
17
+
3
18
  ## 0.1.81
4
19
 
5
20
  ### Patch Changes