Skip to content

Commit

Permalink
fix: renames types to be more consistent across all of our libraries
Browse files Browse the repository at this point in the history
Client() -> GoTrueClient()
Api() -> GoTrueApi()
  • Loading branch information
kiwicopple committed Oct 20, 2020
1 parent 4aebf50 commit 209a678
Show file tree
Hide file tree
Showing 9 changed files with 2,779 additions and 791 deletions.
1,498 changes: 733 additions & 765 deletions example/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions example/src/App.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import React, { useState, useEffect } from 'react'
import { Client } from '@supabase/gotrue-js'
import { GoTrueClient } from '@supabase/gotrue-js'
import './tailwind.output.css'

const auth = new Client()
const auth = new GoTrueClient()

function App() {
let [session, setSession] = useState(null)
Expand Down
Loading

0 comments on commit 209a678

Please sign in to comment.