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