Skip to content

Commit

Permalink
Merge pull request #650 from open-rpc/feat/type-fix
Browse files Browse the repository at this point in the history
Feat/type fix
  • Loading branch information
zcstarr committed Jun 4, 2021
2 parents ba8ca9d + fbffc78 commit dfc5cab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export interface IHooks {
}


export type IStaticPath = (language: string, type?: string) => string;
export type IStaticPath = (language: string, type?: string) => string | undefined;

export interface IComponentModule {
hooks: IHooks;
Expand Down
2 changes: 1 addition & 1 deletion templates/client/typescript/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "Apache-2.0",
"dependencies": {
"@open-rpc/client-js": "1.7.0",
"@open-rpc/meta-schema": "^1.14.2",
"@open-rpc/meta-schema": "1.14.2",
"@open-rpc/schema-utils-js": "1.15.0",
"@types/json-schema": "7.0.3",
"@types/lodash": "^4.14.149",
Expand Down

0 comments on commit dfc5cab

Please sign in to comment.