@microsoft/rayfin-client 1.35.0-alpha.1331 → 1.35.0-alpha.1368

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.
@@ -60,7 +60,7 @@ export interface ConnectorsRayfinClientConfig<TConnectorsSchema extends Connecto
60
60
  * FunctionsSchema,
61
61
  * AppConnectorsSchema
62
62
  * >({
63
- * baseUrl: import.meta.env.VITE_RAYFIN_BASE_URL,
63
+ * baseUrl: import.meta.env.VITE_RAYFIN_API_URL,
64
64
  * publishableKey: import.meta.env.VITE_RAYFIN_PUBLISHABLE_KEY,
65
65
  * });
66
66
  *
@@ -28,7 +28,7 @@ import RayfinClient from '../client.js';
28
28
  * FunctionsSchema,
29
29
  * AppConnectorsSchema
30
30
  * >({
31
- * baseUrl: import.meta.env.VITE_RAYFIN_BASE_URL,
31
+ * baseUrl: import.meta.env.VITE_RAYFIN_API_URL,
32
32
  * publishableKey: import.meta.env.VITE_RAYFIN_PUBLISHABLE_KEY,
33
33
  * });
34
34
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/rayfin-client",
3
- "version": "1.35.0-alpha.1331",
3
+ "version": "1.35.0-alpha.1368",
4
4
  "description": "Main client SDK for Rayfin services",
5
5
  "type": "module",
6
6
  "exports": {
@@ -21,11 +21,11 @@
21
21
  "assets/docs"
22
22
  ],
23
23
  "dependencies": {
24
- "@microsoft/rayfin-auth": "1.35.0-alpha.1331",
25
- "@microsoft/rayfin-data": "1.35.0-alpha.1331",
26
- "@microsoft/rayfin-connectors": "1.35.0-alpha.1331",
27
- "@microsoft/rayfin-lib": "1.35.0-alpha.1331",
28
- "@microsoft/rayfin-functions": "1.35.0-alpha.1331"
24
+ "@microsoft/rayfin-auth": "1.35.0-alpha.1368",
25
+ "@microsoft/rayfin-connectors": "1.35.0-alpha.1368",
26
+ "@microsoft/rayfin-lib": "1.35.0-alpha.1368",
27
+ "@microsoft/rayfin-data": "1.35.0-alpha.1368",
28
+ "@microsoft/rayfin-functions": "1.35.0-alpha.1368"
29
29
  },
30
30
  "devDependencies": {
31
31
  "typescript": "^5.8.3",