@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.cjs.js
CHANGED
@@ -23775,7 +23775,7 @@ function _instrumentProvider() {
|
|
23775
23775
|
instrumentableMethods = [].concat(defaultInstrumentableMethods);
|
23776
23776
|
|
23777
23777
|
try {
|
23778
|
-
instrumentableMethods = _toConsumableArray(sendAsync.context.providerInstrumentableMethods ||
|
23778
|
+
instrumentableMethods = _toConsumableArray(sendAsync.context.providerInstrumentableMethods || defaultInstrumentableMethods);
|
23779
23779
|
} catch (e) {}
|
23780
23780
|
|
23781
23781
|
instrumentableMethods = instrumentableMethods.map(function (it) {
|