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

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,19 +7,8 @@
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
-
11
- [7:03:22 PM]  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 278.03 KB
22
- CJS ⚡️ Build success in 147ms
10
+ CJS dist/index.bundle.js 287.52 KB
11
+ CJS ⚡️ Build success in 67ms
23
12
  $ tsup src/index.ts --format cjs,esm --dts --sourcemap
24
13
  CLI Building entry: src/index.ts
25
14
  CLI Using tsconfig: tsconfig.json
@@ -27,13 +16,13 @@
27
16
  CLI Target: esnext
28
17
  CJS Build start
29
18
  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
19
+ CJS dist/index.js 215.26 KB
20
+ CJS dist/index.js.map 483.41 KB
21
+ CJS ⚡️ Build success in 103ms
22
+ ESM dist/index.mjs 209.80 KB
23
+ ESM dist/index.mjs.map 483.11 KB
24
+ ESM ⚡️ Build success in 104ms
36
25
  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
26
+ DTS ⚡️ Build success in 5429ms
27
+ DTS dist/index.d.ts 17.44 KB
28
+ DTS dist/index.d.mts 17.44 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @noya-app/state-manager
2
2
 
3
+ ## 0.1.55
4
+
5
+ ### Patch Changes
6
+
7
+ - a7cf080: Bump packages
8
+ - Updated dependencies [a7cf080]
9
+ - @noya-app/react-utils@0.1.18
10
+ - @noya-app/state-manager@0.1.44
11
+ - @noya-app/task-runner@0.1.6
12
+ - @noya-app/observable@0.1.6
13
+
14
+ ## 0.1.54
15
+
16
+ ### Patch Changes
17
+
18
+ - 2d476e8: Bump versions
19
+ - Updated dependencies [2d476e8]
20
+ - @noya-app/state-manager@0.1.43
21
+
3
22
  ## 0.1.53
4
23
 
5
24
  ### Patch Changes