From 7f39c4adef1b9f2b0b3e726aba2f7e753698b5bb Mon Sep 17 00:00:00 2001 From: grmeyer-hw-dev <107439697+grmeyer-hw-dev@users.noreply.github.com> Date: Thu, 6 Jun 2024 18:25:36 +0000 Subject: [PATCH] Documentation updated --- index.json | 2 +- source.html | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.json b/index.json index dc37854..8adb9c3 100644 --- a/index.json +++ b/index.json @@ -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 \",\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 \",\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, diff --git a/source.html b/source.html index 6b56274..526ca6d 100644 --- a/source.html +++ b/source.html @@ -58,7 +58,7 @@ 100 %113/113 90869 byte 2278 - 2024-05-05 00:48:53 (UTC) + 2024-06-05 18:25:12 (UTC) src/index.js @@ -66,7 +66,7 @@ - 72 byte 3 - 2024-05-05 00:48:53 (UTC) + 2024-06-05 18:25:12 (UTC) src/utils/ApiClient.js @@ -74,7 +74,7 @@ 80 %17/21 13807 byte 360 - 2024-05-05 00:48:53 (UTC) + 2024-06-05 18:25:12 (UTC) src/utils/Encryption.js @@ -82,7 +82,7 @@ 100 %24/24 12378 byte 345 - 2024-05-05 00:48:53 (UTC) + 2024-06-05 18:25:12 (UTC)