@noya-app/noya-multiplayer-react 0.1.72 → 0.1.73
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 +6 -6
- package/CHANGELOG.md +6 -0
- package/package.json +1 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
[34mCLI[39m Target: es2022
|
|
9
9
|
[34mCJS[39m Build start
|
|
10
10
|
[32mCJS[39m [1mdist/index.bundle.js [22m[32m610.89 KB[39m
|
|
11
|
-
[32mCJS[39m ⚡️ Build success in
|
|
11
|
+
[32mCJS[39m ⚡️ Build success in 125ms
|
|
12
12
|
[0m[2m[35m$[0m [2m[1mtsup src/index.ts --format cjs,esm --dts --sourcemap[0m
|
|
13
13
|
[34mCLI[39m Building entry: src/index.ts
|
|
14
14
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
@@ -16,13 +16,13 @@
|
|
|
16
16
|
[34mCLI[39m Target: esnext
|
|
17
17
|
[34mCJS[39m Build start
|
|
18
18
|
[34mESM[39m Build start
|
|
19
|
-
[32mESM[39m [1mdist/index.mjs [22m[32m282.15 KB[39m
|
|
20
|
-
[32mESM[39m [1mdist/index.mjs.map [22m[32m638.85 KB[39m
|
|
21
|
-
[32mESM[39m ⚡️ Build success in 113ms
|
|
22
19
|
[32mCJS[39m [1mdist/index.js [22m[32m290.43 KB[39m
|
|
23
20
|
[32mCJS[39m [1mdist/index.js.map [22m[32m639.61 KB[39m
|
|
24
|
-
[32mCJS[39m ⚡️ Build success in
|
|
21
|
+
[32mCJS[39m ⚡️ Build success in 136ms
|
|
22
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m282.15 KB[39m
|
|
23
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m638.85 KB[39m
|
|
24
|
+
[32mESM[39m ⚡️ Build success in 137ms
|
|
25
25
|
DTS Build start
|
|
26
|
-
DTS ⚡️ Build success in
|
|
26
|
+
DTS ⚡️ Build success in 4073ms
|
|
27
27
|
DTS dist/index.d.ts 26.72 KB
|
|
28
28
|
DTS dist/index.d.mts 26.72 KB
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@noya-app/noya-multiplayer-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.73",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/index.mjs",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
|
-
"browser": "./dist/index.bundle.js",
|
|
8
7
|
"scripts": {
|
|
9
8
|
"build": "npm run build:bundle && npm run build:main",
|
|
10
9
|
"build:main": "tsup src/index.ts --format cjs,esm --dts --sourcemap",
|