Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update builder package #649

Merged
merged 1 commit into from
Jan 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions packages/builder/src/builder.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// In the future we can include additional interfaces as needed.
export const WebrpcHeader = 'Webrpc'

export const WebrpcHeaderValue = '[email protected].0;[email protected].1;[email protected]'
export const WebrpcHeaderValue = '[email protected].1;[email protected].2;[email protected]'

// WebRPC description and code-gen version
export const WebRPCVersion = 'v1'
Expand All @@ -14,7 +14,7 @@ export const WebRPCVersion = 'v1'
export const WebRPCSchemaVersion = 'v0.1.0'

// Schema hash generated from your RIDL schema
export const WebRPCSchemaHash = '5b580e1afeb26e0b4a8ee026271e2466760da0aa'
export const WebRPCSchemaHash = '461bc324d241f4df14fbf63268fde2cfe4873e3e'

type WebrpcGenVersions = {
webrpcGenVersion: string
Expand Down Expand Up @@ -76,6 +76,7 @@ export interface AudienceContact {
email?: string
userIp?: string
stage?: number
provider?: string
createdAt?: string
updatedAt?: string
}
Expand Down
Loading