Skip to content

Commit

Permalink
@effect/rpc 3rd revision
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Jan 29, 2025
1 parent 5ef8a1d commit 991cfbb
Show file tree
Hide file tree
Showing 45 changed files with 2,773 additions and 4,738 deletions.
6 changes: 6 additions & 0 deletions packages/experimental/src/MsgPack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ import { Packr, Unpackr } from "msgpackr"
import * as Msgpackr from "msgpackr"
import * as ChannelSchema from "./ChannelSchema.js"

/**
* @since 1.0.0
* @category re-exports
*/
export { Msgpackr }

/**
* @since 1.0.0
* @category errors
Expand Down
2 changes: 1 addition & 1 deletion packages/platform/src/HttpBody.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export interface Uint8Array extends HttpBody.Proto {
* @since 1.0.0
* @category constructors
*/
export const uint8Array: (body: globalThis.Uint8Array) => Uint8Array = internal.uint8Array
export const uint8Array: (body: globalThis.Uint8Array, contentType?: string) => Uint8Array = internal.uint8Array

/**
* @since 1.0.0
Expand Down
3,099 changes: 0 additions & 3,099 deletions packages/rpc-http/CHANGELOG.md

This file was deleted.

21 changes: 0 additions & 21 deletions packages/rpc-http/LICENSE

This file was deleted.

64 changes: 0 additions & 64 deletions packages/rpc-http/README.md

This file was deleted.

6 changes: 0 additions & 6 deletions packages/rpc-http/docgen.json

This file was deleted.

29 changes: 0 additions & 29 deletions packages/rpc-http/examples/client.ts

This file was deleted.

27 changes: 0 additions & 27 deletions packages/rpc-http/examples/router.ts

This file was deleted.

22 changes: 0 additions & 22 deletions packages/rpc-http/examples/schema.ts

This file was deleted.

53 changes: 0 additions & 53 deletions packages/rpc-http/package.json

This file was deleted.

67 changes: 0 additions & 67 deletions packages/rpc-http/src/HttpRpcResolver.ts

This file was deleted.

59 changes: 0 additions & 59 deletions packages/rpc-http/src/HttpRpcResolverNoStream.ts

This file was deleted.

Loading

0 comments on commit 991cfbb

Please sign in to comment.