@blotoutio/providers-tiktok-sdk 1.35.2 → 1.36.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
@@ -198,7 +198,7 @@ const tag = ({ data, eventName, manifestVariables, eventId }) => {
198
198
  });
199
199
  }
200
200
  return {
201
- sdkVersion: "1.35.2" ,
201
+ sdkVersion: "1.36.1" ,
202
202
  };
203
203
  };
204
204
 
package/index.js CHANGED
@@ -199,7 +199,7 @@ var ProvidersTiktokSdk = (function () {
199
199
  });
200
200
  }
201
201
  return {
202
- sdkVersion: "1.35.2" ,
202
+ sdkVersion: "1.36.1" ,
203
203
  };
204
204
  };
205
205
 
package/index.mjs CHANGED
@@ -196,7 +196,7 @@ const tag = ({ data, eventName, manifestVariables, eventId }) => {
196
196
  });
197
197
  }
198
198
  return {
199
- sdkVersion: "1.35.2" ,
199
+ sdkVersion: "1.36.1" ,
200
200
  };
201
201
  };
202
202
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-tiktok-sdk",
3
- "version": "1.35.2",
3
+ "version": "1.36.1",
4
4
  "description": "Tiktok Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",