Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Commit

Permalink
2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dvird committed Apr 21, 2024
1 parent 1b86b89 commit cab04c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "@eartho/one-client-js",
"description": "Eartho SDK for authentication, verification and payments",
"license": "Eartho",
"version": "2.0.10",
"version": "2.0.11",
"main": "dist/lib/one-client-js.cjs.js",
"types": "dist/typings/index.d.ts",
"module": "dist/one-client-js.production.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export * from './global';
* @param options The client options
* @returns An instance of EarthoOne
*/
export default async function createEarthoOne(options: EarthoOneOptions) {
export async function createEarthoOne(options: EarthoOneOptions) {
const eartho = new EarthoOne(options);
try {
await eartho.checkSession();
Expand Down

0 comments on commit cab04c4

Please sign in to comment.