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

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
- [4:54:20 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.72 KB
22
- CJS ⚡️ Build success in 164ms
10
+ CJS dist/index.bundle.js 288.10 KB
11
+ CJS ⚡️ Build success in 146ms
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.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
19
  DTS Build start
37
- DTS ⚡️ Build success in 8958ms
38
- DTS dist/index.d.ts 17.16 KB
39
- DTS dist/index.d.mts 17.16 KB
20
+ CJS dist/index.js 215.26 KB
21
+ CJS dist/index.js.map 483.41 KB
22
+ CJS ⚡️ Build success in 255ms
23
+ ESM dist/index.mjs 209.80 KB
24
+ ESM dist/index.mjs.map 483.11 KB
25
+ ESM ⚡️ Build success in 256ms
26
+ DTS ⚡️ Build success in 6592ms
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.56
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [aa6fbab]
8
+ - @noya-app/observable@0.1.7
9
+ - @noya-app/state-manager@0.1.45
10
+
11
+ ## 0.1.55
12
+
13
+ ### Patch Changes
14
+
15
+ - a7cf080: Bump packages
16
+ - Updated dependencies [a7cf080]
17
+ - @noya-app/react-utils@0.1.18
18
+ - @noya-app/state-manager@0.1.44
19
+ - @noya-app/task-runner@0.1.6
20
+ - @noya-app/observable@0.1.6
21
+
3
22
  ## 0.1.54
4
23
 
5
24
  ### Patch Changes