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

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 218.92 KB
10
- CJS ⚡️ Build success in 90ms
9
+ CJS dist/index.bundle.js 225.88 KB
10
+ CJS ⚡️ Build success in 66ms
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.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
18
+ ESM dist/index.mjs 47.52 KB
19
+ ESM dist/index.mjs.map 88.35 KB
20
+ ESM ⚡️ Build success in 28ms
21
+ CJS dist/index.js 53.25 KB
22
+ CJS dist/index.js.map 88.07 KB
23
+ CJS ⚡️ Build success in 28ms
24
24
  DTS Build start
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
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 2368ms
27
+ DTS dist/index.d.ts 8.18 KB
28
+ DTS dist/index.d.mts 8.18 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @noya-app/state-manager
2
2
 
3
+ ## 0.1.38
4
+
5
+ ### Patch Changes
6
+
7
+ - 3a8de80: Rename localStorageKey to offlineStorageKey
8
+ - Updated dependencies [b7e9b30]
9
+ - @noya-app/state-manager@0.1.29
10
+
11
+ ## 0.1.37
12
+
13
+ ### Patch Changes
14
+
15
+ - 8317129: Adjust asset API
16
+ - cd96eed: Rename useNoyaAppState to useNoyaState. Add assets API
17
+ - Updated dependencies [cd96eed]
18
+ - @noya-app/state-manager@0.1.28
19
+
3
20
  ## 0.1.36
4
21
 
5
22
  ### Patch Changes