@iota/bundle
Advanced tools
Comparing version 1.0.0-beta.3 to 1.0.0-beta.4
{ | ||
"name": "@iota/bundle", | ||
"version": "1.0.0-beta.3", | ||
"version": "1.0.0-beta.4", | ||
"description": "Utilities for generating and signing bundles", | ||
@@ -67,7 +67,7 @@ "main": "./out/bundle/src/index.js", | ||
"dependencies": { | ||
"@iota/converter": "^1.0.0-beta.3", | ||
"@iota/kerl": "^1.0.0-beta.3", | ||
"@iota/pad": "^1.0.0-beta.3", | ||
"@iota/signing": "^1.0.0-beta.3" | ||
"@iota/converter": "^1.0.0-beta.4", | ||
"@iota/kerl": "^1.0.0-beta.4", | ||
"@iota/pad": "^1.0.0-beta.4", | ||
"@iota/signing": "^1.0.0-beta.4" | ||
} | ||
} |
@@ -15,3 +15,3 @@ /// <reference types="bluebird" /> | ||
readonly keyIndex: number; | ||
readonly security: number; | ||
readonly security?: number; | ||
} | ||
@@ -18,0 +18,0 @@ export declare const makeAddress: (address: string, balance: number, keyIndex: number, security: number) => Address; |
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
62936
24
Updated@iota/kerl@^1.0.0-beta.4
Updated@iota/pad@^1.0.0-beta.4
Updated@iota/signing@^1.0.0-beta.4