Skip to content

Commit

Permalink
Merge pull request #353 from MikelCalvo/feature/update-whatsapp-web.js
Browse files Browse the repository at this point in the history
Update whatsapp-web.js
  • Loading branch information
MikelCalvo authored Aug 1, 2024
2 parents 0e0d2ec + 9a5a88e commit e5f455d
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 102 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ jobs:
COSIGN_EXPERIMENTAL: "true"
# This step uses the identity token to provision an ephemeral certificate
# against the sigstore community Fulcio instance.
run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign {}@${{ steps.build-and-push.outputs.digest }}
run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign --yes {}@${{ steps.build-and-push.outputs.digest }}
146 changes: 46 additions & 100 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"openai": "^4.52.1",
"picocolors": "^1.0.0",
"qrcode": "^1.5.3",
"whatsapp-web.js": "https://github.com/Julzk/whatsapp-web.js/tarball/jkr_hotfix_7"
"whatsapp-web.js": "^1.25.0"
},
"engines": {
"node": ">=18.0.0"
Expand Down

0 comments on commit e5f455d

Please sign in to comment.