Skip to content

Commit 96f2e90

Browse files
author
Josh McCullough
committed
Updated packages, version number and outputs for v5.2.0.
1 parent f230258 commit 96f2e90

File tree

16 files changed

+47
-51
lines changed

16 files changed

+47
-51
lines changed

Content/Packages/NPM/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hiw-api",
3-
"version": "5.0.5-beta.0",
3+
"version": "5.2.0",
44
"description": "The HIW JavaScript API is designed to allow developers to access data stored within the HIW more easily, using JavaScript. By using the HIW JavaScript API, developers won't have to write much of the boilerplate code required to make calls to the HIW's RESTful Service, and it also provides helpful information, such as code-completion, as developers work with the HIW JavaScript API.",
55
"main": "hiw-api.js",
66
"scripts": {

Content/Packages/NuGet/hiw-api-lite.nuspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>hiw-api-lite</id>
5-
<version>5.0.5</version>
5+
<version>5.2.0</version>
66
<title>Health Indicators Warehouse Javascript API (Lite)</title>
77
<authors>Health Indicators Warehouse</authors>
88
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
@@ -18,10 +18,10 @@ The "lite" version of the HIW API is a much smaller library without many of the
1818
<tags>hiw health indicators warehouse rest api sdk</tags>
1919
</metadata>
2020
<files>
21-
<file src="Publish\hiw-api-lite.js" target="content\Scripts\hiw-api-lite.js" />
22-
<file src="Publish\hiw-api-lite.min.js" target="content\Scripts\hiw-api-lite.min.js" />
23-
<file src="Publish\hiw-api-lite.d.ts" target="hiw-api-lite.d.ts" />
24-
<file src="Publish\LICENSE.md" target="LICENSE.md" />
25-
<file src="Publish\README.md" target="README.md" />
21+
<file src="..\..\Scripts\API\Output\hiw-api-lite.js" target="content\Scripts\hiw-api-lite.js" />
22+
<file src="..\..\Scripts\API\Output\hiw-api-lite.min.js" target="content\Scripts\hiw-api-lite.min.js" />
23+
<file src="..\..\Scripts\API\Output\hiw-api-lite.d.ts" target="hiw-api-lite.d.ts" />
24+
<file src="..\..\Scripts\API\Output\LICENSE.md" target="LICENSE.md" />
25+
<file src="..\..\Scripts\API\Output\README.md" target="README.md" />
2626
</files>
2727
</package>

Content/Packages/NuGet/hiw-api.nuspec

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>hiw-api</id>
5-
<version>5.0.5</version>
5+
<version>5.2.0</version>
66
<title>Health Indicators Warehouse Javascript API (Complete)</title>
77
<authors>Health Indicators Warehouse</authors>
88
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
@@ -16,15 +16,15 @@
1616
<tags>hiw health indicators warehouse rest api sdk</tags>
1717
</metadata>
1818
<files>
19-
<file src="Publish\hiw-api-lite.js" target="content\Scripts\hiw-api-lite.js" />
20-
<file src="Publish\hiw-api-lite.min.js" target="content\Scripts\hiw-api-lite.min.js" />
21-
<file src="Publish\hiw-api.js" target="content\Scripts\hiw-api.js" />
22-
<file src="Publish\hiw-api.min.js" target="content\Scripts\hiw-api.min.js" />
23-
<file src="Publish\hiw-api-lite.d.ts" target="hiw-api-lite.d.ts" />
24-
<file src="Publish\hiw-api-test.d.ts" target="hiw-api-test.d.ts" />
25-
<file src="Publish\hiw-api-test.js" target="hiw-api-test.js" />
26-
<file src="Publish\hiw-api.d.ts" target="hiw-api.d.ts" />
27-
<file src="Publish\LICENSE.md" target="LICENSE.md" />
28-
<file src="Publish\README.md" target="README.md" />
19+
<file src="..\..\Scripts\API\Output\hiw-api-lite.js" target="content\Scripts\hiw-api-lite.js" />
20+
<file src="..\..\Scripts\API\Output\hiw-api-lite.min.js" target="content\Scripts\hiw-api-lite.min.js" />
21+
<file src="..\..\Scripts\API\Output\hiw-api.js" target="content\Scripts\hiw-api.js" />
22+
<file src="..\..\Scripts\API\Output\hiw-api.min.js" target="content\Scripts\hiw-api.min.js" />
23+
<file src="..\..\Scripts\API\Output\hiw-api-lite.d.ts" target="hiw-api-lite.d.ts" />
24+
<file src="..\..\Scripts\API\Output\hiw-api-test.d.ts" target="hiw-api-test.d.ts" />
25+
<file src="..\..\Scripts\API\Output\hiw-api-test.js" target="hiw-api-test.js" />
26+
<file src="..\..\Scripts\API\Output\hiw-api.d.ts" target="hiw-api.d.ts" />
27+
<file src="..\..\Scripts\API\Output\LICENSE.md" target="LICENSE.md" />
28+
<file src="..\..\Scripts\API\Output\README.md" target="README.md" />
2929
</files>
3030
</package>

Content/Packages/cdnjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"filename": "hiw-api.min.js",
33
"name": "hiw-api",
4-
"version": "5.0.5",
4+
"version": "5.2.0",
55
"description": "The HIW JavaScript API is designed to allow developers to access data stored within the HIW more easily, using JavaScript. By using the HIW JavaScript API, developers won't have to write much of the boilerplate code required to make calls to the HIW's RESTful Service, and it also provides helpful information, such as code-completion, as developers work with the HIW JavaScript API.",
66
"keywords": ["hiw",
77
"health",

Content/Scripts/API/Header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Health Indicators Warehouse (HIW) JavaScript API
2-
* v5.0.5 (beta)
2+
* v5.2.0
33
*
44
* Docs: http://developers.healthindicators.gov
55
* Source: https://github.com/HealthIndicators/js-api

Content/Scripts/API/Output/hiw-api-lite.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Health Indicators Warehouse (HIW) JavaScript API
2-
* v5.0.5 (beta)
2+
* v5.2.0
33
*
44
* Docs: http://developers.healthindicators.gov
55
* Source: https://github.com/HealthIndicators/js-api
@@ -430,7 +430,6 @@ declare module hiw {
430430
/** Provides core functionality to interact with the HIW API. */
431431
class API {
432432
static DefaultBaseURL: string;
433-
static DefaultPageSize: number;
434433
static Endpoints: Endpoint<any>[];
435434
/** The base URL of the HIW API. */
436435
baseURL: string;

Content/Scripts/API/Output/hiw-api-lite.js

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

Content/Scripts/API/Output/hiw-api-lite.js.map

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

Content/Scripts/API/Output/hiw-api-lite.min.js

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

Content/Scripts/API/Output/hiw-api-test.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Health Indicators Warehouse (HIW) JavaScript API
2-
* v5.0.5 (beta)
2+
* v5.2.0
33
*
44
* Docs: http://developers.healthindicators.gov
55
* Source: https://github.com/HealthIndicators/js-api

0 commit comments

Comments
 (0)