Comparing version 9.0.6 to 9.0.7
@@ -8,3 +8,3 @@ | ||
const cc = require("node-console-colors"), | ||
var cc = require("node-console-colors"), | ||
file_queue = new require('file-obj-queue'), | ||
@@ -35,2 +35,3 @@ file_requre_data = [ | ||
try { | ||
console.log(`${fname} 1001`, { "type": "debug" }); | ||
t.class_obj_array = []; | ||
@@ -55,3 +56,3 @@ t.appenders = [{ name: 'all', obj: null }] | ||
t.logMsg(fname, { "type": "debug" }); | ||
t.logMsg(`${fname} 1001`, { "type": "debug" }); | ||
return t | ||
@@ -58,0 +59,0 @@ } catch (e) { |
{ | ||
"name": "queuejson", | ||
"version": "9.0.6", | ||
"version": "9.0.7", | ||
"description": "Process class objects according to json array input data.", | ||
@@ -5,0 +5,0 @@ "main": "app.js", |
@@ -7,3 +7,3 @@ const assert = require('assert'), | ||
"name": "queuejson", | ||
"version": "9.0.6", | ||
"version": "9.0.7", | ||
"description": "Process class objects according to json array input data.", | ||
@@ -10,0 +10,0 @@ "main": "app.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
40929
1031