@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.
@@ -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
+ CLI Building entry: src/index.ts
6
+ CLI Using tsconfig: tsconfig.json
7
+ CLI tsup v8.5.0
8
+ CLI Target: esnext
9
+ CJS Build start
10
+ ESM Build start
11
+ CJS dist\index.cjs 255.56 KB
12
+ CJS ⚡️ Build success in 204ms
13
+ ESM dist\index.js 255.39 KB
14
+ ESM ⚡️ 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.