@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.
Files changed (2) hide show
  1. package/build/utils.js +0 -3
  2. 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 () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@super-protocol/sdk-js",
3
- "version": "0.12.1-beta.3",
3
+ "version": "0.12.1-beta.4",
4
4
  "main": "build/index.js",
5
5
  "license": "MIT",
6
6
  "files": [