Skip to content

Commit

Permalink
Documentation updated
Browse files Browse the repository at this point in the history
  • Loading branch information
grmeyer-hw-dev committed Jun 6, 2024
1 parent 1bdaec5 commit 7f39c4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.json
Original file line number Diff line number Diff line change
Expand Up @@ -8112,7 +8112,7 @@
},
{
"kind": "packageJSON",
"content": "{\n \"name\": \"hyperwallet-sdk\",\n \"version\": \"2.1.1\",\n \"description\": \"A library to manage users, transfer methods and payments through the Hyperwallet API\",\n \"main\": \"lib/index.js\",\n \"dependencies\": {\n \"form-data\": \"^3.0.0\",\n \"node-jose\": \"^2.2.0\",\n \"object-assign\": \"^4.1.0\",\n \"superagent\": \"^4.0.0\",\n \"uuid\": \"^8.3.1\"\n },\n \"scripts\": {\n \"lint\": \"eslint ./src && eslint ./test && eslint ./examples\",\n \"prod\": \"babel src -d lib\",\n \"docs\": \"esdoc -c ./.esdoc.json\",\n \"deploy-docs\": \"npm run docs && gh-pages -d docs\",\n \"test\": \"npm run lint && npm run test-unit\",\n \"test-unit\": \"nyc --reporter lcov mocha --require babel-core/register test/**/*.js test/*.js\",\n \"test-coverage\": \"nyc npm run test\",\n \"coveralls\": \"npm run test-coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js\",\n \"prepublish-prod\": \"npm test && npm run prod\",\n \"publish-please\": \"publish-please\",\n \"prepublish\": \"publish-please guard\"\n },\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"https://github.com/hyperwallet/node-sdk.git\"\n },\n \"keywords\": [\n \"hyperwallet\",\n \"sdk\",\n \"rest\",\n \"bankaccount\",\n \"payout\",\n \"creditcard\",\n \"ach\"\n ],\n \"author\": \"Florian Krauthan <[email protected]>\",\n \"license\": \"MIT\",\n \"bugs\": {\n \"url\": \"https://github.com/hyperwallet/node-sdk/issues\"\n },\n \"homepage\": \"http://hyperwallet.github.io/node-sdk\",\n \"devDependencies\": {\n \"babel-eslint\": \"^8.2.6\",\n \"babel-preset-es2015\": \"^6.9.0\",\n \"babel-preset-stage-0\": \"^6.5.0\",\n \"babel-register\": \"^6.9.0\",\n \"chai\": \"^3.5.0\",\n \"coveralls\": \"^3.0.2\",\n \"dirty-chai\": \"^1.2.2\",\n \"esdoc\": \"^1.1.0\",\n \"esdoc-standard-plugin\": \"^1.0.0\",\n \"eslint\": \"^4.19.1\",\n \"eslint-config-airbnb-base\": \"^13.2.0\",\n \"eslint-plugin-import\": \"^2.17.2\",\n \"gh-pages\": \"^6.1.1\",\n \"mocha\": \"^5.2.0\",\n \"nock\": \"^10.0.4\",\n \"nyc\": \"^15.0.0\",\n \"publish-please\": \"^5.4.3\",\n \"sinon\": \"^1.17.4\",\n \"sinon-chai\": \"^2.8.0\"\n },\n \"engines\": {\n \"node\": \">=0.12\",\n \"iojs\": \">=1.0\"\n }\n}\n",
"content": "{\n \"name\": \"hyperwallet-sdk\",\n \"version\": \"2.1.2\",\n \"description\": \"A library to manage users, transfer methods and payments through the Hyperwallet API\",\n \"main\": \"lib/index.js\",\n \"dependencies\": {\n \"form-data\": \"^3.0.0\",\n \"node-jose\": \"^2.2.0\",\n \"object-assign\": \"^4.1.0\",\n \"superagent\": \"^4.0.0\",\n \"uuid\": \"^8.3.1\"\n },\n \"scripts\": {\n \"lint\": \"eslint ./src && eslint ./test && eslint ./examples\",\n \"prod\": \"babel src -d lib\",\n \"docs\": \"esdoc -c ./.esdoc.json\",\n \"deploy-docs\": \"npm run docs && gh-pages -d docs\",\n \"test\": \"npm run lint && npm run test-unit\",\n \"test-unit\": \"nyc --reporter lcov mocha --require babel-core/register test/**/*.js test/*.js\",\n \"test-coverage\": \"nyc npm run test\",\n \"coveralls\": \"npm run test-coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js\",\n \"prepublish-prod\": \"npm test && npm run prod\",\n \"publish-please\": \"publish-please\",\n \"prepublish\": \"publish-please guard\"\n },\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"https://github.com/hyperwallet/node-sdk.git\"\n },\n \"keywords\": [\n \"hyperwallet\",\n \"sdk\",\n \"rest\",\n \"bankaccount\",\n \"payout\",\n \"creditcard\",\n \"ach\"\n ],\n \"author\": \"Florian Krauthan <[email protected]>\",\n \"license\": \"MIT\",\n \"bugs\": {\n \"url\": \"https://github.com/hyperwallet/node-sdk/issues\"\n },\n \"homepage\": \"http://hyperwallet.github.io/node-sdk\",\n \"devDependencies\": {\n \"babel-eslint\": \"^8.2.6\",\n \"babel-preset-es2015\": \"^6.9.0\",\n \"babel-preset-stage-0\": \"^6.5.0\",\n \"babel-register\": \"^6.9.0\",\n \"chai\": \"^3.5.0\",\n \"coveralls\": \"^3.0.2\",\n \"dirty-chai\": \"^1.2.2\",\n \"esdoc\": \"^1.1.0\",\n \"esdoc-standard-plugin\": \"^1.0.0\",\n \"eslint\": \"^4.19.1\",\n \"eslint-config-airbnb-base\": \"^13.2.0\",\n \"eslint-plugin-import\": \"^2.17.2\",\n \"gh-pages\": \"^6.1.1\",\n \"mocha\": \"^5.2.0\",\n \"nock\": \"^10.0.4\",\n \"nyc\": \"^15.0.0\",\n \"publish-please\": \"^5.4.3\",\n \"sinon\": \"^1.17.4\",\n \"sinon-chai\": \"^2.8.0\"\n },\n \"engines\": {\n \"node\": \">=0.12\",\n \"iojs\": \">=1.0\"\n }\n}\n",
"longname": "/home/runner/work/node-sdk/node-sdk/package.json",
"name": "package.json",
"static": true,
Expand Down
8 changes: 4 additions & 4 deletions source.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,31 +58,31 @@
<td class="coverage"><span data-ice="coverage">100 %</span><span data-ice="coverageCount" class="coverage-count">113/113</span></td>
<td style="display: none;" data-ice="size">90869 byte</td>
<td style="display: none;" data-ice="lines">2278</td>
<td style="display: none;" data-ice="updated">2024-05-05 00:48:53 (UTC)</td>
<td style="display: none;" data-ice="updated">2024-06-05 18:25:12 (UTC)</td>
</tr>
<tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/index.js.html">src/index.js</a></span></td>
<td data-ice="identifier" class="identifiers">-</td>
<td class="coverage"><span data-ice="coverage">-</span></td>
<td style="display: none;" data-ice="size">72 byte</td>
<td style="display: none;" data-ice="lines">3</td>
<td style="display: none;" data-ice="updated">2024-05-05 00:48:53 (UTC)</td>
<td style="display: none;" data-ice="updated">2024-06-05 18:25:12 (UTC)</td>
</tr>
<tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/utils/ApiClient.js.html#errorLines=71,74,75,76">src/utils/ApiClient.js</a></span></td>
<td data-ice="identifier" class="identifiers"><span><a href="class/src/utils/ApiClient.js~ApiClient.html">ApiClient</a></span></td>
<td class="coverage"><span data-ice="coverage">80 %</span><span data-ice="coverageCount" class="coverage-count">17/21</span></td>
<td style="display: none;" data-ice="size">13807 byte</td>
<td style="display: none;" data-ice="lines">360</td>
<td style="display: none;" data-ice="updated">2024-05-05 00:48:53 (UTC)</td>
<td style="display: none;" data-ice="updated">2024-06-05 18:25:12 (UTC)</td>
</tr>
<tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/utils/Encryption.js.html">src/utils/Encryption.js</a></span></td>
<td data-ice="identifier" class="identifiers"><span><a href="class/src/utils/Encryption.js~Encryption.html">Encryption</a></span></td>
<td class="coverage"><span data-ice="coverage">100 %</span><span data-ice="coverageCount" class="coverage-count">24/24</span></td>
<td style="display: none;" data-ice="size">12378 byte</td>
<td style="display: none;" data-ice="lines">345</td>
<td style="display: none;" data-ice="updated">2024-05-05 00:48:53 (UTC)</td>
<td style="display: none;" data-ice="updated">2024-06-05 18:25:12 (UTC)</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 7f39c4a

Please sign in to comment.