@noya-app/noya-multiplayer-react 0.1.16 → 0.1.17

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
  ESM dist/index.mjs 29.75 KB
9
9
  ESM dist/index.mjs.map 53.84 KB
10
- ESM ⚡️ Build success in 30ms
10
+ ESM ⚡️ Build success in 50ms
11
11
  CJS dist/index.js 33.83 KB
12
12
  CJS dist/index.js.map 53.63 KB
13
- CJS ⚡️ Build success in 30ms
13
+ CJS ⚡️ Build success in 70ms
14
14
  DTS Build start
15
15
  "ComponentPropsWithoutRef" is imported from external module "react" but never used in "src/inspector/StateInspector.tsx" and "src/hooks.ts".
16
- DTS ⚡️ Build success in 1892ms
16
+ DTS ⚡️ Build success in 2630ms
17
17
  DTS dist/index.d.ts 2.69 KB
18
18
  DTS dist/index.d.mts 2.69 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @noya-app/state-manager
2
2
 
3
+ ## 0.1.17
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d694f45]
8
+ - @noya-app/state-manager@0.1.17
9
+
3
10
  ## 0.1.16
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.16",
3
+ "version": "0.1.17",
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.16",
12
+ "@noya-app/state-manager": "0.1.17",
13
13
  "@noya-app/emitter": "0.1.0",
14
14
  "react-inspector": "6.0.2"
15
15
  },