Skip to content

Commit

Permalink
Merge pull request #6 from Hexastack/fix/update-packages-v2
Browse files Browse the repository at this point in the history
rebase and update packages version
  • Loading branch information
MohamedAliBouhaouala authored Jan 27, 2025
2 parents 4709fbd + 1006719 commit a94a71c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
12 changes: 6 additions & 6 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD)
BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD)

# RESTRICTED_BRANCHES="^(main)$"
RESTRICTED_BRANCHES="^(main)$"

# if echo "$BRANCH_NAME" | grep -Eq "$RESTRICTED_BRANCHES"; then
# echo "Cannot push directly to branch: '${BRANCH_NAME}'"
# exit 1
# fi
if echo "$BRANCH_NAME" | grep -Eq "$RESTRICTED_BRANCHES"; then
echo "Cannot push directly to branch: '${BRANCH_NAME}'"
exit 1
fi
16 changes: 9 additions & 7 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
},
"dependencies": {
"@nestjs/common": "^10.0.0",
"hexabot": "^2.2.1",
"hexabot": "^2.2.2",
"hexabot-helper-chatgpt": "^2.2.2",
"hexabot-helper-gemini": "^2.2.1",
"hexabot-helper-ollama": "^2.2.2",
"hexabot-plugin-ollama": "^2.2.2"
"hexabot-plugin-ollama": "^2.2.2",
"hexabot-helper-tensorflow": "^2.2.0"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
Expand All @@ -36,4 +37,3 @@
"prettier": "^3.0.0"
}
}

0 comments on commit a94a71c

Please sign in to comment.