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