Skip to content

Commit ad1a877

Browse files
authored
add typings files to nuspec (microsoft#132)
* 2.2.4 update nuspec and increase version * add .js.map
1 parent 1138e5a commit ad1a877

18 files changed

+20
-20
lines changed
134 KB
Binary file not shown.

PowerBI.JavaScript.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
<file src="dist\powerbi.js" target="content\scripts" />
1919
<file src="dist\powerbi.min.js" target="content\scripts" />
2020
<file src="dist\powerbi.js.map" target="content\scripts" />
21-
<file src="dist\powerbi.d.ts" target="content\scripts\typings" />
21+
<file src="dist\*.d.ts" target="content\scripts\typings" />
2222
</files>
23-
</package>
23+
</package>

dist/config.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! powerbi-client v2.2.3 | (c) 2016 Microsoft Corporation MIT */
1+
/*! powerbi-client v2.2.4 | (c) 2016 Microsoft Corporation MIT */
22
declare const config: {
33
version: string;
44
type: string;

dist/dashboard.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! powerbi-client v2.2.3 | (c) 2016 Microsoft Corporation MIT */
1+
/*! powerbi-client v2.2.4 | (c) 2016 Microsoft Corporation MIT */
22
import * as service from './service';
33
import * as embed from './embed';
44
import * as models from 'powerbi-models';

dist/embed.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! powerbi-client v2.2.3 | (c) 2016 Microsoft Corporation MIT */
1+
/*! powerbi-client v2.2.4 | (c) 2016 Microsoft Corporation MIT */
22
import * as service from './service';
33
import * as models from 'powerbi-models';
44
declare global {

dist/factories.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! powerbi-client v2.2.3 | (c) 2016 Microsoft Corporation MIT */
1+
/*! powerbi-client v2.2.4 | (c) 2016 Microsoft Corporation MIT */
22
/**
33
* TODO: Need to find better place for these factory functions or refactor how we handle dependency injection
44
*/

dist/ifilterable.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! powerbi-client v2.2.3 | (c) 2016 Microsoft Corporation MIT */
1+
/*! powerbi-client v2.2.4 | (c) 2016 Microsoft Corporation MIT */
22
import * as models from 'powerbi-models';
33
/**
44
* Decorates embed components that support filters

dist/page.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! powerbi-client v2.2.3 | (c) 2016 Microsoft Corporation MIT */
1+
/*! powerbi-client v2.2.4 | (c) 2016 Microsoft Corporation MIT */
22
import { IFilterable } from './ifilterable';
33
import { IReportNode } from './report';
44
import * as models from 'powerbi-models';

dist/powerbi.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! powerbi-client v2.2.3 | (c) 2016 Microsoft Corporation MIT */
1+
/*! powerbi-client v2.2.4 | (c) 2016 Microsoft Corporation MIT */
22
import * as service from './service';
33
import * as factories from './factories';
44
import * as models from 'powerbi-models';

dist/powerbi.js

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

0 commit comments

Comments
 (0)