{"_id":"@aionbuilders/starling","_rev":"3-b1184e46bb12965a5bbe90cd8da01039","name":"@aionbuilders/starling","dist-tags":{"latest":"1.0.2"},"versions":{"1.0.0":{"name":"@aionbuilders/starling","version":"1.0.0","keywords":["websocket","client","helios","starling","real-time","rpc","pubsub","session-recovery","universal","browser","nodejs","bun"],"author":"Killian Di Vincenzo","license":"MIT","_id":"@aionbuilders/starling@1.0.0","maintainers":[{"name":"killiandvcz","email":"hello@killiandvcz.fr"}],"homepage":"https://github.com/aionbuilders/starling#readme","bugs":{"url":"https://github.com/aionbuilders/starling/issues"},"dist":{"shasum":"b12ba1ed7a5733931c1308d2b084da932bbed476","tarball":"https://registry.npmjs.org/@aionbuilders/starling/-/starling-1.0.0.tgz","fileCount":17,"integrity":"sha512-2Hp/5B3ycglFMFGU4+wOeNuOmcxpo1QM9MF0a9I1Xn6yt7I9FCOyxXezsy2YexRZVVVcQdtanirRt4e93PB8cA==","signatures":[{"sig":"MEUCIQCpiQUYdCZC+2l/wDTZXgDPzOESprRO4Of7FJNEGLSS7wIgRPZi6LYzvpuqjDzkpPAQxqbp6lorqvg7bsKIowy9b5U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":64956},"main":"dist/index.js","type":"module","types":"dist/index.d.ts","module":"dist/index.js","shasum":"b12ba1ed7a5733931c1308d2b084da932bbed476","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.js"}},"scripts":{"dev":"bun run --watch tests/server.js","build":"bun build src/index.js --outdir dist --target node --minify","release:alpha":"bun version prerelease && bun publish --tag alpha","release:minor":"bun version minor && bun publish --tag latest","release:patch":"bun version patch && bun publish","generate-types":"tsc --project ./tsc/tsconfig.json","prepublishOnly":"bun run build && bun run generate-types","release:stable":"bun version major && bun publish"},"_npmUser":{"name":"killiandvcz","email":"hello@killiandvcz.fr"},"_integrity":"sha512-2Hp/5B3ycglFMFGU4+wOeNuOmcxpo1QM9MF0a9I1Xn6yt7I9FCOyxXezsy2YexRZVVVcQdtanirRt4e93PB8cA==","repository":{"url":"https://github.com/aionbuilders/starling.git","type":"git"},"_npmVersion":"10.8.3","description":"Universal WebSocket client for Helios - Works in browser, Node.js, Bun, and Deno","directories":{},"_nodeVersion":"24.3.0","dependencies":{"@killiandvcz/pulse":"^2.1.3","@aionbuilders/helios-protocol":"^1.1.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@types/bun":"latest"},"peerDependencies":{"typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/starling_1.0.0_1767189665107_0.7693613162173469","host":"s3://npm-registry-packages-npm-production"}},"1.0.1":{"name":"@aionbuilders/starling","version":"1.0.1","keywords":["websocket","client","helios","starling","real-time","rpc","pubsub","session-recovery","universal","browser","nodejs","bun"],"author":"Killian Di Vincenzo","license":"MIT","_id":"@aionbuilders/starling@1.0.1","maintainers":[{"name":"killiandvcz","email":"hello@killiandvcz.fr"}],"homepage":"https://github.com/aionbuilders/starling#readme","bugs":{"url":"https://github.com/aionbuilders/starling/issues"},"dist":{"shasum":"0cd0dcb18713bcf8ba59a21b39362ad603d31cf2","tarball":"https://registry.npmjs.org/@aionbuilders/starling/-/starling-1.0.1.tgz","fileCount":18,"integrity":"sha512-LGDMFzEdVxp80mXiFJRwWrJGCXhZIlBubx0L9ZcglztuSBSxtura44qvVkekIckpunYf9HpYBadzIdxnhar0DA==","signatures":[{"sig":"MEYCIQCdXOAybuJEGQDInNg6loRmqdXWlh0cSDGgEFHF3x+SnQIhAOCqvpzFWs7XezwtSEsiFAD7b/iES8w/K91Bv9A6ztyO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":65678},"main":"dist/index.js","type":"module","types":"dist/index.d.ts","module":"dist/index.js","shasum":"0cd0dcb18713bcf8ba59a21b39362ad603d31cf2","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.js"}},"scripts":{"dev":"bun run --watch tests/server.js","build":"bun build src/index.js --outdir dist --target node --minify","release:alpha":"bun version prerelease && bun publish --tag alpha","release:minor":"npm version minor && bun publish --tag latest","release:patch":"npm version patch && bun publish","generate-types":"tsc --project ./tsc/tsconfig.json && mkdir -p dist/types && cp -r src/types/* dist/types/","prepublishOnly":"bun run build && bun run generate-types","release:stable":"npm version major && bun publish"},"_npmUser":{"name":"killiandvcz","email":"hello@killiandvcz.fr"},"_integrity":"sha512-LGDMFzEdVxp80mXiFJRwWrJGCXhZIlBubx0L9ZcglztuSBSxtura44qvVkekIckpunYf9HpYBadzIdxnhar0DA==","repository":{"url":"https://github.com/aionbuilders/starling.git","type":"git"},"_npmVersion":"10.8.3","description":"Universal WebSocket client for Helios - Works in browser, Node.js, Bun, and Deno","directories":{},"_nodeVersion":"24.3.0","dependencies":{"@killiandvcz/pulse":"^2.1.3","@aionbuilders/helios-protocol":"^1.1.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@types/bun":"latest"},"peerDependencies":{"typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/starling_1.0.1_1768481044380_0.509293714295961","host":"s3://npm-registry-packages-npm-production"}},"1.0.2":{"name":"@aionbuilders/starling","version":"1.0.2","description":"Universal WebSocket client for Helios - Works in browser, Node.js, Bun, and Deno","type":"module","main":"dist/index.js","module":"dist/index.js","types":"dist/index.d.ts","exports":{".":{"import":"./dist/index.js","require":"./dist/index.js","types":"./dist/index.d.ts"}},"publishConfig":{"access":"public"},"scripts":{"build":"bun build src/index.js --outdir dist --target node --minify","generate-types":"tsc --project ./tsc/tsconfig.json && mkdir -p dist/types && cp -r src/types/* dist/types/","prepublishOnly":"bun run build && bun run generate-types","dev":"bun run --watch tests/server.js","release:alpha":"bun version prerelease && bun publish --tag alpha","release:stable":"npm version major && bun publish","release:minor":"npm version minor && bun publish --tag latest","release:patch":"npm version patch && bun publish"},"keywords":["websocket","client","helios","starling","real-time","rpc","pubsub","session-recovery","universal","browser","nodejs","bun"],"author":"Killian Di Vincenzo","license":"MIT","repository":{"type":"git","url":"https://github.com/aionbuilders/starling.git"},"bugs":{"url":"https://github.com/aionbuilders/starling/issues"},"homepage":"https://github.com/aionbuilders/starling#readme","dependencies":{"@aionbuilders/helios-protocol":"^1.1.1","@killiandvcz/pulse":"^2.1.3"},"devDependencies":{"@types/bun":"1.3.6"},"peerDependencies":{"typescript":"^5.0.0"},"_id":"@aionbuilders/starling@1.0.2","_integrity":"sha512-eZ7c82YRySgnFblDrvj6/i6v1LCfuIYVW1RToc7estQ+bpiWQpyp/pVUrNokt0aO8q/oHDbHGNvTT/3WAoOxiQ==","_nodeVersion":"24.3.0","_npmVersion":"10.8.3","shasum":"159232c0ee050275d5b43ecc026d2c4cf920ed5f","dist":{"integrity":"sha512-eZ7c82YRySgnFblDrvj6/i6v1LCfuIYVW1RToc7estQ+bpiWQpyp/pVUrNokt0aO8q/oHDbHGNvTT/3WAoOxiQ==","shasum":"159232c0ee050275d5b43ecc026d2c4cf920ed5f","tarball":"https://registry.npmjs.org/@aionbuilders/starling/-/starling-1.0.2.tgz","fileCount":18,"unpackedSize":65534,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIDf4dP2ZYRy6gdxN8a/jZnDddV/HM3trfvfOt2uZ5SIrAiEAlDk4sgys8fb00oP6sdIjIZmybKPaky8mNLD0JkhSPLs="}]},"_npmUser":{"name":"killiandvcz","email":"hello@killiandvcz.fr"},"directories":{},"maintainers":[{"name":"killiandvcz","email":"hello@killiandvcz.fr"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/starling_1.0.2_1768486035191_0.19569918726729796"},"_hasShrinkwrap":false}},"time":{"created":"2025-12-31T14:01:04.986Z","modified":"2026-01-15T14:07:15.462Z","1.0.0":"2025-12-31T14:01:05.245Z","1.0.1":"2026-01-15T12:44:04.509Z","1.0.2":"2026-01-15T14:07:15.336Z"},"bugs":{"url":"https://github.com/aionbuilders/starling/issues"},"author":"Killian Di Vincenzo","license":"MIT","homepage":"https://github.com/aionbuilders/starling#readme","keywords":["websocket","client","helios","starling","real-time","rpc","pubsub","session-recovery","universal","browser","nodejs","bun"],"repository":{"type":"git","url":"https://github.com/aionbuilders/starling.git"},"description":"Universal WebSocket client for Helios - Works in browser, Node.js, Bun, and Deno","maintainers":[{"name":"killiandvcz","email":"hello@killiandvcz.fr"}],"readme":"","readmeFilename":""}