@replit/river
Advanced tools
Comparing version 0.7.1 to 0.7.2
@@ -0,3 +1,4 @@ | ||
export { BinaryCodec } from './binary'; | ||
export { NaiveJsonCodec } from './json'; | ||
export type { Codec } from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -0,1 +1,2 @@ | ||
export { BinaryCodec } from './binary'; | ||
export { NaiveJsonCodec } from './json'; |
@@ -5,3 +5,3 @@ { | ||
"description": "It's like tRPC but... with JSON Schema Support, duplex streaming and support for service multiplexing. Transport agnostic!", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"type": "module", | ||
@@ -31,6 +31,7 @@ "exports": { | ||
"@types/ws": "^8.5.5", | ||
"@vitest/ui": "^1.0.1", | ||
"prettier": "^3.0.0", | ||
"tsup": "^7.2.0", | ||
"typescript": "^5.2.2", | ||
"vitest": "^0.34.6" | ||
"vitest": "^1.0.1" | ||
}, | ||
@@ -43,2 +44,3 @@ "scripts": { | ||
"release": "npm publish --access public", | ||
"test:ui": "echo \"remember to go to /__vitest__ in the webview\" && vitest --ui --api.host 0.0.0.0 --api.port 3000", | ||
"test": "vitest", | ||
@@ -45,0 +47,0 @@ "bench": "vitest bench" |
@@ -13,2 +13,4 @@ # river - Streaming Remote Procedure Calls | ||
[![Run on Repl.it](https://replit.com/badge/github/replit/river)](https://replit.com/new/github/replit/river) | ||
- `npm i` -- install dependencies | ||
@@ -15,0 +17,0 @@ - `npm run check` -- lint |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
212503
4533
20
6