@noya-app/noya-multiplayer-react 0.1.20 → 0.1.21

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.
@@ -5,14 +5,14 @@
5
5
  CLI Target: esnext
6
6
  CJS Build start
7
7
  ESM Build start
8
- ESM dist/index.mjs 37.54 KB
9
- ESM dist/index.mjs.map 68.07 KB
10
- ESM ⚡️ Build success in 21ms
11
8
  CJS dist/index.js 42.34 KB
12
9
  CJS dist/index.js.map 67.91 KB
13
- CJS ⚡️ Build success in 22ms
10
+ CJS ⚡️ Build success in 46ms
11
+ ESM dist/index.mjs 37.54 KB
12
+ ESM dist/index.mjs.map 68.07 KB
13
+ ESM ⚡️ Build success in 46ms
14
14
  DTS Build start
15
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 4487ms
16
+ DTS ⚡️ Build success in 3045ms
17
17
  DTS dist/index.d.ts 4.71 KB
18
18
  DTS dist/index.d.mts 4.71 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @noya-app/state-manager
2
2
 
3
+ ## 0.1.21
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [20de550]
8
+ - @noya-app/state-manager@0.1.20
9
+
3
10
  ## 0.1.20
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.20",
3
+ "version": "0.1.21",
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.19",
12
+ "@noya-app/state-manager": "0.1.20",
13
13
  "@noya-app/emitter": "0.1.0",
14
14
  "@noya-app/observable": "0.1.1",
15
15
  "react-inspector": "6.0.2"