We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a582b42 commit b83ffa7Copy full SHA for b83ffa7
1 file changed
utils/bump/resources.js
@@ -28,7 +28,7 @@
28
let bump
29
if (config.devMode) // bypass cache for latest bump-utils.mjs
30
bump = await import('./bump-utils.mjs')
31
- else { // import sparsely updated remote bump-utils.min.mjs
+ else { // import remote bump-utils.min.mjs updated every ~12h
32
fs.mkdirSync(path.dirname(cachePaths.bumpUtils), { recursive: true })
33
fs.writeFileSync(cachePaths.bumpUtils, (await (await fetch(
34
'https://cdn.jsdelivr.net/gh/adamlui/ai-web-extensions@latest/utils/bump/bump-utils.min.mjs')).text()))
0 commit comments