@oada/list-lib
Advanced tools
Comparing version 2.1.6 to 2.1.7
@@ -65,3 +65,3 @@ "use strict"; | ||
} | ||
console.dir(__classPrivateFieldGet(this, _tree), { depth: null }); | ||
//console.dir(this.#tree, { depth: null }); | ||
__classPrivateFieldSet(this, _wait, bluebird_1.default.fromCallback((done) => { | ||
@@ -68,0 +68,0 @@ __classPrivateFieldSet(this, _done, done); |
{ | ||
"name": "@oada/list-lib", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"description": "Library for processing items in an OADA list", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -154,3 +154,3 @@ import { join } from 'path'; | ||
} | ||
console.dir(this.#tree, { depth: null }); | ||
//console.dir(this.#tree, { depth: null }); | ||
this.#wait = Bluebird.fromCallback((done) => { | ||
@@ -157,0 +157,0 @@ this.#done = done; |
Sorry, the diff of this file is not supported yet
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
124103
33
2704