primea-objects
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -206,3 +206,3 @@ const crypto = require('crypto') | ||
modType: this.type, | ||
code: `0x${this.code['/'].toString('hex')}`, | ||
code: this.code['/'] ? `0x${this.code['/'].toString('hex')}` : null, | ||
state: this.state | ||
@@ -209,0 +209,0 @@ } |
{ | ||
"name": "primea-objects", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"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
35951