@globus/react-auth-context
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -62,4 +62,6 @@ // src/State.ts | ||
scopes, | ||
client | ||
client, | ||
...config | ||
} = authorizationManagerConfigruation; | ||
delete config?.events; | ||
useEffect(() => { | ||
@@ -74,3 +76,4 @@ const i = authorization.create({ | ||
revoke: handleRevoke | ||
} | ||
}, | ||
...config | ||
}); | ||
@@ -77,0 +80,0 @@ setInstance(i); |
{ | ||
"type": "module", | ||
"version": "0.0.6" | ||
"version": "0.0.7" | ||
} |
@@ -87,4 +87,6 @@ "use strict"; | ||
scopes, | ||
client | ||
client, | ||
...config | ||
} = authorizationManagerConfigruation; | ||
delete config?.events; | ||
(0, import_react2.useEffect)(() => { | ||
@@ -99,3 +101,4 @@ const i = import_sdk.authorization.create({ | ||
revoke: handleRevoke | ||
} | ||
}, | ||
...config | ||
}); | ||
@@ -102,0 +105,0 @@ setInstance(i); |
{ | ||
"name": "@globus/react-auth-context", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "A React context for integrating Globus Auth into your application using the Globus JavaScript SDK", | ||
@@ -40,3 +40,3 @@ "main": "dist/umd/index.js", | ||
"@types/react-dom": "^18.3.0", | ||
"esbuild": "0.23.1", | ||
"esbuild": "0.24.0", | ||
"jest": "^29.7.0", | ||
@@ -43,0 +43,0 @@ "jest-environment-jsdom": "^29.7.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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24221
270