@osdk/create-app 2.1.4 → 2.1.5
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.
package/CHANGELOG.md
CHANGED
|
@@ -429,7 +429,12 @@ export default function Login() {
|
|
|
429
429
|
const [request, response, promptAsync] = useAuthRequest(
|
|
430
430
|
{
|
|
431
431
|
clientId: CLIENT_ID,
|
|
432
|
-
scopes: [
|
|
432
|
+
scopes: [
|
|
433
|
+
"api:read-data",
|
|
434
|
+
"api:write-data",
|
|
435
|
+
"api:use-ontologies-read",
|
|
436
|
+
"api:use-ontologies-write",
|
|
437
|
+
],
|
|
433
438
|
redirectUri,
|
|
434
439
|
usePKCE: true,
|
|
435
440
|
},
|
|
@@ -1245,5 +1250,5 @@ export const platformClient: PlatformClient = createPlatformClient(FOUNDRY_URL,
|
|
|
1245
1250
|
}]]);
|
|
1246
1251
|
|
|
1247
1252
|
export { files };
|
|
1248
|
-
//# sourceMappingURL=esm-
|
|
1249
|
-
//# sourceMappingURL=esm-
|
|
1253
|
+
//# sourceMappingURL=esm-3THW7II3.js.map
|
|
1254
|
+
//# sourceMappingURL=esm-3THW7II3.js.map
|