@ethereansos/interfaces-core 0.4.128 → 0.4.129
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -23766,7 +23766,7 @@ function _instrumentProvider() {
|
|
|
23766
23766
|
break;
|
|
23767
23767
|
}
|
|
23768
23768
|
|
|
23769
|
-
return _context.abrupt("return");
|
|
23769
|
+
return _context.abrupt("return", provider);
|
|
23770
23770
|
|
|
23771
23771
|
case 2:
|
|
23772
23772
|
entry = instrumentedProviders.filter(function (it) {
|