reactotron-core-client
Advanced tools
Comparing version 1.1.2 to 1.1.4
@@ -67,3 +67,3 @@ 'use strict'; | ||
*/ | ||
var image = (function () { | ||
var image$1 = (function () { | ||
return function (reactotron) { | ||
@@ -150,3 +150,3 @@ return { | ||
*/ | ||
var apiResponse = (function () { | ||
var apiResponse$1 = (function () { | ||
return function (reactotron) { | ||
@@ -171,2 +171,6 @@ return { | ||
var classCallCheck = function (instance, Constructor) { | ||
@@ -196,2 +200,48 @@ if (!(instance instanceof Constructor)) { | ||
var set = function set(object, property, value, receiver) { | ||
var desc = Object.getOwnPropertyDescriptor(object, property); | ||
if (desc === undefined) { | ||
var parent = Object.getPrototypeOf(object); | ||
if (parent !== null) { | ||
set(parent, property, value, receiver); | ||
} | ||
} else if ("value" in desc && desc.writable) { | ||
desc.value = value; | ||
} else { | ||
var setter = desc.set; | ||
if (setter !== undefined) { | ||
setter.call(receiver, value); | ||
} | ||
} | ||
return value; | ||
}; | ||
var hasHirezNodeTimer = false && (typeof process === 'undefined' ? 'undefined' : _typeof(process)) === 'object' && process && process.hrtime && typeof process.hrtime === 'function'; | ||
@@ -245,3 +295,3 @@ | ||
var CorePlugins = [image(), logger(), benchmark(), stateResponses(), apiResponse()]; | ||
var CorePlugins = [image$1(), logger(), benchmark(), stateResponses(), apiResponse$1()]; | ||
@@ -248,0 +298,0 @@ var DEFAULTS = { |
{ | ||
"name": "reactotron-core-client", | ||
"version": "1.1.2", | ||
"version": "1.1.4", | ||
"description": "Grants Reactotron clients the ability to talk to a Reactotron server.", | ||
@@ -28,10 +28,10 @@ "main": "dist/index.js", | ||
"ava": "^0.16.0", | ||
"babel-cli": "^6.11.4", | ||
"babel-core": "^6.13.2", | ||
"babel-cli": "^6.14.0", | ||
"babel-core": "^6.14.0", | ||
"babel-eslint": "^6.1.2", | ||
"babel-preset-es2015": "^6.13.2", | ||
"babel-preset-es2015": "^6.14.0", | ||
"babel-preset-es2015-rollup": "^1.2.0", | ||
"babel-preset-stage-1": "^6.13.0", | ||
"nyc": "^8.1.0", | ||
"rollup": "^0.34.8", | ||
"rollup": "^0.35.10", | ||
"rollup-plugin-babel": "^2.6.1", | ||
@@ -57,5 +57,5 @@ "standard": "^8.0.0" | ||
"ramda": "^0.22.1", | ||
"ramdasauce": "^1.1.0", | ||
"ramdasauce": "^1.1.1", | ||
"socket.io": "^1.4.8" | ||
} | ||
} |
30038
409
Updatedramdasauce@^1.1.1