@wszymanski-test/testing-app
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -6,5 +6,8 @@ "use strict"; | ||
}); | ||
var _exportNames = {}; | ||
exports["default"] = _default; | ||
var _console = require("./utils/console"); | ||
Object.keys(_console).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _console[key]) return; | ||
@@ -17,2 +20,6 @@ Object.defineProperty(exports, key, { | ||
}); | ||
}); | ||
}); | ||
function _default() { | ||
console.log('hello world2'); | ||
} | ||
; |
{ | ||
"name": "@wszymanski-test/testing-app", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
1990
47