You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "powerbi-client",
3
-
"version": "2.18.7",
3
+
"version": "2.19.1",
4
4
"description": "JavaScript library for embedding Power BI into your apps. Provides service which makes it easy to embed different types of components and an object model which allows easy interaction with these components such as changing pages, applying filters, and responding to data selection.",
Copy file name to clipboardExpand all lines: src/powerbi-client.ts
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@ declare var powerbi: service.Service;
60
60
declare global {
61
61
interfaceWindow{
62
62
powerbi: service.Service;
63
+
powerBISDKGlobalServiceInstanceName?: string;
63
64
}
64
65
}
65
66
@@ -69,4 +70,10 @@ declare global {
69
70
* Note: create an instance of the class with the default configuration for normal usage, or save the class so that you can create an instance of the service.
0 commit comments