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 71127e7 commit c7d79d9Copy full SHA for c7d79d9
utils/bump/extension-manifests.js
@@ -29,8 +29,7 @@
29
// Import BUMP UTILS
30
fs.mkdirSync(path.dirname(cachePaths.bumpUtils), { recursive: true })
31
fs.writeFileSync(cachePaths.bumpUtils, (await (await fetch(
32
- 'https://cdn.jsdelivr.net/gh/adamlui/ai-web-extensions@latest/utils/bump/bump-utils.min.mjs')).text()
33
- ).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()))
34
const bump = await import(`file://${cachePaths.bumpUtils}`) ; fs.unlinkSync(cachePaths.bumpUtils)
35
36
// Init manifest PATHS
0 commit comments