@veltdev/react 1.0.87 → 1.0.89

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/cjs/index.js CHANGED
@@ -109,7 +109,7 @@ var loadVelt = function (callback, version, staging, develop) {
109
109
  }
110
110
  };
111
111
 
112
- var VELT_SDK_VERSION = '1.0.103';
112
+ var VELT_SDK_VERSION = '1.0.105';
113
113
  var VELT_SDK_INIT_EVENT = 'onVeltInit';
114
114
 
115
115
  var SnippylyProvider = function (props) {