@super-protocol/sdk-js 0.12.1-beta.3 → 0.12.1-beta.4
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/build/utils.js +0 -3
- package/package.json +1 -1
package/build/utils.js
CHANGED
|
@@ -172,9 +172,6 @@ var objectToTuple = function (data, format) {
|
|
|
172
172
|
exports.objectToTuple = objectToTuple;
|
|
173
173
|
function incrementMethodCall() {
|
|
174
174
|
return function (_target, propertyName, propertyDescriptor) {
|
|
175
|
-
if (!(0, exports.isNodeJS)()) {
|
|
176
|
-
return propertyDescriptor;
|
|
177
|
-
}
|
|
178
175
|
var monitoring = Monitoring_1.Monitoring.getInstance();
|
|
179
176
|
var method = propertyDescriptor.value;
|
|
180
177
|
propertyDescriptor.value = function () {
|