@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.cjs.js
CHANGED
|
@@ -23778,7 +23778,7 @@ function _instrumentProvider() {
|
|
|
23778
23778
|
break;
|
|
23779
23779
|
}
|
|
23780
23780
|
|
|
23781
|
-
return _context.abrupt("return");
|
|
23781
|
+
return _context.abrupt("return", provider);
|
|
23782
23782
|
|
|
23783
23783
|
case 2:
|
|
23784
23784
|
entry = instrumentedProviders.filter(function (it) {
|