@mu-online-js/mu-packet-manager
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -65,2 +65,5 @@ /** | ||
decodeObject(this.obj, this.structure); | ||
if (process.env.DEBUG_VERBOSE) { | ||
console.log(JSON.stringify(this.obj, null, 2)); | ||
} | ||
return this.obj; | ||
@@ -67,0 +70,0 @@ }; |
{ | ||
"name": "@mu-online-js/mu-packet-manager", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "It allows you to define packet structures in a single place and easily convert between buffer and object representations of these structures.", | ||
@@ -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
11160
297