@tinacms/schema-tools 0.0.0-20231107200438 → 0.0.0-20231107202201

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -307,7 +307,7 @@ export interface AuthProvider {
307
307
  * If this returns a falsy value, the user will be logged out and the CMS will be disabled.
308
308
  *
309
309
  **/
310
- getUser: () => Promise<any | null>;
310
+ getUser: () => Promise<any | null | boolean>;
311
311
  /**
312
312
  * Used to authorize the user with the custom auth provider.
313
313
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/schema-tools",
3
- "version": "0.0.0-20231107200438",
3
+ "version": "0.0.0-20231107202201",
4
4
  "main": "dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "exports": {
@@ -30,7 +30,7 @@
30
30
  "react": "17.0.2",
31
31
  "typescript": "4.3.5",
32
32
  "yup": "^0.32.0",
33
- "@tinacms/scripts": "0.0.0-20231107200438"
33
+ "@tinacms/scripts": "0.0.0-20231107202201"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "react": ">=16.14.0",