@osdk/create-app 2.1.3 → 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
@@ -1,5 +1,9 @@
1
1
  # @osdk/create-app
2
2
 
3
+ ## 2.1.5
4
+
5
+ ## 2.1.4
6
+
3
7
  ## 2.1.3
4
8
 
5
9
  ### Patch Changes
@@ -429,7 +429,12 @@ export default function Login() {
429
429
  const [request, response, promptAsync] = useAuthRequest(
430
430
  {
431
431
  clientId: CLIENT_ID,
432
- scopes: ["api:read-data", "api:write-data"],
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-V33IJKEW.js.map
1249
- //# sourceMappingURL=esm-V33IJKEW.js.map
1253
+ //# sourceMappingURL=esm-3THW7II3.js.map
1254
+ //# sourceMappingURL=esm-3THW7II3.js.map