@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.
- package/.turbo/turbo-build.log +4 -4
- package/CHANGELOG.md +7 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -7,12 +7,12 @@
|
|
|
7
7
|
[34mESM[39m Build start
|
|
8
8
|
[32mCJS[39m [1mdist/index.js [22m[32m50.29 KB[39m
|
|
9
9
|
[32mCJS[39m [1mdist/index.js.map [22m[32m81.83 KB[39m
|
|
10
|
-
[32mCJS[39m ⚡️ Build success in
|
|
10
|
+
[32mCJS[39m ⚡️ Build success in 43ms
|
|
11
11
|
[32mESM[39m [1mdist/index.mjs [22m[32m44.76 KB[39m
|
|
12
12
|
[32mESM[39m [1mdist/index.mjs.map [22m[32m82.05 KB[39m
|
|
13
|
-
[32mESM[39m ⚡️ Build success in
|
|
13
|
+
[32mESM[39m ⚡️ Build success in 44ms
|
|
14
14
|
[34mDTS[39m Build start
|
|
15
|
-
"ComponentPropsWithoutRef" is imported from external module "react" but never used in "src/
|
|
16
|
-
[32mDTS[39m ⚡️ Build success in
|
|
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
|
+
[32mDTS[39m ⚡️ Build success in 2585ms
|
|
17
17
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m7.30 KB[39m
|
|
18
18
|
[32mDTS[39m [1mdist/index.d.mts [22m[32m7.30 KB[39m
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@noya-app/noya-multiplayer-react",
|
|
3
|
-
"version": "0.1.
|
|
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.
|
|
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"
|