@pixotope/socket.io-client 0.0.1
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 +14 -0
- package/.turbo/turbo-check-types.log +13 -0
- package/dist/index.cjs +8319 -0
- package/dist/index.cjs.js +2 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.es.js +2338 -0
- package/dist/index.es.js.map +1 -0
- package/dist/index.js +8305 -0
- package/package.json +18 -0
- package/src/index.ts +1 -0
- package/tsconfig.json +27 -0
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
> @pixotope/socket.io-client@0.0.1 build D:\dev\w\pixotope-foundation\packages\socket.io-client
|
|
3
|
+
> tsup src/index.ts --format cjs,esm
|
|
4
|
+
|
|
5
|
+
[34mCLI[39m Building entry: src/index.ts
|
|
6
|
+
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
7
|
+
[34mCLI[39m tsup v8.5.0
|
|
8
|
+
[34mCLI[39m Target: esnext
|
|
9
|
+
[34mCJS[39m Build start
|
|
10
|
+
[34mESM[39m Build start
|
|
11
|
+
[32mCJS[39m [1mdist\index.cjs [22m[32m255.56 KB[39m
|
|
12
|
+
[32mCJS[39m ⚡️ Build success in 204ms
|
|
13
|
+
[32mESM[39m [1mdist\index.js [22m[32m255.39 KB[39m
|
|
14
|
+
[32mESM[39m ⚡️ Build success in 204ms
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
|
|
2
|
+
> @pixotope/socket.io-client@0.0.1 check-types D:\dev\w\pixotope-foundation\packages\socket.io-client
|
|
3
|
+
> tsc --noEmit
|
|
4
|
+
|
|
5
|
+
../../node_modules/.pnpm/engine.io-client@6.6.2/node_modules/engine.io-client/build/esm/transports/polling-xhr.d.ts(65,58): error TS2304: Cannot find name 'XMLHttpRequest'.
|
|
6
|
+
../../node_modules/.pnpm/vite@6.0.3_@types+node@22.10.2_yaml@2.6.1/node_modules/vite/client.d.ts(195,15): error TS2503: Cannot find namespace 'WebAssembly'.
|
|
7
|
+
../../node_modules/.pnpm/vite@6.0.3_@types+node@22.10.2_yaml@2.6.1/node_modules/vite/client.d.ts(196,16): error TS2503: Cannot find namespace 'WebAssembly'.
|
|
8
|
+
../../node_modules/.pnpm/vite@6.0.3_@types+node@22.10.2_yaml@2.6.1/node_modules/vite/client.d.ts(203,40): error TS2304: Cannot find name 'Worker'.
|
|
9
|
+
../../node_modules/.pnpm/vite@6.0.3_@types+node@22.10.2_yaml@2.6.1/node_modules/vite/client.d.ts(210,40): error TS2304: Cannot find name 'Worker'.
|
|
10
|
+
../../node_modules/.pnpm/vite@6.0.3_@types+node@22.10.2_yaml@2.6.1/node_modules/vite/client.d.ts(222,40): error TS2304: Cannot find name 'SharedWorker'.
|
|
11
|
+
../../node_modules/.pnpm/vite@6.0.3_@types+node@22.10.2_yaml@2.6.1/node_modules/vite/client.d.ts(229,40): error TS2304: Cannot find name 'SharedWorker'.
|
|
12
|
+
../../node_modules/.pnpm/vite@6.0.3_@types+node@22.10.2_yaml@2.6.1/node_modules/vite/types/importGlob.d.ts(38,11): error TS2304: Cannot find name 'Worker'.
|
|
13
|
+
ELIFECYCLE Command failed with exit code 2.
|