@crossauth/frontend 0.0.30 → 0.0.33

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.
@@ -30,6 +30,8 @@ export declare class OAuthClient extends OAuthClientBase {
30
30
  private autoRefresher;
31
31
  private deviceCodePoller;
32
32
  private deviceAuthorizationUrl;
33
+ private scope;
34
+ protected logFetch: boolean;
33
35
  /**
34
36
  * Constructor
35
37
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@crossauth/frontend",
3
3
  "private": false,
4
- "version": "0.0.30",
4
+ "version": "0.0.33",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "main": "./dist/index.cjs",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@esbuild-plugins/node-modules-polyfill": "^0.2.2",
25
- "@crossauth/common": "^0.0.30"
25
+ "@crossauth/common": "^0.0.33"
26
26
  },
27
27
  "scripts": {
28
28
  "dev": "vite",