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 9719f84 commit f2184ceCopy full SHA for f2184ce
1 file changed
utils/bump/resources.js
@@ -31,8 +31,7 @@
31
else { // import sparsely updated remote bump-utils.min.mjs
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()
35
- ).replace(/^\/\*\*[\s\S]*?\*\/\s*/, '')) // strip JSD header minification comment
+ 'https://cdn.jsdelivr.net/gh/adamlui/ai-web-extensions@latest/utils/bump/bump-utils.min.mjs')).text()))
36
bump = await import(`file://${cachePaths.bumpUtils}`) ; fs.unlinkSync(cachePaths.bumpUtils)
37
}
38
0 commit comments