Skip to content

Commit 845b539

Browse files
author
Shahak Yosef
committed
initial commit
1 parent ecd3488 commit 845b539

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "powerbi-models",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "Contains JavaScript & TypeScript object models for Microsoft Power BI JavaScript SDK. For each model there is a TypeScript interface, and a validation function to ensure and object is valid.",
55
"main": "dist/models.js",
66
"typings": "dist/models.d.ts",

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ module.exports = {
44
'models': './src/models.ts',
55
},
66
output: {
7+
globalObject: "this",
78
path: __dirname + "/dist",
89
filename: '[name].js',
910
library: 'powerbi-models',

0 commit comments

Comments
 (0)