Skip to content

Commit

Permalink
fix(unlock-js): v14 is temporarily handled like v13
Browse files Browse the repository at this point in the history
  • Loading branch information
julien51 committed Dec 11, 2024
1 parent ccf04e2 commit ee12b77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
"files": [
"dist"
]
}
}
1 change: 1 addition & 0 deletions packages/unlock-js/src/Unlock/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ export default {
v11,
v12,
v13,
v14: v13, // TEMP FIX for v14. Assume it is the same as v13!
} as Record<string, any>

0 comments on commit ee12b77

Please sign in to comment.