@streamelements/astro
v1.3.0
Published
ConnectRPC v2 client for astro - auto-generated from Protocol Buffers
Readme
@streamelements/astro
ConnectRPC client for astro.
Installation
# npm
npm install @streamelements/astro
# bun
bun add @streamelements/astro
# yarn
yarn add @streamelements/astro
# pnpm
pnpm add @streamelements/astroUsage
ESM (Node.js, Bun, Deno)
import { service_v1 } from '@streamelements/astro';
// or import specific version
import { YourService } from '@streamelements/astro/api/service/v1';CommonJS (Legacy Node.js)
const { service_v1 } = require('@streamelements/astro');Runtime Support
This package is built with modern JavaScript runtimes in mind:
- ✅ Node.js 18+
- ✅ Bun 1.0+
- ✅ Deno (with npm: specifier)
- ✅ Edge runtimes (Cloudflare Workers, Vercel Edge, etc.)
