@hackler/react-sdk 3.0.0 → 3.0.1

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/lib/config.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  export declare const SDK_NAME_HEADER = "react-sdk";
2
- export declare const SDK_VERSION_HEADER = "3.0.0";
2
+ export declare const SDK_VERSION_HEADER = "3.0.1";
3
3
  //# sourceMappingURL=config.d.ts.map
package/lib/index.es.js CHANGED
@@ -48,7 +48,7 @@ function __read(o, n) {
48
48
  }
49
49
 
50
50
  var SDK_NAME_HEADER = "react-sdk";
51
- var SDK_VERSION_HEADER = "3.0.0";
51
+ var SDK_VERSION_HEADER = "3.0.1";
52
52
 
53
53
  var HackleReactSDKClient = /** @class */ (function () {
54
54
  function HackleReactSDKClient(sdkKey, config) {
package/lib/index.js CHANGED
@@ -74,7 +74,7 @@ function __read(o, n) {
74
74
  }
75
75
 
76
76
  var SDK_NAME_HEADER = "react-sdk";
77
- var SDK_VERSION_HEADER = "3.0.0";
77
+ var SDK_VERSION_HEADER = "3.0.1";
78
78
 
79
79
  var HackleReactSDKClient = /** @class */ (function () {
80
80
  function HackleReactSDKClient(sdkKey, config) {