@noya-app/noya-multiplayer-react 0.1.51 → 0.1.52

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.
@@ -7,8 +7,19 @@
7
7
  CLI Using tsup config: /Users/devinabbott/Projects/noya-core/packages/noya-multiplayer-react/bundle.config.ts
8
8
  CLI Target: es2022
9
9
  CJS Build start
10
- CJS dist/index.bundle.js 271.72 KB
11
- CJS ⚡️ Build success in 104ms
10
+
11
+ [9:27:15 AM]  WARN  ▲ [WARNING] Using direct eval with a bundler is not recommended and may cause problems [direct-eval]
12
+
13
+ ../state-manager/src/NoyaManager.ts:123:30:
14
+  123 │ const mutator = eval(
15
+ ╵ ~~~~
16
+
17
+ You can read more about direct eval and bundling here: https://esbuild.github.io/link/direct-eval
18
+
19
+
20
+
21
+ CJS dist/index.bundle.js 277.31 KB
22
+ CJS ⚡️ Build success in 99ms
12
23
  $ tsup src/index.ts --format cjs,esm --dts --sourcemap
13
24
  CLI Building entry: src/index.ts
14
25
  CLI Using tsconfig: tsconfig.json
@@ -16,13 +27,13 @@
16
27
  CLI Target: esnext
17
28
  CJS Build start
18
29
  ESM Build start
30
+ ESM dist/index.mjs 201.05 KB
31
+ ESM dist/index.mjs.map 467.04 KB
32
+ ESM ⚡️ Build success in 126ms
33
+ CJS dist/index.js 206.48 KB
34
+ CJS dist/index.js.map 467.39 KB
35
+ CJS ⚡️ Build success in 127ms
19
36
  DTS Build start
20
- ESM dist/index.mjs 199.62 KB
21
- ESM dist/index.mjs.map 463.44 KB
22
- ESM ⚡️ Build success in 331ms
23
- CJS dist/index.js 204.90 KB
24
- CJS dist/index.js.map 463.84 KB
25
- CJS ⚡️ Build success in 332ms
26
- DTS ⚡️ Build success in 6693ms
27
- DTS dist/index.d.ts 16.29 KB
28
- DTS dist/index.d.mts 16.29 KB
37
+ DTS ⚡️ Build success in 6633ms
38
+ DTS dist/index.d.ts 16.79 KB
39
+ DTS dist/index.d.mts 16.79 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @noya-app/state-manager
2
2
 
3
+ ## 0.1.52
4
+
5
+ ### Patch Changes
6
+
7
+ - a9c3e7f: Bump versions
8
+ - Updated dependencies [a9c3e7f]
9
+ - @noya-app/state-manager@0.1.41
10
+
3
11
  ## 0.1.51
4
12
 
5
13
  ### Patch Changes