@noya-app/noya-multiplayer-react 0.1.79 → 0.1.80

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.
@@ -8,7 +8,7 @@
8
8
  CLI Target: es2022
9
9
  CJS Build start
10
10
  CJS dist/index.bundle.js 648.40 KB
11
- CJS ⚡️ Build success in 166ms
11
+ CJS ⚡️ Build success in 146ms
12
12
  $ tsup src/index.ts --format cjs,esm --dts --sourcemap
13
13
  CLI Building entry: src/index.ts
14
14
  CLI Using tsconfig: tsconfig.json
@@ -19,10 +19,10 @@
19
19
  DTS Build start
20
20
  ESM dist/index.mjs 300.99 KB
21
21
  ESM dist/index.mjs.map 674.22 KB
22
- ESM ⚡️ Build success in 249ms
22
+ ESM ⚡️ Build success in 383ms
23
23
  CJS dist/index.js 310.26 KB
24
24
  CJS dist/index.js.map 674.88 KB
25
- CJS ⚡️ Build success in 249ms
26
- DTS ⚡️ Build success in 4562ms
25
+ CJS ⚡️ Build success in 384ms
26
+ DTS ⚡️ Build success in 4367ms
27
27
  DTS dist/index.d.ts 27.21 KB
28
28
  DTS dist/index.d.mts 27.21 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @noya-app/state-manager
2
2
 
3
+ ## 0.1.80
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d88f7c7]
8
+ - @noya-app/react-utils@0.1.30
9
+
3
10
  ## 0.1.79
4
11
 
5
12
  ### Patch Changes