@noya-app/noya-multiplayer-react 0.1.51 → 0.1.52
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 +22 -11
- package/CHANGELOG.md +8 -0
- package/dist/index.bundle.js +28 -8
- package/dist/index.d.mts +20 -9
- package/dist/index.d.ts +20 -9
- package/dist/index.js +1940 -1880
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1755 -1698
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
- package/src/NoyaStateContext.tsx +8 -7
- package/src/ai.ts +17 -0
- package/src/index.ts +1 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -7,8 +7,19 @@
|
|
|
7
7
|
[34mCLI[39m Using tsup config: /Users/devinabbott/Projects/noya-core/packages/noya-multiplayer-react/bundle.config.ts
|
|
8
8
|
[34mCLI[39m Target: es2022
|
|
9
9
|
[34mCJS[39m Build start
|
|
10
|
-
|
|
11
|
-
[
|
|
10
|
+
|
|
11
|
+
[90m[[90m9:27:15 AM[90m][39m [43m[30m WARN [39m[49m [33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1mUsing direct eval with a bundler is not recommended and may cause problems[0m [direct-eval]
|
|
12
|
+
|
|
13
|
+
../state-manager/src/NoyaManager.ts:123:30:
|
|
14
|
+
[37m 123 │ const mutator = [32meval[37m(
|
|
15
|
+
╵ [32m~~~~[0m
|
|
16
|
+
|
|
17
|
+
You can read more about direct eval and bundling here: [4mhttps://esbuild.github.io/link/direct-eval[0m
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
[32mCJS[39m [1mdist/index.bundle.js [22m[32m277.31 KB[39m
|
|
22
|
+
[32mCJS[39m ⚡️ Build success in 99ms
|
|
12
23
|
[0m[2m[35m$[0m [2m[1mtsup src/index.ts --format cjs,esm --dts --sourcemap[0m
|
|
13
24
|
[34mCLI[39m Building entry: src/index.ts
|
|
14
25
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
@@ -16,13 +27,13 @@
|
|
|
16
27
|
[34mCLI[39m Target: esnext
|
|
17
28
|
[34mCJS[39m Build start
|
|
18
29
|
[34mESM[39m Build start
|
|
30
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m201.05 KB[39m
|
|
31
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m467.04 KB[39m
|
|
32
|
+
[32mESM[39m ⚡️ Build success in 126ms
|
|
33
|
+
[32mCJS[39m [1mdist/index.js [22m[32m206.48 KB[39m
|
|
34
|
+
[32mCJS[39m [1mdist/index.js.map [22m[32m467.39 KB[39m
|
|
35
|
+
[32mCJS[39m ⚡️ Build success in 127ms
|
|
19
36
|
DTS Build start
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
[32mCJS[39m [1mdist/index.js [22m[32m204.90 KB[39m
|
|
24
|
-
[32mCJS[39m [1mdist/index.js.map [22m[32m463.84 KB[39m
|
|
25
|
-
[32mCJS[39m ⚡️ Build success in 332ms
|
|
26
|
-
DTS ⚡️ Build success in 6693ms
|
|
27
|
-
DTS dist/index.d.ts 16.29 KB
|
|
28
|
-
DTS dist/index.d.mts 16.29 KB
|
|
37
|
+
DTS ⚡️ Build success in 6633ms
|
|
38
|
+
DTS dist/index.d.ts 16.79 KB
|
|
39
|
+
DTS dist/index.d.mts 16.79 KB
|