@veltdev/react 1.0.132 → 1.0.133

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.149";
1
+ export declare const VELT_SDK_VERSION = "1.0.150";
2
2
  export declare const VELT_SDK_INIT_EVENT = "onVeltInit";
package/esm/index.js CHANGED
@@ -132,7 +132,7 @@ var loadVelt = function (callback, version, staging, develop, proxyDomain) {
132
132
  }
133
133
  };
134
134
 
135
- var VELT_SDK_VERSION = '1.0.149';
135
+ var VELT_SDK_VERSION = '1.0.150';
136
136
  var VELT_SDK_INIT_EVENT = 'onVeltInit';
137
137
 
138
138
  var SnippylyProvider = function (props) {