primea-objects
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -101,4 +101,4 @@ const crypto = require('crypto') | ||
actorID: this.actorID.toJSON(), | ||
private: this.identifier[0], | ||
name: this.identifier[1], | ||
private: this.identifier ? this.identifier[0] : null, | ||
name: this.identifier ? this.identifier[1] : null, | ||
gas: this.gas | ||
@@ -105,0 +105,0 @@ } |
{ | ||
"name": "primea-objects", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "Object helper classes for Primea's system Objects", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
35927