@blockfrost/blockfrost-utils
Advanced tools
Comparing version 2.3.1-beta.0 to 2.3.1-beta.1
@@ -5,3 +5,3 @@ /// <reference types="node" /> | ||
version: number; | ||
extra: string | null; | ||
extra: string | undefined; | ||
} | ||
@@ -8,0 +8,0 @@ /** |
@@ -317,3 +317,3 @@ "use strict"; | ||
? constrPlutusData.data().get(2).to_hex() | ||
: null; | ||
: undefined; | ||
if (!datumMap) { | ||
@@ -320,0 +320,0 @@ return null; |
{ | ||
"name": "@blockfrost/blockfrost-utils", | ||
"version": "2.3.1-beta.0", | ||
"version": "2.3.1-beta.1", | ||
"repository": "git@github.com:blockfrost/blockfrost-utils.git", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
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
61092