File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const githubPluginConfig = {};
1414const context = {
1515 ...brokenReleaseDryRunResult ,
1616 options : {
17- repositoryUrl : "https://github.com/withcatai /node-llama-cpp.git"
17+ repositoryUrl : "https://github.com/axonzeta /node-llama-cpp.git"
1818 } ,
1919 logger : console ,
2020 env : process . env
@@ -24,12 +24,12 @@ for (const release of context.releases) {
2424 if ( release . pluginName === "@semantic-release/npm" ) {
2525 if ( release . url == null ) {
2626 release . name = "npm package (@latest dist-tag)" ;
27- release . url = "https://www.npmjs.com/package/node-llama-cpp/v/" + release . version ;
27+ release . url = "https://www.npmjs.com/package/@aibrow/ node-llama-cpp/v/" + release . version ;
2828 }
2929 } else if ( release . pluginName === "@semantic-release/github" ) {
3030 if ( release . url == null ) {
3131 release . name = "GitHub release" ;
32- release . url = "https://github.com/withcatai /node-llama-cpp/releases/tag/" + release . gitTag ;
32+ release . url = "https://github.com/axonzeta /node-llama-cpp/releases/tag/" + release . gitTag ;
3333 }
3434 }
3535}
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ await scaffoldProjectTemplate({
4343 directoryPath : resolvedPackageFolderPath ,
4444 parameters : {
4545 [ ProjectTemplateParameter . ProjectName ] : projectName ,
46- [ ProjectTemplateParameter . ModelUriOrUrl ] : "https://github.com/withcatai /node-llama-cpp" ,
46+ [ ProjectTemplateParameter . ModelUriOrUrl ] : "https://github.com/axonzeta /node-llama-cpp" ,
4747 [ ProjectTemplateParameter . ModelUriOrFilename ] : "model.gguf" ,
4848 [ ProjectTemplateParameter . CurrentModuleVersion ] : packageVersion
4949 }
You can’t perform that action at this time.
0 commit comments