Merged PR 4097: version update 2.5.0
version update
This commit is contained in:
Родитель
35bf845a12
Коммит
1f7db88081
|
@ -35,7 +35,7 @@
|
|||
"fetch": "^1.0.0",
|
||||
"http-server": "^0.10.0",
|
||||
"jquery": "^3.1.0",
|
||||
"powerbi-client": "2.4.7",
|
||||
"powerbi-client": "2.5.0",
|
||||
"syntaxhighlighter": "4.0.1"
|
||||
},
|
||||
"devDependencies": {}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*! powerbi-client v2.4.7 | (c) 2016 Microsoft Corporation MIT */
|
||||
/*! powerbi-client v2.5.0 | (c) 2016 Microsoft Corporation MIT */
|
||||
declare module "util" {
|
||||
/**
|
||||
* Raises a custom event with event data on the specified HTML element.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*! powerbi-client v2.4.7 | (c) 2016 Microsoft Corporation MIT */
|
||||
/*! powerbi-client v2.5.0 | (c) 2016 Microsoft Corporation MIT */
|
||||
(function webpackUniversalModuleDefinition(root, factory) {
|
||||
if(typeof exports === 'object' && typeof module === 'object')
|
||||
module.exports = factory();
|
||||
|
@ -4598,7 +4598,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|||
/***/ (function(module, exports) {
|
||||
|
||||
var config = {
|
||||
version: '2.4.7',
|
||||
version: '2.5.0',
|
||||
type: 'js'
|
||||
};
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
|
@ -4609,7 +4609,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|||
/* 17 */
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
/*! window-post-message-proxy v0.2.5 | (c) 2016 Microsoft Corporation MIT */
|
||||
/*! window-post-message-proxy v0.2.4 | (c) 2016 Microsoft Corporation MIT */
|
||||
(function webpackUniversalModuleDefinition(root, factory) {
|
||||
if(true)
|
||||
module.exports = factory();
|
||||
|
@ -4664,7 +4664,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|||
/************************************************************************/
|
||||
/******/ ([
|
||||
/* 0 */
|
||||
/***/ (function(module, exports) {
|
||||
/***/ function(module, exports) {
|
||||
|
||||
"use strict";
|
||||
var WindowPostMessageProxy = (function () {
|
||||
|
@ -4899,7 +4899,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|||
exports.WindowPostMessageProxy = WindowPostMessageProxy;
|
||||
|
||||
|
||||
/***/ })
|
||||
/***/ }
|
||||
/******/ ])
|
||||
});
|
||||
;
|
||||
|
|
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "powerbi-client",
|
||||
"version": "2.4.7",
|
||||
"version": "2.5.0",
|
||||
"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",
|
||||
"typings": "dist/powerbi-client.d.ts",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
const config = {
|
||||
version: '2.4.7',
|
||||
version: '2.5.0',
|
||||
type: 'js'
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче