logicdn 1.0.759 → 1.0.760

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.
@@ -377,7 +377,8 @@
377
377
 
378
378
  function bundleDataCallback(render) {
379
379
  const api = (action) =>
380
- `//cd.logi.im/services/serverless/forward/?url=https://${action}.jsdelivr.net/npm/logicdn/logi.im/api/asset/data/bundle.json`;
380
+ // `//cd.logi.im/services/serverless/forward/?url=https://${action}.jsdelivr.net/npm/logicdn/logi.im/api/asset/data/bundle.json`;
381
+ '/static/daily/bundle.json';
381
382
 
382
383
  const refresh = async () => fetch(api('purge'));
383
384
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "logicdn",
3
- "version": "1.0.759",
3
+ "version": "1.0.760",
4
4
  "description": "Static CDN for Personal Use",
5
5
  "main": "index.mjs",
6
6
  "repository": {