Skip to content

Commit

Permalink
deploy: a51af90
Browse files Browse the repository at this point in the history
  • Loading branch information
tardis-bot committed Feb 28, 2025
1 parent d2a4b47 commit 2c193c5
Show file tree
Hide file tree
Showing 551 changed files with 813,041 additions and 51,083 deletions.
2 changes: 1 addition & 1 deletion pull/2872/PyodideServiceWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const appCacheName = 'tardis-latest';

const preCacheFiles = [];

const cachePatterns = ['https://cdn.holoviz.org/panel/1.5.5/dist/', 'https://cdn.bokeh.org/bokeh/', 'https://cdn.jsdelivr.net/pyodide/', 'https://files.pythonhosted.org/packages/', 'https://pypi.org/pypi/'];
const cachePatterns = ['https://cdn.holoviz.org/panel/1.6.1/dist/', 'https://cdn.bokeh.org/bokeh/', 'https://cdn.jsdelivr.net/pyodide/', 'https://files.pythonhosted.org/packages/', 'https://pypi.org/pypi/'];

self.addEventListener('install', (e) => {
console.log('[Service Worker] Install');
Expand Down
Binary file not shown.
Loading

0 comments on commit 2c193c5

Please sign in to comment.