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

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,28 @@
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 v8.3.5
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.84 KB
11
+ CJS ⚡️ Build success in 262ms
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 v8.3.5
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
24
- 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
19
+ ESM dist/index.mjs 50.82 KB
20
+ ESM dist/index.mjs.map 97.38 KB
21
+ ESM ⚡️ Build success in 70ms
22
+ CJS dist/index.js 56.76 KB
23
+ CJS dist/index.js.map 97.02 KB
24
+ CJS ⚡️ Build success in 70ms
25
+ DTS Build start
26
+ DTS ⚡️ Build success in 6736ms
27
+ DTS dist/index.d.ts 10.53 KB
28
+ DTS dist/index.d.mts 10.53 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @noya-app/state-manager
2
2
 
3
+ ## 0.1.41
4
+
5
+ ### Patch Changes
6
+
7
+ - Update tsup
8
+
9
+ ## 0.1.40
10
+
11
+ ### Patch Changes
12
+
13
+ - 69b5fdd: Update packages
14
+
3
15
  ## 0.1.39
4
16
 
5
17
  ### Patch Changes