@guestlinelabs/react-auth
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -0,0 +0,0 @@ module.exports = { |
@@ -105,2 +105,3 @@ import * as t from 'io-ts'; | ||
email_verified: t.BooleanC; | ||
preferred_username: t.StringC; | ||
name: t.UnionC<[t.StringC, t.NullC]>; | ||
@@ -107,0 +108,0 @@ nickname: t.UnionC<[t.StringC, t.NullC]>; |
@@ -60,2 +60,3 @@ "use strict"; | ||
email_verified: t.boolean, | ||
preferred_username: t.string, | ||
name: t.union([t.string, t.null]), | ||
@@ -62,0 +63,0 @@ nickname: t.union([t.string, t.null]), |
{ | ||
"name": "@guestlinelabs/react-auth", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -0,0 +0,0 @@ # Introduction |
@@ -0,0 +0,0 @@ import { useTokens, withTokens } from './tokens'; |
@@ -93,2 +93,3 @@ import * as t from 'io-ts'; | ||
preferred_username: t.string, | ||
name: t.union([t.string, t.null]), | ||
@@ -95,0 +96,0 @@ nickname: t.union([t.string, t.null]), |
@@ -0,0 +0,0 @@ { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
52048
25
1021