Merged PR 4097: version update 2.5.0

version update
This commit is contained in:
Amit Shuster 2018-03-18 09:03:04 +00:00
Родитель 35bf845a12
Коммит 1f7db88081
6 изменённых файлов: 11 добавлений и 11 удалений

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

@ -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": {}

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

@ -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.

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

@ -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;
/***/ })
/***/ }
/******/ ])
});
;

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

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

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

@ -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'
};