Skip to content

Commit

Permalink
fix(typescript generator): meta schema OpenrpcDocument
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Jan 24, 2020
1 parent 0db4b70 commit 6ac82dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/typescript/templated/exported-class.template.ts
Expand Up @@ -4,7 +4,7 @@ export default template(`
// Code generated by @open-rpc/client-generator DO NOT EDIT.
import { RequestManager, WebSocketTransport, HTTPTransport, Client, JSONRPCError } from "@open-rpc/client-js";
import _ from "lodash";
import { OpenRPC, MethodObject, ContentDescriptorObject } from "@open-rpc/meta-schema";
import { OpenrpcDocument as OpenRPC, MethodObject, ContentDescriptorObject } from "@open-rpc/meta-schema";
import { MethodCallValidator, MethodNotFoundError } from "@open-rpc/schema-utils-js";
<%= methodTypings.toString("typescript") %>
Expand Down

0 comments on commit 6ac82dd

Please sign in to comment.