Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ignore-scripts=true
//npm.pkg.github.com/:_authToken=<token>
@codeflash-ai:registry=https://npm.pkg.github.com
29 changes: 25 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
{
"name": "code-suggester",
"name": "@codeflash-ai/code-suggester",
"description": "Library to propose code changes",
"version": "5.0.0",
"version": "5.0.2",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"bin": {
"code-suggester": "./build/src/bin/code-suggester.js"
},
"repository": "googleapis/code-suggester",
"repository": {
"type": "git",
"url": "git+https://github.com/codeflash-ai/codeflash.git"
},
"main": "build/src/index.js",
"module": "build/src/index.js",
"source": "build/src/index.js",
Expand Down Expand Up @@ -42,7 +48,7 @@
"@octokit/rest": "^20.1.2",
"@types/yargs": "^16.0.0",
"async-retry": "^1.3.1",
"diff": "^5.0.0",
"diff": "^7.0.0",
"glob": "^7.1.6",
"parse-diff": "^0.11.0",
"yargs": "^16.0.0"
Expand Down