@microsoft/rayfin-guide 1.33.0-beta.0 → 1.33.0-beta.2
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.
|
@@ -120,7 +120,6 @@ VITE_FABRIC_PORTAL_URL=https://dxt.fabric.microsoft.com/
|
|
|
120
120
|
| `VITE_FABRIC_WORKSPACE_ID` | The Fabric workspace ID containing the deployment. |
|
|
121
121
|
| `VITE_RAYFIN_PUBLISHABLE_KEY` | Publishable key used by the Rayfin client for authentication. |
|
|
122
122
|
| `VITE_FABRIC_PORTAL_URL` | URL to the Fabric portal for managing the deployment. |
|
|
123
|
-
| `VITE_RAYFIN_HOSTING_URL` | Public URL where your static content is hosted. |
|
|
124
123
|
|
|
125
124
|
### Authentication after deployment
|
|
126
125
|
|
|
@@ -110,7 +110,7 @@ import { RayfinClient } from '@microsoft/rayfin-client';
|
|
|
110
110
|
import { initEmbeddedAuth } from '@microsoft/rayfin-auth-provider-fabric';
|
|
111
111
|
|
|
112
112
|
const client = new RayfinClient({
|
|
113
|
-
baseUrl: import.meta.env.
|
|
113
|
+
baseUrl: import.meta.env.VITE_RAYFIN_API_URL,
|
|
114
114
|
publishableKey: import.meta.env.VITE_RAYFIN_PUBLISHABLE_KEY,
|
|
115
115
|
});
|
|
116
116
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/rayfin-guide",
|
|
3
|
-
"version": "1.33.0-beta.
|
|
3
|
+
"version": "1.33.0-beta.2",
|
|
4
4
|
"description": "Cross-cutting Builder guides for the Rayfin platform — discovered by `@microsoft/rayfin-docs` via the `rayfinDocs` package.json field convention.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|