{"_id":"@codeforbreakfast/eventsourcing-websocket-transport","_rev":"9-608182fa8edf83cbdef790001df268b4","name":"@codeforbreakfast/eventsourcing-websocket-transport","dist-tags":{"latest":"0.3.7"},"versions":{"0.2.0":{"name":"@codeforbreakfast/eventsourcing-websocket-transport","version":"0.2.0","keywords":["event-sourcing","websocket","real-time","event-streaming","transport","effect","functional-programming"],"author":{"name":"Code for Breakfast"},"license":"MIT","_id":"@codeforbreakfast/eventsourcing-websocket-transport@0.2.0","maintainers":[{"name":"graemef","email":"graemef@gmail.com"}],"homepage":"https://github.com/codeforbreakfast/eventsourcing#readme","bugs":{"url":"https://github.com/codeforbreakfast/eventsourcing/issues"},"dist":{"shasum":"87d75dda5511f36a313bd8dd096c1cc184d92e5d","tarball":"https://registry.npmjs.org/@codeforbreakfast/eventsourcing-websocket-transport/-/eventsourcing-websocket-transport-0.2.0.tgz","fileCount":13,"integrity":"sha512-1+u73C+Wo1/cYpFkKWiV2DHEDKcM3eCsJJrh3lBZnr9ievv5WitVeFsY3/1WxTj+ynjOqxTQw9Q4jKBuWVFVlw==","signatures":[{"sig":"MEUCIQCsS6JVJq37RT0UTkDAgd+HpXDjuLgAvFtxNsqRMca57wIgMPNtEVrU5+uWYRSPMAmNRHlsaMERQcj8sSzohz7/wCg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":126116},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"},"./package.json":"./package.json"},"gitHead":"a1cd158103971be49c0fc80bf6cec2efdd9785d6","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"bun test","build":"bun build ./src/index.ts --outdir ./dist --target bun --format esm --external effect --external @effect/* --external @codeforbreakfast/* && bun x tsc --build","clean":"rm -rf dist","typecheck":"tsc --noEmit","test:watch":"bun test --watch","prepublishOnly":"bun run clean && bun run build","publish:package":"bun publish --access public"},"_npmUser":{"name":"graemef","email":"graemef@gmail.com"},"repository":{"url":"git+https://github.com/codeforbreakfast/eventsourcing.git","type":"git","directory":"packages/eventsourcing-websocket-transport"},"_npmVersion":"10.8.2","description":"WebSocket transport layer for event sourcing with Effect","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"@codeforbreakfast/eventsourcing-store":"workspace:*"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"effect":"3.17.14","eslint":"9.36.0","vitest":"3.2.4","typescript":"5.9.2","@types/node":"24.5.2"},"peerDependencies":{"effect":"^3.17.0"},"_npmOperationalInternal":{"tmp":"tmp/eventsourcing-websocket-transport_0.2.0_1758449814625_0.5928823897057414","host":"s3://npm-registry-packages-npm-production"}},"0.2.1":{"name":"@codeforbreakfast/eventsourcing-websocket-transport","version":"0.2.1","keywords":["event-sourcing","websocket","real-time","event-streaming","transport","effect","functional-programming"],"author":{"name":"Code for Breakfast"},"license":"MIT","_id":"@codeforbreakfast/eventsourcing-websocket-transport@0.2.1","maintainers":[{"name":"graemef","email":"graemef@gmail.com"}],"homepage":"https://github.com/codeforbreakfast/eventsourcing#readme","bugs":{"url":"https://github.com/codeforbreakfast/eventsourcing/issues"},"dist":{"shasum":"0dcd8aa8b3d4f34a44a52b160a0924089eb0dc9f","tarball":"https://registry.npmjs.org/@codeforbreakfast/eventsourcing-websocket-transport/-/eventsourcing-websocket-transport-0.2.1.tgz","fileCount":13,"integrity":"sha512-XYb51YyqgOjHmdtapbRz0zAIWWgUTfMK61yd9SgWZl9rI0CkDlnJw1KX63kF3pkGmGxzoZTDG8tg/1MVH9fTnQ==","signatures":[{"sig":"MEYCIQCEpZZ7VqPHXzo7Yc6ggasE6T/suWvXAehPZEtQP7rgSwIhALhe4WbwO84lG1WQ8oSLmFNVY849VonUJXNFt7nTvThx","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":126116},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"},"./package.json":"./package.json"},"gitHead":"fb64ff2d03d1d1940de91d498ce77963573ea2e5","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"bun test","build":"bun build ./src/index.ts --outdir ./dist --target bun --format esm --external effect --external @effect/* --external @codeforbreakfast/* && bun x tsc --build","clean":"rm -rf dist","typecheck":"tsc --noEmit","test:watch":"bun test --watch","prepublishOnly":"bun run clean && bun run build","publish:package":"bun publish --access public"},"_npmUser":{"name":"graemef","email":"graemef@gmail.com"},"repository":{"url":"git+https://github.com/codeforbreakfast/eventsourcing.git","type":"git","directory":"packages/eventsourcing-websocket-transport"},"_npmVersion":"10.8.2","description":"WebSocket transport layer for event sourcing with Effect","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"@codeforbreakfast/eventsourcing-store":"workspace:*"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"effect":"3.17.14","eslint":"9.36.0","vitest":"3.2.4","typescript":"5.9.2","@types/node":"24.5.2"},"peerDependencies":{"effect":"^3.17.0"},"_npmOperationalInternal":{"tmp":"tmp/eventsourcing-websocket-transport_0.2.1_1758455503869_0.881741367979872","host":"s3://npm-registry-packages-npm-production"}},"0.3.0":{"name":"@codeforbreakfast/eventsourcing-websocket-transport","version":"0.3.0","keywords":["event-sourcing","websocket","real-time","event-streaming","transport","streaming","effect","effect-ts","functional-programming","fp","typescript","type-safe","live-updates","push-notifications","reactive","browser","client-server","communication"],"author":{"name":"Code for Breakfast"},"license":"MIT","_id":"@codeforbreakfast/eventsourcing-websocket-transport@0.3.0","maintainers":[{"name":"graemef","email":"graemef@gmail.com"}],"homepage":"https://github.com/codeforbreakfast/eventsourcing#readme","bugs":{"url":"https://github.com/codeforbreakfast/eventsourcing/issues"},"dist":{"shasum":"6cebc85b9c1645e3affdba9585327e8b93233047","tarball":"https://registry.npmjs.org/@codeforbreakfast/eventsourcing-websocket-transport/-/eventsourcing-websocket-transport-0.3.0.tgz","fileCount":14,"integrity":"sha512-ZWcrl4PID8lWxzx5x0YyzcSvl24PnqHj14gHk6vLcf5nJcY3Rn36Fv+jdz4DsU5AZfX2N4eljgEYMTL6/amBvw==","signatures":[{"sig":"MEUCICSj4BAyUGQ/hOfcqqtwhoXTcQ8OrDzNfLR5mXHhiykPAiEAjyqm5VzWUj9N/lJrFyNz1K0FKeaWM9x+fwQ7hkdrYrU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":148806},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"},"./package.json":"./package.json"},"gitHead":"91a605488848987629e10ba81fdec39412844f8b","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"bun test","build":"bun build ./src/index.ts --outdir ./dist --target bun --format esm --external effect --external @effect/* --external @codeforbreakfast/* && bun x tsc --build","clean":"rm -rf dist","typecheck":"tsc --noEmit","test:watch":"bun test --watch","prepublishOnly":"bun run clean && bun run build","publish:package":"bun publish --access public"},"_npmUser":{"name":"graemef","email":"graemef@gmail.com"},"repository":{"url":"git+https://github.com/codeforbreakfast/eventsourcing.git","type":"git","directory":"packages/eventsourcing-websocket-transport"},"_npmVersion":"10.8.2","description":"Real-time WebSocket transport for event sourcing with Effect - Stream events to browsers and clients with type-safe, resilient real-time communication","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"@codeforbreakfast/eventsourcing-store":"workspace:*"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"effect":"3.17.14","eslint":"9.36.0","vitest":"3.2.4","typescript":"5.9.2","@types/node":"24.5.2"},"peerDependencies":{"effect":"^3.17.0"},"_npmOperationalInternal":{"tmp":"tmp/eventsourcing-websocket-transport_0.3.0_1758457381791_0.6474970471885935","host":"s3://npm-registry-packages-npm-production"}},"0.3.1":{"name":"@codeforbreakfast/eventsourcing-websocket-transport","version":"0.3.1","keywords":["event-sourcing","websocket","real-time","event-streaming","transport","streaming","effect","effect-ts","functional-programming","fp","typescript","type-safe","live-updates","push-notifications","reactive","browser","client-server","communication"],"author":{"name":"Code for Breakfast"},"license":"MIT","_id":"@codeforbreakfast/eventsourcing-websocket-transport@0.3.1","maintainers":[{"name":"graemef","email":"graemef@gmail.com"}],"homepage":"https://github.com/codeforbreakfast/eventsourcing#readme","bugs":{"url":"https://github.com/codeforbreakfast/eventsourcing/issues"},"dist":{"shasum":"e0d21f28ce3e7bd4739ec3485e0204eb5a4a5731","tarball":"https://registry.npmjs.org/@codeforbreakfast/eventsourcing-websocket-transport/-/eventsourcing-websocket-transport-0.3.1.tgz","fileCount":14,"integrity":"sha512-O1zM6mv9RMeKns+ADDQuras9X0cQKpvaWJv6tCk/db7ac00KV/AFDyXk99cKCrn+6O2+H7qvhfIHIYU4NWsWjQ==","signatures":[{"sig":"MEYCIQDmk4SXbPbv7PdAtaV/ANaNXYFsh+VU0C3lLkf0/oksVQIhAJ+v55TmNc/oHJb0/tOx74dA+NpxC1P5qaJjBGmnd8K1","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":148806},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"},"./package.json":"./package.json"},"gitHead":"d66a71f2237dac8eb5a2b344fa6bc474ec6cce72","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"bun test","build":"bun build ./src/index.ts --outdir ./dist --target bun --format esm --external effect --external @effect/* --external @codeforbreakfast/* && bun x tsc --build","clean":"rm -rf dist","typecheck":"tsc --noEmit","test:watch":"bun test --watch","prepublishOnly":"bun run clean && bun run build","publish:package":"bun publish --access public"},"_npmUser":{"name":"graemef","email":"graemef@gmail.com"},"repository":{"url":"git+https://github.com/codeforbreakfast/eventsourcing.git","type":"git","directory":"packages/eventsourcing-websocket-transport"},"_npmVersion":"10.8.2","description":"Real-time WebSocket transport for event sourcing with Effect - Stream events to browsers and clients with type-safe, resilient real-time communication","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"@codeforbreakfast/eventsourcing-store":"workspace:*"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"effect":"3.17.14","eslint":"9.36.0","vitest":"3.2.4","typescript":"5.9.2","@types/node":"24.5.2"},"peerDependencies":{"effect":"^3.17.0"},"_npmOperationalInternal":{"tmp":"tmp/eventsourcing-websocket-transport_0.3.1_1758459656547_0.849820239012766","host":"s3://npm-registry-packages-npm-production"}},"0.3.2":{"name":"@codeforbreakfast/eventsourcing-websocket-transport","version":"0.3.2","keywords":["event-sourcing","websocket","real-time","event-streaming","transport","streaming","effect","effect-ts","functional-programming","fp","typescript","type-safe","live-updates","push-notifications","reactive","browser","client-server","communication"],"author":{"name":"Code for Breakfast"},"license":"MIT","_id":"@codeforbreakfast/eventsourcing-websocket-transport@0.3.2","maintainers":[{"name":"graemef","email":"graemef@gmail.com"}],"homepage":"https://github.com/codeforbreakfast/eventsourcing#readme","bugs":{"url":"https://github.com/codeforbreakfast/eventsourcing/issues"},"dist":{"shasum":"18a55bbdb1458458cb482678f1ad88642ffdf8aa","tarball":"https://registry.npmjs.org/@codeforbreakfast/eventsourcing-websocket-transport/-/eventsourcing-websocket-transport-0.3.2.tgz","fileCount":14,"integrity":"sha512-lifWB+WkGhgSBQ7HZ4J2BxsAUoQT85pu8svd8GeyHVvA7ydZ3ZwDbdC5RIdLdkj7HulSP2nFTZiX2xahZzEWxQ==","signatures":[{"sig":"MEQCIA7/hi3p/JHvNYJVzgzua7JQOmF0r4JuaJYyZrSVQg04AiAZGJ7Z81r6u7FGiAjOUYOu/8oehXtOGhAJSz5qZYEU1Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":148821},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"},"./package.json":"./package.json"},"gitHead":"cb3f8719089467198209dafda72aedfa33f910db","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"bun test","build":"bun build ./src/index.ts --outdir ./dist --target bun --format esm --external effect --external @effect/* --external @codeforbreakfast/* && bun x tsc --build","clean":"rm -rf dist","typecheck":"tsc --noEmit","test:watch":"bun test --watch","prepublishOnly":"bun run clean && bun run build","publish:package":"bun publish --access public"},"_npmUser":{"name":"graemef","email":"graemef@gmail.com"},"repository":{"url":"git+https://github.com/codeforbreakfast/eventsourcing.git","type":"git","directory":"packages/eventsourcing-websocket-transport"},"_npmVersion":"10.8.2","description":"Real-time WebSocket transport for event sourcing with Effect - Stream events to browsers and clients with type-safe, resilient real-time communication","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"@codeforbreakfast/eventsourcing-store":"workspace:*"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"effect":"3.17.14","eslint":"9.36.0","vitest":"3.2.4","typescript":"5.9.2","@types/node":"24.5.2"},"peerDependencies":{"effect":"^3.17.0"},"_npmOperationalInternal":{"tmp":"tmp/eventsourcing-websocket-transport_0.3.2_1758462658979_0.5237839422385144","host":"s3://npm-registry-packages-npm-production"}},"0.3.3":{"name":"@codeforbreakfast/eventsourcing-websocket-transport","version":"0.3.3","keywords":["event-sourcing","websocket","real-time","event-streaming","transport","streaming","effect","effect-ts","functional-programming","fp","typescript","type-safe","live-updates","push-notifications","reactive","browser","client-server","communication"],"author":{"name":"Code for Breakfast"},"license":"MIT","_id":"@codeforbreakfast/eventsourcing-websocket-transport@0.3.3","maintainers":[{"name":"graemef","email":"graemef@gmail.com"}],"homepage":"https://github.com/codeforbreakfast/eventsourcing#readme","bugs":{"url":"https://github.com/codeforbreakfast/eventsourcing/issues"},"dist":{"shasum":"472e5624d50be06abd95a73d82528485ea1820d7","tarball":"https://registry.npmjs.org/@codeforbreakfast/eventsourcing-websocket-transport/-/eventsourcing-websocket-transport-0.3.3.tgz","fileCount":14,"integrity":"sha512-GBctLcRJOU3zjAkCTWTX2xkAH+4CI4WBGaxLRHd2L9KT4D3FRzQOE6KttDPV91R5weRVMZJXdifVR42OhAgxCg==","signatures":[{"sig":"MEYCIQCl18P4GQyn4DaXSgozIM8KPniidRjviciRRXIFylGk5QIhAK4I+5GNxMOR+gHztLHfrEgOB6KtPMAhggVGvXaFj8jW","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":148821},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"},"./package.json":"./package.json"},"gitHead":"d2171855d7ad9b419abb1b213586048a0199001e","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"bun test","build":"bun build ./src/index.ts --outdir ./dist --target bun --format esm --external effect --external @effect/* --external @codeforbreakfast/* && bun x tsc --build","clean":"rm -rf dist","typecheck":"tsc --noEmit","test:watch":"bun test --watch","prepublishOnly":"bun run clean && bun run build","publish:package":"bun publish --access public"},"_npmUser":{"name":"graemef","email":"graemef@gmail.com"},"repository":{"url":"git+https://github.com/codeforbreakfast/eventsourcing.git","type":"git","directory":"packages/eventsourcing-websocket-transport"},"_npmVersion":"10.8.2","description":"Real-time WebSocket transport for event sourcing with Effect - Stream events to browsers and clients with type-safe, resilient real-time communication","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"@codeforbreakfast/eventsourcing-store":"workspace:*"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"effect":"3.17.14","eslint":"9.36.0","vitest":"3.2.4","typescript":"5.9.2","@types/node":"24.5.2"},"peerDependencies":{"effect":"^3.17.0"},"_npmOperationalInternal":{"tmp":"tmp/eventsourcing-websocket-transport_0.3.3_1758469474460_0.9949270720359475","host":"s3://npm-registry-packages-npm-production"}},"0.3.4":{"name":"@codeforbreakfast/eventsourcing-websocket-transport","version":"0.3.4","keywords":["event-sourcing","websocket","real-time","event-streaming","transport","streaming","effect","effect-ts","functional-programming","fp","typescript","type-safe","live-updates","push-notifications","reactive","browser","client-server","communication"],"author":"Code for Breakfast","license":"MIT","_id":"@codeforbreakfast/eventsourcing-websocket-transport@0.3.4","maintainers":[{"name":"graemef","email":"graemef@gmail.com"}],"homepage":"https://github.com/codeforbreakfast/eventsourcing#readme","bugs":{"url":"https://github.com/codeforbreakfast/eventsourcing/issues"},"dist":{"shasum":"5ca131724c406a16f0e75bb59716e26ea31cc815","tarball":"https://registry.npmjs.org/@codeforbreakfast/eventsourcing-websocket-transport/-/eventsourcing-websocket-transport-0.3.4.tgz","fileCount":14,"integrity":"sha512-ICp+zkE25ZS8FDl+U+APPQjnkGfeLw5LWL/BZ0C7sFkYEVwQmw2SbP3L3++5yrzQB7gpxub2YNjBmXndt3E0fA==","signatures":[{"sig":"MEYCIQCJsqJ1IIhs9iuwg3RdQspj4YN/6Jf6BlTpQi6ZjiRW7AIhAPoxmlC4aXi+XkMxWkLBy6I5taVaYXbLxmM2ZIJ0nQbY","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":148815},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","shasum":"5ca131724c406a16f0e75bb59716e26ea31cc815","engines":{"node":">=18.0.0"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"},"./package.json":"./package.json"},"scripts":{"lint":"eslint . --ext .ts,.tsx","test":"bun test","build":"bun build ./src/index.ts --outdir ./dist --target bun --format esm --external effect --external @effect/* --external @codeforbreakfast/* && bun x tsc --build","clean":"rm -rf dist","typecheck":"tsc --noEmit","test:watch":"bun test --watch","prepublishOnly":"bun run clean && bun run build","publish:package":"bun publish --access public"},"_npmUser":{"name":"graemef","email":"graemef@gmail.com"},"_integrity":"sha512-ICp+zkE25ZS8FDl+U+APPQjnkGfeLw5LWL/BZ0C7sFkYEVwQmw2SbP3L3++5yrzQB7gpxub2YNjBmXndt3E0fA==","repository":{"url":"https://github.com/codeforbreakfast/eventsourcing.git","type":"git","directory":"packages/eventsourcing-websocket-transport"},"_npmVersion":"10.8.3","description":"Real-time WebSocket transport for event sourcing with Effect - Stream events to browsers and clients with type-safe, resilient real-time communication","directories":{},"sideEffects":false,"_nodeVersion":"24.3.0","dependencies":{"@codeforbreakfast/eventsourcing-store":"0.6.2"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"effect":"3.17.14","eslint":"9.36.0","vitest":"3.2.4","typescript":"5.9.2","@types/node":"24.5.2"},"peerDependencies":{"effect":"^3.17.0"},"_npmOperationalInternal":{"tmp":"tmp/eventsourcing-websocket-transport_0.3.4_1758470928509_0.43314437322287946","host":"s3://npm-registry-packages-npm-production"}},"0.3.6":{"name":"@codeforbreakfast/eventsourcing-websocket-transport","version":"0.3.6","keywords":["event-sourcing","websocket","real-time","event-streaming","transport","streaming","effect","effect-ts","functional-programming","fp","typescript","type-safe","live-updates","push-notifications","reactive","browser","client-server","communication"],"author":"Code for Breakfast","license":"MIT","_id":"@codeforbreakfast/eventsourcing-websocket-transport@0.3.6","maintainers":[{"name":"graemef","email":"graemef@gmail.com"}],"homepage":"https://github.com/codeforbreakfast/eventsourcing#readme","bugs":{"url":"https://github.com/codeforbreakfast/eventsourcing/issues"},"dist":{"shasum":"91d8432e384a1b1653e15fd9ad1535fabee10369","tarball":"https://registry.npmjs.org/@codeforbreakfast/eventsourcing-websocket-transport/-/eventsourcing-websocket-transport-0.3.6.tgz","fileCount":32,"integrity":"sha512-LMJcUSR12+Nv3LaqaMy/IOshhRBD7Gg093DOD9SRn214r3YDBCHQqIzo4ndhKHigeLVen0asukydE1tUnNXBhw==","signatures":[{"sig":"MEUCIDmACdZH+GAZpt9jY4EWCeEItjsn58yLBh962YrEz3XWAiEAytFOrIaVQkOhsQDe6lsMsRJ5aN0nkVSd199zLm5KP6w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":201480},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","shasum":"91d8432e384a1b1653e15fd9ad1535fabee10369","engines":{"node":">=18.0.0"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"},"./package.json":"./package.json"},"scripts":{"lint":"eslint . --ext .ts,.tsx","test":"bun test","build":"bun build ./src/index.ts --outdir ./dist --target bun --format esm --external effect --external @effect/* --external @codeforbreakfast/* && bun x tsc --build --force","clean":"rm -rf dist","typecheck":"tsc --noEmit","test:watch":"bun test --watch","prepublishOnly":"bun run build","publish:package":"bun publish --access public"},"_npmUser":{"name":"graemef","email":"graemef@gmail.com"},"_integrity":"sha512-LMJcUSR12+Nv3LaqaMy/IOshhRBD7Gg093DOD9SRn214r3YDBCHQqIzo4ndhKHigeLVen0asukydE1tUnNXBhw==","repository":{"url":"https://github.com/codeforbreakfast/eventsourcing.git","type":"git","directory":"packages/eventsourcing-websocket-transport"},"_npmVersion":"10.8.3","description":"Real-time WebSocket transport for event sourcing with Effect - Stream events to browsers and clients with type-safe, resilient real-time communication","directories":{},"sideEffects":false,"_nodeVersion":"24.3.0","dependencies":{"@codeforbreakfast/eventsourcing-store":"0.6.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"effect":"3.17.14","eslint":"9.36.0","vitest":"3.2.4","typescript":"5.9.2","@types/node":"24.5.2"},"peerDependencies":{"effect":"^3.17.0"},"_npmOperationalInternal":{"tmp":"tmp/eventsourcing-websocket-transport_0.3.6_1758474863053_0.9312892949592217","host":"s3://npm-registry-packages-npm-production"}},"0.3.7":{"name":"@codeforbreakfast/eventsourcing-websocket-transport","version":"0.3.7","description":"Real-time WebSocket transport for event sourcing with Effect - Stream events to browsers and clients with type-safe, resilient real-time communication","type":"module","main":"./dist/index.js","module":"./dist/index.js","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"},"./package.json":"./package.json"},"scripts":{"build":"bun build ./src/index.ts --outdir ./dist --target bun --format esm --external effect --external @effect/* --external @codeforbreakfast/* && bun x tsc --build --force","test":"bun test","test:watch":"bun test --watch","lint":"eslint . --ext .ts,.tsx","typecheck":"tsc --noEmit","clean":"rm -rf dist","publish:package":"bun publish --access public","prepublishOnly":"bun run build"},"keywords":["event-sourcing","websocket","real-time","event-streaming","transport","streaming","effect","effect-ts","functional-programming","fp","typescript","type-safe","live-updates","push-notifications","reactive","browser","client-server","communication"],"author":"Code for Breakfast","license":"MIT","repository":{"type":"git","url":"https://github.com/codeforbreakfast/eventsourcing.git","directory":"packages/eventsourcing-websocket-transport"},"bugs":{"url":"https://github.com/codeforbreakfast/eventsourcing/issues"},"homepage":"https://github.com/codeforbreakfast/eventsourcing#readme","peerDependencies":{"effect":"^3.17.0"},"dependencies":{"@codeforbreakfast/eventsourcing-store":"0.6.5"},"devDependencies":{"@types/node":"24.5.2","effect":"3.17.14","typescript":"5.9.2","vitest":"3.2.4","eslint":"9.36.0"},"publishConfig":{"access":"public"},"sideEffects":false,"engines":{"node":">=18.0.0"},"_id":"@codeforbreakfast/eventsourcing-websocket-transport@0.3.7","_integrity":"sha512-1/vR9Dtd6D3MU38eZv1RANA1aBWs9+BKgVdZDDxsLFQjh2kRxenEEQOA1U0XDbHOQ6A9Gnd0RdZqQoq5xX62Ig==","_nodeVersion":"24.3.0","_npmVersion":"10.8.3","shasum":"8ebb9d2be16843c9849b32ea0d120fa82a48db2c","dist":{"integrity":"sha512-1/vR9Dtd6D3MU38eZv1RANA1aBWs9+BKgVdZDDxsLFQjh2kRxenEEQOA1U0XDbHOQ6A9Gnd0RdZqQoq5xX62Ig==","shasum":"8ebb9d2be16843c9849b32ea0d120fa82a48db2c","tarball":"https://registry.npmjs.org/@codeforbreakfast/eventsourcing-websocket-transport/-/eventsourcing-websocket-transport-0.3.7.tgz","fileCount":32,"unpackedSize":201480,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCF1N3BuZAZMnA+sHjTlEvUujgwfDKZLxH/MLBvYfMWggIgYruSxPjWrb9MJT+381/FIQ1tbGn/mBIrdAJD3A8O+Qw="}]},"_npmUser":{"name":"graemef","email":"graemef@gmail.com"},"directories":{},"maintainers":[{"name":"graemef","email":"graemef@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/eventsourcing-websocket-transport_0.3.7_1758476923622_0.32978974000653527"},"_hasShrinkwrap":false}},"time":{"created":"2025-09-21T10:16:54.514Z","modified":"2025-09-21T17:48:43.971Z","0.2.0":"2025-09-21T10:16:54.971Z","0.2.1":"2025-09-21T11:51:44.082Z","0.3.0":"2025-09-21T12:23:01.956Z","0.3.1":"2025-09-21T13:00:56.795Z","0.3.2":"2025-09-21T13:50:59.158Z","0.3.3":"2025-09-21T15:44:34.706Z","0.3.4":"2025-09-21T16:08:48.708Z","0.3.6":"2025-09-21T17:14:23.239Z","0.3.7":"2025-09-21T17:48:43.783Z"},"bugs":{"url":"https://github.com/codeforbreakfast/eventsourcing/issues"},"author":"Code for Breakfast","license":"MIT","homepage":"https://github.com/codeforbreakfast/eventsourcing#readme","keywords":["event-sourcing","websocket","real-time","event-streaming","transport","streaming","effect","effect-ts","functional-programming","fp","typescript","type-safe","live-updates","push-notifications","reactive","browser","client-server","communication"],"repository":{"type":"git","url":"https://github.com/codeforbreakfast/eventsourcing.git","directory":"packages/eventsourcing-websocket-transport"},"description":"Real-time WebSocket transport for event sourcing with Effect - Stream events to browsers and clients with type-safe, resilient real-time communication","maintainers":[{"name":"graemef","email":"graemef@gmail.com"}],"readme":"","readmeFilename":""}