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:
Родитель
2782914b27
Коммит
0e09337d5a
|
@ -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" {
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
|
@ -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'
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче