@swp/ledger-sdk
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -123,13 +123,2 @@ "use strict"; | ||
exports.Ledger = Ledger; | ||
new Ledger({ apiKey: "1234", secret: "1234", debug: true, customHost: "host" }) | ||
.getAllAssets({ | ||
pagination: { | ||
limit: 10 | ||
}, | ||
fields: ["dfdfdsfsdfsdgf:heey"], | ||
}) | ||
.then(function () { | ||
}) | ||
.catch(function () { | ||
}); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@swp/ledger-sdk", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "", | ||
@@ -8,3 +8,4 @@ "private": false, | ||
"scripts": { | ||
"build": "tsc" | ||
"build": "tsc", | ||
"publish": "npm run build && npm run publish" | ||
}, | ||
@@ -28,6 +29,6 @@ "keywords": [ | ||
"@types/jsonwebtoken": "^8.3.3", | ||
"@types/node-fetch": "^2.5.0", | ||
"typescript": "^3.5.3" | ||
}, | ||
"dependencies": { | ||
"@types/node-fetch": "^2.5.0", | ||
"crypto-js": "^3.1.9-1", | ||
@@ -34,0 +35,0 @@ "jsonwebtoken": "^8.5.1", |
Sorry, the diff of this file is not supported yet
3
45071
5
45
843
- Removed@types/node-fetch@^2.5.0
- Removed@types/node@22.13.9(transitive)
- Removed@types/node-fetch@2.6.12(transitive)
- Removedasynckit@0.4.0(transitive)
- Removedcall-bind-apply-helpers@1.0.2(transitive)
- Removedcombined-stream@1.0.8(transitive)
- Removeddelayed-stream@1.0.0(transitive)
- Removeddunder-proto@1.0.1(transitive)
- Removedes-define-property@1.0.1(transitive)
- Removedes-errors@1.3.0(transitive)
- Removedes-object-atoms@1.1.1(transitive)
- Removedes-set-tostringtag@2.1.0(transitive)
- Removedform-data@4.0.2(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedget-intrinsic@1.3.0(transitive)
- Removedget-proto@1.0.1(transitive)
- Removedgopd@1.2.0(transitive)
- Removedhas-symbols@1.1.0(transitive)
- Removedhas-tostringtag@1.0.2(transitive)
- Removedhasown@2.0.2(transitive)
- Removedmath-intrinsics@1.1.0(transitive)
- Removedmime-db@1.52.0(transitive)
- Removedmime-types@2.1.35(transitive)
- Removedundici-types@6.20.0(transitive)