@noya-app/noya-multiplayer-react 0.1.87 → 0.1.89
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 +11 -11
- package/CHANGELOG.md +17 -0
- package/dist/index.bundle.js +29 -25
- package/dist/index.d.mts +124 -4
- package/dist/index.d.ts +124 -4
- package/dist/index.js +73 -46
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +73 -46
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
- package/src/useResourceUrl.ts +4 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -6,8 +6,8 @@ $ tsup src/index.ts --config bundle.config.ts
|
|
|
6
6
|
[34mCLI[39m Using tsup config: /home/runner/work/noya-core/noya-core/packages/noya-multiplayer-react/bundle.config.ts
|
|
7
7
|
[34mCLI[39m Target: es2022
|
|
8
8
|
[34mCJS[39m Build start
|
|
9
|
-
[32mCJS[39m [1mdist/index.bundle.js [22m[
|
|
10
|
-
[32mCJS[39m ⚡️ Build success in
|
|
9
|
+
[32mCJS[39m [1mdist/index.bundle.js [22m[32m673.66 KB[39m
|
|
10
|
+
[32mCJS[39m ⚡️ Build success in 2201ms
|
|
11
11
|
$ tsup src/index.ts --format cjs,esm --dts --sourcemap
|
|
12
12
|
[34mCLI[39m Building entry: src/index.ts
|
|
13
13
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
@@ -15,13 +15,13 @@ $ tsup src/index.ts --format cjs,esm --dts --sourcemap
|
|
|
15
15
|
[34mCLI[39m Target: esnext
|
|
16
16
|
[34mCJS[39m Build start
|
|
17
17
|
[34mESM[39m Build start
|
|
18
|
-
[32mCJS[39m [1mdist/index.js [22m[32m312.
|
|
19
|
-
[32mCJS[39m [1mdist/index.js.map [22m[
|
|
20
|
-
[32mCJS[39m ⚡️ Build success in
|
|
21
|
-
[32mESM[39m [1mdist/index.mjs [22m[
|
|
22
|
-
[32mESM[39m [1mdist/index.mjs.map [22m[
|
|
23
|
-
[32mESM[39m ⚡️ Build success in
|
|
18
|
+
[32mCJS[39m [1mdist/index.js [22m[32m312.83 KB[39m
|
|
19
|
+
[32mCJS[39m [1mdist/index.js.map [22m[32m680.38 KB[39m
|
|
20
|
+
[32mCJS[39m ⚡️ Build success in 2253ms
|
|
21
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m303.38 KB[39m
|
|
22
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m679.68 KB[39m
|
|
23
|
+
[32mESM[39m ⚡️ Build success in 2257ms
|
|
24
24
|
[34mDTS[39m Build start
|
|
25
|
-
[32mDTS[39m ⚡️ Build success in
|
|
26
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[
|
|
27
|
-
[32mDTS[39m [1mdist/index.d.mts [22m[
|
|
25
|
+
[32mDTS[39m ⚡️ Build success in 47467ms
|
|
26
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m32.21 KB[39m
|
|
27
|
+
[32mDTS[39m [1mdist/index.d.mts [22m[32m32.21 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @noya-app/state-manager
|
|
2
2
|
|
|
3
|
+
## 0.1.89
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 24a7982: Update packages
|
|
8
|
+
- Updated dependencies [24a7982]
|
|
9
|
+
- Updated dependencies [342e44a]
|
|
10
|
+
- @noya-app/state-manager@0.2.0
|
|
11
|
+
|
|
12
|
+
## 0.1.88
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [4f044b7]
|
|
17
|
+
- @noya-app/state-manager@0.1.70
|
|
18
|
+
- @noya-app/react-utils@0.1.31
|
|
19
|
+
|
|
3
20
|
## 0.1.87
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|