@ethereansos/interfaces-core 0.4.135 → 0.4.136
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
@@ -23763,7 +23763,7 @@ function _instrumentProvider() {
|
|
23763
23763
|
instrumentableMethods = [].concat(defaultInstrumentableMethods);
|
23764
23764
|
|
23765
23765
|
try {
|
23766
|
-
instrumentableMethods = _toConsumableArray(sendAsync.context.providerInstrumentableMethods ||
|
23766
|
+
instrumentableMethods = _toConsumableArray(sendAsync.context.providerInstrumentableMethods || defaultInstrumentableMethods);
|
23767
23767
|
} catch (e) {}
|
23768
23768
|
|
23769
23769
|
instrumentableMethods = instrumentableMethods.map(function (it) {
|