@noya-app/noya-multiplayer-react 0.1.26 → 0.1.27

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.
@@ -7,12 +7,12 @@
7
7
  ESM Build start
8
8
  CJS dist/index.js 50.29 KB
9
9
  CJS dist/index.js.map 81.83 KB
10
- CJS ⚡️ Build success in 45ms
10
+ CJS ⚡️ Build success in 43ms
11
11
  ESM dist/index.mjs 44.76 KB
12
12
  ESM dist/index.mjs.map 82.05 KB
13
- ESM ⚡️ Build success in 45ms
13
+ ESM ⚡️ Build success in 44ms
14
14
  DTS Build start
15
- "ComponentPropsWithoutRef" is imported from external module "react" but never used in "src/components/UserPointersOverlay.tsx", "src/inspector/StateInspector.tsx" and "src/hooks.ts".
16
- DTS ⚡️ Build success in 2339ms
15
+ "ComponentPropsWithoutRef" is imported from external module "react" but never used in "src/inspector/StateInspector.tsx", "src/hooks.ts" and "src/components/UserPointersOverlay.tsx".
16
+ DTS ⚡️ Build success in 2585ms
17
17
  DTS dist/index.d.ts 7.30 KB
18
18
  DTS dist/index.d.mts 7.30 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @noya-app/state-manager
2
2
 
3
+ ## 0.1.27
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b1903d5]
8
+ - @noya-app/state-manager@0.1.25
9
+
3
10
  ## 0.1.26
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noya-app/noya-multiplayer-react",
3
- "version": "0.1.26",
3
+ "version": "0.1.27",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -9,7 +9,7 @@
9
9
  "dev": "npm run build -- --watch"
10
10
  },
11
11
  "dependencies": {
12
- "@noya-app/state-manager": "0.1.24",
12
+ "@noya-app/state-manager": "0.1.25",
13
13
  "@noya-app/emitter": "0.1.0",
14
14
  "@noya-app/observable": "0.1.1",
15
15
  "react-inspector": "6.0.2"