@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.
@@ -1,2 +1,2 @@
1
- export declare const VELT_SDK_VERSION = "1.0.103";
1
+ export declare const VELT_SDK_VERSION = "1.0.105";
2
2
  export declare const VELT_SDK_INIT_EVENT = "onVeltInit";
package/esm/index.js CHANGED
@@ -101,7 +101,7 @@ var loadVelt = function (callback, version, staging, develop) {
101
101
  }
102
102
  };
103
103
 
104
- var VELT_SDK_VERSION = '1.0.103';
104
+ var VELT_SDK_VERSION = '1.0.105';
105
105
  var VELT_SDK_INIT_EVENT = 'onVeltInit';
106
106
 
107
107
  var SnippylyProvider = function (props) {