@blotoutio/providers-tiktok-sdk 0.31.0 → 0.32.0

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/index.cjs.js CHANGED
@@ -187,7 +187,7 @@ const tag = ({ data, eventName, manifestVariables, eventId }) => {
187
187
  });
188
188
  }
189
189
  return {
190
- sdkVersion: "0.31.0" ,
190
+ sdkVersion: "0.32.0" ,
191
191
  };
192
192
  };
193
193
 
package/index.js CHANGED
@@ -188,7 +188,7 @@ var ProvidersTiktokSdk = (function () {
188
188
  });
189
189
  }
190
190
  return {
191
- sdkVersion: "0.31.0" ,
191
+ sdkVersion: "0.32.0" ,
192
192
  };
193
193
  };
194
194
 
package/index.mjs CHANGED
@@ -185,7 +185,7 @@ const tag = ({ data, eventName, manifestVariables, eventId }) => {
185
185
  });
186
186
  }
187
187
  return {
188
- sdkVersion: "0.31.0" ,
188
+ sdkVersion: "0.32.0" ,
189
189
  };
190
190
  };
191
191
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-tiktok-sdk",
3
- "version": "0.31.0",
3
+ "version": "0.32.0",
4
4
  "description": "Tiktok Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",