@noya-app/noya-multiplayer-react 0.1.34 → 0.1.36

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 @@
6
6
  CLI Using tsup config: /Users/devinabbott/Projects/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 200.75 KB
10
- CJS ⚡️ Build success in 193ms
9
+ CJS dist/index.bundle.js 218.92 KB
10
+ CJS ⚡️ Build success in 90ms
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
@@ -15,14 +15,14 @@
15
15
  CLI Target: esnext
16
16
  CJS Build start
17
17
  ESM Build start
18
- ESM dist/index.mjs 45.20 KB
19
- ESM dist/index.mjs.map 82.74 KB
20
- ESM ⚡️ Build success in 36ms
21
- CJS dist/index.js 50.77 KB
22
- CJS dist/index.js.map 82.48 KB
23
- CJS ⚡️ Build success in 36ms
18
+ ESM dist/index.mjs 45.38 KB
19
+ ESM dist/index.mjs.map 84.63 KB
20
+ ESM ⚡️ Build success in 41ms
21
+ CJS dist/index.js 50.96 KB
22
+ CJS dist/index.js.map 84.35 KB
23
+ CJS ⚡️ Build success in 42ms
24
24
  DTS Build start
25
- "ComponentPropsWithoutRef" is imported from external module "react" but never used in "src/components/UserPointersOverlay.tsx", "src/inspector/StateInspector.tsx" and "src/hooks.ts".
26
- DTS ⚡️ Build success in 2764ms
27
- DTS dist/index.d.ts 7.46 KB
28
- DTS dist/index.d.mts 7.46 KB
25
+ "ComponentPropsWithoutRef" is imported from external module "react" but never used in "src/inspector/StateInspector.tsx", "src/hooks.ts" and "src/components/UserPointersOverlay.tsx".
26
+ DTS ⚡️ Build success in 2564ms
27
+ DTS dist/index.d.ts 7.92 KB
28
+ DTS dist/index.d.mts 7.92 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @noya-app/state-manager
2
2
 
3
+ ## 0.1.36
4
+
5
+ ### Patch Changes
6
+
7
+ - 9244b8b: Add schema-only signature to useNoyaAppState
8
+
9
+ ## 0.1.35
10
+
11
+ ### Patch Changes
12
+
13
+ - 4b7792e: Export typebox Value. Improve useNoyaAppState typing
14
+ - Updated dependencies [4b7792e]
15
+ - @noya-app/state-manager@0.1.27
16
+
3
17
  ## 0.1.34
4
18
 
5
19
  ### Patch Changes