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 9356d07 commit 74c758fCopy full SHA for 74c758f
1 file changed
utils/bump/userscript-requires.mjs
@@ -27,7 +27,7 @@ const script = {
27
npm: { chatgptjs: 'https://registry.npmjs.org/@kudoai/chatgpt.js' },
28
github: { repos: 'https://api.github.com/repos' }
29
},
30
- bumpmjs: 'https://cdn.jsdelivr.net/gh/adamlui/ai-web-extensions@0f3fc32/utils/bump/lib/bump.min.mjs'
+ bumpmjs: 'https://cdn.jsdelivr.net/gh/adamlui/ai-web-extensions@c664f09/utils/bump/lib/bump.min.mjs'
31
32
userscriptName: args.find(arg => arg.startsWith('--suffix='))?.split('=')[1] || '.user.js'
33
}
0 commit comments