@js-bits/xpromise
Advanced tools
Comparing version 0.2.0 to 0.2.1
import enumerate from '@js-bits/enumerate'; | ||
console.log(`xpromise import mode ${typeof require === 'undefined' ? 'esm' : 'cjs'}`); | ||
// pseudo-private properties emulation in order to avoid source code transpiling | ||
@@ -6,0 +4,0 @@ // TODO: replace with #privateField syntax when it gains wide support |
{ | ||
"name": "@js-bits/xpromise", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Extendable Promise", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
12801
324