@adxensor/publisher-sdk 1.0.3 → 1.0.4

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.
@@ -4,7 +4,7 @@
4
4
  * ── Minimal snippet (auto-fill all <ins class="adxensor"> on load) ───────────
5
5
  *
6
6
  * <script async
7
- * src="https://cdn.adxensor.com/tag.js"
7
+ * src="https://core.adxensor.com/tag.js"
8
8
  * data-ad-client="pub-XXXXXXXX">
9
9
  * </script>
10
10
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adxensor/publisher-sdk",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "AdXensor publisher SDK — serve ads, track impressions, clicks, views and pageviews directly from any website or web app.",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,
package/src/embed.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * ── Minimal snippet (auto-fill all <ins class="adxensor"> on load) ───────────
5
5
  *
6
6
  * <script async
7
- * src="https://cdn.adxensor.com/tag.js"
7
+ * src="https://core.adxensor.com/tag.js"
8
8
  * data-ad-client="pub-XXXXXXXX">
9
9
  * </script>
10
10
  *