@blotoutio/providers-tiktok-sdk 0.26.6 → 0.27.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
@@ -169,7 +169,7 @@ const tag = ({ data, eventName, manifestVariables, eventId }) => {
169
169
  });
170
170
  }
171
171
  return {
172
- sdkVersion: "0.26.6" ,
172
+ sdkVersion: "0.27.0" ,
173
173
  };
174
174
  };
175
175
 
package/index.js CHANGED
@@ -170,7 +170,7 @@ var ProvidersTiktokSdk = (function () {
170
170
  });
171
171
  }
172
172
  return {
173
- sdkVersion: "0.26.6" ,
173
+ sdkVersion: "0.27.0" ,
174
174
  };
175
175
  };
176
176
 
package/index.mjs CHANGED
@@ -167,7 +167,7 @@ const tag = ({ data, eventName, manifestVariables, eventId }) => {
167
167
  });
168
168
  }
169
169
  return {
170
- sdkVersion: "0.26.6" ,
170
+ sdkVersion: "0.27.0" ,
171
171
  };
172
172
  };
173
173
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-tiktok-sdk",
3
- "version": "0.26.6",
3
+ "version": "0.27.0",
4
4
  "description": "Tiktok Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",