Comparing version 2.0.0 to 2.1.0
@@ -19,1 +19,2 @@ export * from "./arguments.js"; | ||
export * from "./async-iterable.js"; | ||
export * from "./plain-object.js"; |
@@ -203,2 +203,13 @@ "use strict"; | ||
}); | ||
}); | ||
var _plainObject = require("./plain-object.js"); | ||
Object.keys(_plainObject).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _plainObject[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _plainObject[key]; | ||
} | ||
}); | ||
}); |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://github.com/snowyu/util-ex.js", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"author": { | ||
@@ -8,0 +8,0 @@ "name": "Riceball LEE", |
@@ -19,1 +19,2 @@ export * from './arguments.js'; | ||
export * from './async-iterable.js'; | ||
export * from './plain-object.js'; |
@@ -43,5 +43,4 @@ import sinonChai from "sinon-chai"; | ||
const result = getNames(test); | ||
console.log('TCL:: ~ result:', result, test); | ||
result.should.be.deep.equal(['non2']); | ||
}); | ||
}); |
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
237396
192
6518