@guestlinelabs/react-auth
Advanced tools
Comparing version 0.3.0 to 1.0.0
@@ -133,3 +133,2 @@ import * as t from 'io-ts'; | ||
'https://guestline.com/is-superuser': t.BooleanC; | ||
'https://guestline.com/is-supervisor': t.BooleanC; | ||
}>, t.PartialC<{ | ||
@@ -136,0 +135,0 @@ given_name: t.UnionC<[t.StringC, t.NullC]>; |
@@ -66,4 +66,2 @@ "use strict"; | ||
'https://guestline.com/is-superuser': t.boolean, | ||
// Deprecated: use is-superuser | ||
'https://guestline.com/is-supervisor': t.boolean, | ||
}), | ||
@@ -70,0 +68,0 @@ t.partial({ |
{ | ||
"name": "@guestlinelabs/react-auth", | ||
"version": "0.3.0", | ||
"version": "1.0.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", |
@@ -100,4 +100,2 @@ import * as t from 'io-ts'; | ||
'https://guestline.com/is-superuser': t.boolean, | ||
// Deprecated: use is-superuser | ||
'https://guestline.com/is-supervisor': t.boolean, | ||
}), | ||
@@ -104,0 +102,0 @@ t.partial({ |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2
49982
998