Merged PR 399733: [Version bump] 2.22.4 version bump

2.22.4 version bump
This version bump includes the upgrade of WPMP from ^2 to ^2.7
This commit is contained in:
May Hartov 2023-05-24 03:27:22 +00:00
Родитель 2782914b27
Коммит 0e09337d5a
5 изменённых файлов: 531 добавлений и 453 удалений

2
dist/powerbi-client.d.ts поставляемый
Просмотреть файл

@ -1,4 +1,4 @@
// powerbi-client v2.22.3
// powerbi-client v2.22.4
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
declare module "config" {

974
dist/powerbi.js поставляемый

Разница между файлами не показана из-за своего большого размера Загрузить разницу

4
dist/powerbi.min.js поставляемый

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "powerbi-client",
"version": "2.22.3",
"version": "2.22.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.",
"main": "dist/powerbi.js",
"types": "dist/powerbi-client.d.ts",

Просмотреть файл

@ -3,7 +3,7 @@
/** @ignore *//** */
const config = {
version: '2.22.3',
version: '2.22.4',
type: 'js'
};