Merged PR 540280: version bump 2.23.1

version bump 2.23.1, minor bug fix of embed url validation
This commit is contained in:
May Hartov 2024-04-01 08:26:09 +00:00
Родитель 04a3285cd2
Коммит 8110830366
5 изменённых файлов: 7 добавлений и 7 удалений

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

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

4
dist/powerbi.js поставляемый
Просмотреть файл

@ -1,4 +1,4 @@
// powerbi-client v2.23.0
// powerbi-client v2.23.1
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
(function webpackUniversalModuleDefinition(root, factory) {
@ -7609,7 +7609,7 @@ exports.BookmarksManager = BookmarksManager;
Object.defineProperty(exports, "__esModule", ({ value: true }));
/** @ignore */ /** */
var config = {
version: '2.23.0',
version: '2.23.1',
type: 'js'
};
exports["default"] = config;

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

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

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

@ -1,6 +1,6 @@
{
"name": "powerbi-client",
"version": "2.23.0",
"version": "2.23.1",
"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.23.0',
version: '2.23.1',
type: 'js'
};