@noya-app/noya-multiplayer-react 0.1.82 → 0.1.83
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 +5 -5
- package/CHANGELOG.md +7 -0
- package/dist/index.bundle.js +24 -24
- package/package.json +2 -2
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[32m661.52 KB[39m
|
|
10
|
+
[32mCJS[39m ⚡️ Build success in 1369ms
|
|
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
|
|
@@ -17,11 +17,11 @@ $ tsup src/index.ts --format cjs,esm --dts --sourcemap
|
|
|
17
17
|
[34mESM[39m Build start
|
|
18
18
|
[32mCJS[39m [1mdist/index.js [22m[32m310.45 KB[39m
|
|
19
19
|
[32mCJS[39m [1mdist/index.js.map [22m[32m675.09 KB[39m
|
|
20
|
-
[32mCJS[39m ⚡️ Build success in
|
|
20
|
+
[32mCJS[39m ⚡️ Build success in 1792ms
|
|
21
21
|
[32mESM[39m [1mdist/index.mjs [22m[32m301.14 KB[39m
|
|
22
22
|
[32mESM[39m [1mdist/index.mjs.map [22m[32m674.43 KB[39m
|
|
23
|
-
[32mESM[39m ⚡️ Build success in
|
|
23
|
+
[32mESM[39m ⚡️ Build success in 1796ms
|
|
24
24
|
[34mDTS[39m Build start
|
|
25
|
-
[32mDTS[39m ⚡️ Build success in
|
|
25
|
+
[32mDTS[39m ⚡️ Build success in 28891ms
|
|
26
26
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m27.32 KB[39m
|
|
27
27
|
[32mDTS[39m [1mdist/index.d.mts [22m[32m27.32 KB[39m
|