Merged PR 9300: fix uid tests · dramirezm/PowerBI-JavaScript@a3acd83 · GitHub
Skip to content

Commit a3acd83

Browse files
committed
Merged PR 9300: fix uid tests
fix uid tests. this tests are failing on github, apparently they did not run on the builds in the internal repository. uid tests are related to the changes made for frontload
1 parent 2cea157 commit a3acd83

6 files changed

Lines changed: 12 additions & 11 deletions

File tree

dist/powerbi-client.d.ts

Lines changed: 1 addition & 1 deletion

dist/powerbi.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/powerbi.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "powerbi-client",
3-
"version": "2.6.2",
3+
"version": "2.6.3",
44
"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.",
55
"main": "dist/powerbi.js",
66
"typings": "dist/powerbi-client.d.ts",

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const config = {
2-
version: '2.6.2',
2+
version: '2.6.3',
33
type: 'js'
44
};
55

test/test.spec.ts

Lines changed: 5 additions & 4 deletions

0 commit comments

Comments
 (0)