logicdn 1.0.763 → 1.0.764

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.
@@ -485,7 +485,7 @@
485
485
  <div class="thumb">
486
486
  <img width="200" height="200" src="${
487
487
  isOnline
488
- ? `//cdn.cbd.int/logicdn@1.0.761/logi.im/api/` +
488
+ ? `//cdn.cbd.int/logicdn@${data.version}/logi.im/api/` +
489
489
  friend.avatar
490
490
  : randomAvatar(friend.avatar)
491
491
  }?t=${Date.now()}" alt="${friend.name}">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "logicdn",
3
- "version": "1.0.763",
3
+ "version": "1.0.764",
4
4
  "description": "Static CDN for Personal Use",
5
5
  "main": "index.mjs",
6
6
  "repository": {