@dfns/blockchain-integration
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@dfns/blockchain-integration", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Blockchain integration Kit for DFNS", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "jest" | ||
"clean": "rimraf ./dist", | ||
"build": "node_modules/.bin/tsc", | ||
"test": "jest spec", | ||
"cleanBuild": "npm run clean && npm run build" | ||
}, | ||
@@ -15,4 +18,5 @@ "author": "", | ||
"devDependencies": { | ||
"@types/node-fetch": "^2.5.10" | ||
"@types/node-fetch": "^2.5.10", | ||
"typescript": "^4.2.4" | ||
} | ||
} |
import { Signer } from "../signer"; | ||
const { Router } = require("lambda-router"); | ||
import { ALBEvent } from "aws-lambda"; | ||
@@ -6,0 +5,0 @@ export function createLambdaHandler(WalletImplementation: any, prefix: string) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11570
16
304
2