Skip to content

Commit 09a1d1a

Browse files
committed
feat: update packages
1 parent 231cb5b commit 09a1d1a

File tree

9 files changed

+15812
-15773
lines changed

9 files changed

+15812
-15773
lines changed

.github/workflows/release.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: Release
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
build:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v3
13+
- uses: actions/setup-node@v3
14+
with:
15+
node-version: '16.x'
16+
- name: Intall dependencies
17+
run: npm install --frozen-lockfile
18+
- name: Build lib
19+
run: npm run lib
20+
- name: Build docs
21+
run: npm run docs:prod
22+
- name: Deploy docs
23+
run: |
24+
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
25+
npx gh-pages -d docs -u "github-actions-bot <support+actions@github.com>"
26+
env:
27+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+
- name: Publish library
29+
run: npm run publish:lib
30+
env:
31+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
32+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.releaserc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"branches": [
3+
"main",
4+
"next"
5+
],
6+
"plugins": [
7+
"@semantic-release/commit-analyzer",
8+
"@semantic-release/release-notes-generator",
9+
[
10+
"@semantic-release/npm",
11+
{
12+
"npmPublish": true,
13+
"tarballDir": "lib"
14+
}
15+
]
16+
]
17+
}

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@
77

88
It's a minimalistic React component for embedding a Microsoft PowerBI report, dashboard or tile into your React application.
99

10-
This repository is maintained by:
11-
- [Akshay Ram (akshay5995)](https://github.com/akshay5995)
12-
- [Satya J (satya64)](https://github.com/satya64)
13-
- [Muthu (muthu1712)](https://github.com/muthu1712)
14-
15-
Existing users of the package please refer to Change Log [here](https://github.com/akshay5995/powerbi-report-component/wiki/Changelog) and please refer [here](https://github.com/akshay5995/powerbi-report-component/wiki/README-file-for--=-2.0.0) for the README for versions <=2.0.0
16-
1710
## Installation
1811

1912
`npm i powerbi-report-component`

docs/bundle.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/bundle.js.LICENSE.txt

Lines changed: 266 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,266 @@
1+
/*
2+
object-assign
3+
(c) Sindre Sorhus
4+
@license MIT
5+
*/
6+
7+
/*!
8+
Copyright (c) 2018 Jed Watson.
9+
Licensed under the MIT License (MIT), see
10+
http://jedwatson.github.io/classnames
11+
*/
12+
13+
/*!
14+
* The buffer module from node.js, for the browser.
15+
*
16+
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
17+
* @license MIT
18+
*/
19+
20+
/*! ./../process/browser.js */
21+
22+
/*! ./../webpack/buildin/global.js */
23+
24+
/*! ./FilterBuilders */
25+
26+
/*! ./advancedFilterBuilder */
27+
28+
/*! ./basicFilterBuilder */
29+
30+
/*! ./bookmarksManager */
31+
32+
/*! ./config */
33+
34+
/*! ./create */
35+
36+
/*! ./dashboard */
37+
38+
/*! ./embed */
39+
40+
/*! ./errors */
41+
42+
/*! ./factories */
43+
44+
/*! ./filterBuilder */
45+
46+
/*! ./page */
47+
48+
/*! ./qna */
49+
50+
/*! ./relativeDateFilterBuilder */
51+
52+
/*! ./relativeTimeFilterBuilder */
53+
54+
/*! ./report */
55+
56+
/*! ./service */
57+
58+
/*! ./support/isBuffer */
59+
60+
/*! ./tile */
61+
62+
/*! ./topNFilterBuilder */
63+
64+
/*! ./util */
65+
66+
/*! ./visual */
67+
68+
/*! ./visualDescriptor */
69+
70+
/*! assert */
71+
72+
/*! http-post-message */
73+
74+
/*! http-post-message v0.2.3 | (c) 2016 Microsoft Corporation MIT */
75+
76+
/*! inherits */
77+
78+
/*! no static exports found */
79+
80+
/*! object-assign */
81+
82+
/*! powerbi-models */
83+
84+
/*! powerbi-router */
85+
86+
/*! powerbi-router v0.1.5 | (c) 2016 Microsoft Corporation MIT */
87+
88+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
89+
90+
/*! util/ */
91+
92+
/*! window-post-message-proxy */
93+
94+
/*! window-post-message-proxy v0.2.6 | (c) 2016 Microsoft Corporation MIT */
95+
96+
/*!********************!*\
97+
!*** ./src/qna.ts ***!
98+
\********************/
99+
100+
/*!*********************!*\
101+
!*** ./src/page.ts ***!
102+
\*********************/
103+
104+
/*!*********************!*\
105+
!*** ./src/tile.ts ***!
106+
\*********************/
107+
108+
/*!*********************!*\
109+
!*** ./src/util.ts ***!
110+
\*********************/
111+
112+
/*!**********************!*\
113+
!*** ./src/embed.ts ***!
114+
\**********************/
115+
116+
/*!***********************!*\
117+
!*** ./src/config.ts ***!
118+
\***********************/
119+
120+
/*!***********************!*\
121+
!*** ./src/create.ts ***!
122+
\***********************/
123+
124+
/*!***********************!*\
125+
!*** ./src/errors.ts ***!
126+
\***********************/
127+
128+
/*!***********************!*\
129+
!*** ./src/report.ts ***!
130+
\***********************/
131+
132+
/*!***********************!*\
133+
!*** ./src/visual.ts ***!
134+
\***********************/
135+
136+
/*!************************!*\
137+
!*** ./src/service.ts ***!
138+
\************************/
139+
140+
/*!**************************!*\
141+
!*** ./src/dashboard.ts ***!
142+
\**************************/
143+
144+
/*!**************************!*\
145+
!*** ./src/factories.ts ***!
146+
\**************************/
147+
148+
/*!*******************************!*\
149+
!*** ./src/powerbi-client.ts ***!
150+
\*******************************/
151+
152+
/*!*********************************!*\
153+
!*** ./src/bookmarksManager.ts ***!
154+
\*********************************/
155+
156+
/*!*********************************!*\
157+
!*** ./src/visualDescriptor.ts ***!
158+
\*********************************/
159+
160+
/*!***********************************!*\
161+
!*** (webpack)/buildin/global.js ***!
162+
\***********************************/
163+
164+
/*!***********************************!*\
165+
!*** ./node_modules/util/util.js ***!
166+
\***********************************/
167+
168+
/*!*************************************!*\
169+
!*** ./src/FilterBuilders/index.ts ***!
170+
\*************************************/
171+
172+
/*!***************************************!*\
173+
!*** ./node_modules/assert/assert.js ***!
174+
\***************************************/
175+
176+
/*!*****************************************!*\
177+
!*** ./node_modules/process/browser.js ***!
178+
\*****************************************/
179+
180+
/*!*********************************************!*\
181+
!*** ./node_modules/object-assign/index.js ***!
182+
\*********************************************/
183+
184+
/*!*********************************************!*\
185+
!*** ./src/FilterBuilders/filterBuilder.ts ***!
186+
\*********************************************/
187+
188+
/*!*************************************************!*\
189+
!*** ./src/FilterBuilders/topNFilterBuilder.ts ***!
190+
\*************************************************/
191+
192+
/*!**************************************************!*\
193+
!*** ./src/FilterBuilders/basicFilterBuilder.ts ***!
194+
\**************************************************/
195+
196+
/*!****************************************************!*\
197+
!*** ./node_modules/powerbi-models/dist/models.js ***!
198+
\****************************************************/
199+
200+
/*!****************************************************!*\
201+
!*** ./node_modules/powerbi-router/dist/router.js ***!
202+
\****************************************************/
203+
204+
/*!*****************************************************!*\
205+
!*** ./src/FilterBuilders/advancedFilterBuilder.ts ***!
206+
\*****************************************************/
207+
208+
/*!******************************************************!*\
209+
!*** ./node_modules/util/support/isBufferBrowser.js ***!
210+
\******************************************************/
211+
212+
/*!*********************************************************!*\
213+
!*** ./src/FilterBuilders/relativeDateFilterBuilder.ts ***!
214+
\*********************************************************/
215+
216+
/*!*********************************************************!*\
217+
!*** ./src/FilterBuilders/relativeTimeFilterBuilder.ts ***!
218+
\*********************************************************/
219+
220+
/*!****************************************************************!*\
221+
!*** ./node_modules/http-post-message/dist/httpPostMessage.js ***!
222+
\****************************************************************/
223+
224+
/*!*********************************************************************!*\
225+
!*** ./node_modules/util/node_modules/inherits/inherits_browser.js ***!
226+
\*********************************************************************/
227+
228+
/*!*******************************************************************************!*\
229+
!*** ./node_modules/window-post-message-proxy/dist/windowPostMessageProxy.js ***!
230+
\*******************************************************************************/
231+
232+
/** @license React v0.20.2
233+
* scheduler.production.min.js
234+
*
235+
* Copyright (c) Facebook, Inc. and its affiliates.
236+
*
237+
* This source code is licensed under the MIT license found in the
238+
* LICENSE file in the root directory of this source tree.
239+
*/
240+
241+
/** @license React v16.13.1
242+
* react-is.production.min.js
243+
*
244+
* Copyright (c) Facebook, Inc. and its affiliates.
245+
*
246+
* This source code is licensed under the MIT license found in the
247+
* LICENSE file in the root directory of this source tree.
248+
*/
249+
250+
/** @license React v17.0.2
251+
* react-dom.production.min.js
252+
*
253+
* Copyright (c) Facebook, Inc. and its affiliates.
254+
*
255+
* This source code is licensed under the MIT license found in the
256+
* LICENSE file in the root directory of this source tree.
257+
*/
258+
259+
/** @license React v17.0.2
260+
* react.production.min.js
261+
*
262+
* Copyright (c) Facebook, Inc. and its affiliates.
263+
*
264+
* This source code is licensed under the MIT license found in the
265+
* LICENSE file in the root directory of this source tree.
266+
*/

docs/index.html

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<meta
6-
name="viewport"
7-
content="width=device-width, initial-scale=1.0"
8-
/>
9-
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
10-
<meta name="description" content="CHANGE THIS" />
11-
<title>Power Bi Embed Demo</title>
12-
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.5.0/prism.min.js"></script>
13-
</head>
14-
<body>
15-
<div id="app"></div>
16-
<script type="text/javascript" src="bundle.js"></script></body>
17-
</html>
1+
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta http-equiv="X-UA-Compatible" content="ie=edge"/><meta name="description" content="Demo Application"/><title>Power Bi Embed Demo</title><script defer="defer" src="bundle.js"></script></head><body><div id="app"></div></body></html>

0 commit comments

Comments
 (0)