@adtogether/web-sdk 0.1.4 → 0.1.5

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/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## 0.1.5
2
+
3
+ * Documentation improvements.
4
+ * Localize ad assets for better registry rendering.
5
+ * Update Discord invite link to https://discord.gg/maA8g4ADpk.
6
+
7
+ ## 0.1.4
8
+
9
+ * Update package metadata and dependencies.
10
+
1
11
  ## 0.1.1
2
12
 
3
13
  * Update repository URLs to new organization.
package/README.md CHANGED
@@ -18,7 +18,7 @@ This SDK allows web developers (React and Vanilla JS) to easily integrate AdToge
18
18
 
19
19
  | **Native Banner Ad** | **Interstitial Full-Screen** |
20
20
  |:---:|:---:|
21
- | ![Banner Example](../../public/ads/Banner_Example.png) | ![Interstitial Example](../../public/ads/Interstitial_Example.png) |
21
+ | ![Banner Example](doc/Banner_Example.png) | ![Interstitial Example](doc/Interstitial_Example.png) |
22
22
  | *Adaptive React Banner Component* | *Full-Screen Interstitial Experience* |
23
23
 
24
24
  ## Features
@@ -139,7 +139,7 @@ Create and manage your campaigns from the [AdTogether Dashboard](https://adtoget
139
139
 
140
140
  - 📖 **Documentation**: [adtogether.relaxsoftwareapps.com/docs](https://adtogether.relaxsoftwareapps.com/docs)
141
141
  - 🐛 **Issues**: [GitHub Issues](https://github.com/undecided2003/AdTogether/issues)
142
- - 💬 **Support**: Join our [Discord community](https://discord.gg/adtogether) for real-time help.
142
+ - 💬 **Support**: Join our [Discord community](https://discord.gg/maA8g4ADpk) for real-time help.
143
143
  - 🌐 **Dashboard**: [adtogether.relaxsoftwareapps.com/dashboard](https://adtogether.relaxsoftwareapps.com/dashboard)
144
144
 
145
145
  ## License
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adtogether/web-sdk",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "The official AdTogether Web SDK — reciprocal ad exchange to increase conversions and grow your audience.",
5
5
  "repository": {
6
6
  "type": "git",