@noya-app/noya-multiplayer-react 0.1.84 → 0.1.85

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.
@@ -6,8 +6,8 @@ $ tsup src/index.ts --config bundle.config.ts
6
6
  CLI Using tsup config: /home/runner/work/noya-core/noya-core/packages/noya-multiplayer-react/bundle.config.ts
7
7
  CLI Target: es2022
8
8
  CJS Build start
9
- CJS dist/index.bundle.js 661.63 KB
10
- CJS ⚡️ Build success in 1636ms
9
+ CJS dist/index.bundle.js 667.26 KB
10
+ CJS ⚡️ Build success in 1331ms
11
11
  $ tsup src/index.ts --format cjs,esm --dts --sourcemap
12
12
  CLI Building entry: src/index.ts
13
13
  CLI Using tsconfig: tsconfig.json
@@ -16,12 +16,12 @@ $ tsup src/index.ts --format cjs,esm --dts --sourcemap
16
16
  CJS Build start
17
17
  ESM Build start
18
18
  DTS Build start
19
- CJS dist/index.js 310.67 KB
20
- CJS dist/index.js.map 675.53 KB
21
- CJS ⚡️ Build success in 1751ms
22
- ESM dist/index.mjs 301.35 KB
23
- ESM dist/index.mjs.map 674.87 KB
24
- ESM ⚡️ Build success in 1792ms
25
- DTS ⚡️ Build success in 35993ms
26
- DTS dist/index.d.ts 27.40 KB
27
- DTS dist/index.d.mts 27.40 KB
19
+ ESM dist/index.mjs 301.91 KB
20
+ ESM dist/index.mjs.map 675.93 KB
21
+ ESM ⚡️ Build success in 1820ms
22
+ CJS dist/index.js 311.37 KB
23
+ CJS dist/index.js.map 676.62 KB
24
+ CJS ⚡️ Build success in 1820ms
25
+ DTS ⚡️ Build success in 35524ms
26
+ DTS dist/index.d.ts 27.62 KB
27
+ DTS dist/index.d.mts 27.62 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @noya-app/state-manager
2
2
 
3
+ ## 0.1.85
4
+
5
+ ### Patch Changes
6
+
7
+ - e176548: Update packages
8
+ - Updated dependencies [e176548]
9
+ - @noya-app/state-manager@0.1.67
10
+
3
11
  ## 0.1.84
4
12
 
5
13
  ### Patch Changes