@noya-app/noya-multiplayer-react 0.1.53 → 0.1.54

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
 
11
- [7:03:22 PM]  WARN  ▲ [WARNING] Using direct eval with a bundler is not recommended and may cause problems [direct-eval]
11
+ [4:54:20 PM]  WARN  ▲ [WARNING] Using direct eval with a bundler is not recommended and may cause problems [direct-eval]
12
12
 
13
13
  ../state-manager/src/NoyaManager.ts:123:30:
14
14
   123 │ const mutator = eval(
@@ -18,8 +18,8 @@
18
18
 
19
19
 
20
20
 
21
- CJS dist/index.bundle.js 278.03 KB
22
- CJS ⚡️ Build success in 147ms
21
+ CJS dist/index.bundle.js 278.72 KB
22
+ CJS ⚡️ Build success in 164ms
23
23
  $ tsup src/index.ts --format cjs,esm --dts --sourcemap
24
24
  CLI Building entry: src/index.ts
25
25
  CLI Using tsconfig: tsconfig.json
@@ -27,13 +27,13 @@
27
27
  CLI Target: esnext
28
28
  CJS Build start
29
29
  ESM Build start
30
- ESM dist/index.mjs 201.35 KB
31
- ESM dist/index.mjs.map 467.83 KB
32
- ESM ⚡️ Build success in 206ms
33
- CJS dist/index.js 206.77 KB
34
- CJS dist/index.js.map 468.19 KB
35
- CJS ⚡️ Build success in 207ms
30
+ ESM dist/index.mjs 201.37 KB
31
+ ESM dist/index.mjs.map 467.89 KB
32
+ ESM ⚡️ Build success in 173ms
33
+ CJS dist/index.js 206.84 KB
34
+ CJS dist/index.js.map 468.25 KB
35
+ CJS ⚡️ Build success in 173ms
36
36
  DTS Build start
37
- DTS ⚡️ Build success in 9264ms
38
- DTS dist/index.d.ts 16.79 KB
39
- DTS dist/index.d.mts 16.79 KB
37
+ DTS ⚡️ Build success in 8958ms
38
+ DTS dist/index.d.ts 17.16 KB
39
+ DTS dist/index.d.mts 17.16 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @noya-app/state-manager
2
2
 
3
+ ## 0.1.54
4
+
5
+ ### Patch Changes
6
+
7
+ - 2d476e8: Bump versions
8
+ - Updated dependencies [2d476e8]
9
+ - @noya-app/state-manager@0.1.43
10
+
3
11
  ## 0.1.53
4
12
 
5
13
  ### Patch Changes