@noya-app/noya-multiplayer-react 0.1.50 → 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 270.94 KB
11
- CJS ⚡️ Build success in 110ms
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
19
- CJS dist/index.js 205.30 KB
20
- CJS dist/index.js.map 464.74 KB
21
- CJS ⚡️ Build success in 131ms
22
- ESM dist/index.mjs 200.02 KB
23
- ESM dist/index.mjs.map 464.34 KB
24
- ESM ⚡️ Build success in 132ms
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
25
36
  DTS Build start
26
- DTS ⚡️ Build success in 5568ms
27
- DTS dist/index.d.ts 16.33 KB
28
- DTS dist/index.d.mts 16.33 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,22 @@
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
+
11
+ ## 0.1.51
12
+
13
+ ### Patch Changes
14
+
15
+ - 0a181ba: Update versions
16
+ - Updated dependencies [0a181ba]
17
+ - @noya-app/react-utils@0.1.16
18
+ - @noya-app/state-manager@0.1.40
19
+
3
20
  ## 0.1.50
4
21
 
5
22
  ### Patch Changes