@noya-app/noya-multiplayer-react 0.1.39 → 0.1.40

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.
@@ -1,27 +1,27 @@
1
- $ bun run build:bundle && bun run build:main
1
+
2
+ $ bun run build:bundle && bun run build:main
2
3
  $ tsup src/index.ts --config bundle.config.ts
3
4
  CLI Building entry: src/index.ts
4
5
  CLI Using tsconfig: tsconfig.json
5
- CLI tsup v8.0.1
6
+ CLI tsup v6.6.2
6
7
  CLI Using tsup config: /Users/devinabbott/Projects/noya-core/packages/noya-multiplayer-react/bundle.config.ts
7
8
  CLI Target: es2022
8
9
  CJS Build start
9
- CJS dist/index.bundle.js 233.74 KB
10
- CJS ⚡️ Build success in 278ms
10
+ CJS dist/index.bundle.js 233.80 KB
11
+ CJS ⚡️ Build success in 202ms
11
12
  $ tsup src/index.ts --format cjs,esm --dts --sourcemap
12
13
  CLI Building entry: src/index.ts
13
14
  CLI Using tsconfig: tsconfig.json
14
- CLI tsup v8.0.1
15
+ CLI tsup v6.6.2
15
16
  CLI Target: esnext
16
17
  CJS Build start
17
18
  ESM Build start
18
- CJS dist/index.js 56.67 KB
19
- CJS dist/index.js.map 96.61 KB
20
- CJS ⚡️ Build success in 225ms
21
- ESM dist/index.mjs 50.73 KB
22
- ESM dist/index.mjs.map 96.96 KB
23
- ESM ⚡️ Build success in 225ms
19
+ CJS dist/index.js 56.84 KB
20
+ CJS dist/index.js.map 96.92 KB
21
+ CJS ⚡️ Build success in 87ms
22
+ ESM dist/index.mjs 50.90 KB
23
+ ESM dist/index.mjs.map 97.28 KB
24
+ ESM ⚡️ Build success in 97ms
24
25
  DTS Build start
25
- DTS ⚡️ Build success in 3234ms
26
- DTS dist/index.d.ts 10.37 KB
27
- DTS dist/index.d.mts 10.37 KB
26
+ DTS ⚡️ Build success in 2817ms
27
+ DTS dist/index.d.ts 10.47 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @noya-app/state-manager
2
2
 
3
+ ## 0.1.40
4
+
5
+ ### Patch Changes
6
+
7
+ - 69b5fdd: Update packages
8
+
3
9
  ## 0.1.39
4
10
 
5
11
  ### Patch Changes