Skip to content

Commit

Permalink
Add package-lock.json for specific module versions and improved testing
Browse files Browse the repository at this point in the history
Added package-lock.json file to lock down module versions for consistent builds. Updated dependencies and included test-related devDependencies. Implemented unit tests for pulsar-consumer node to ensure functionality. Furthermore, enhancements to the build workflow increases code quality through improved linting.
  • Loading branch information
ng-galien committed Dec 30, 2023
1 parent f383884 commit f4846e0
Show file tree
Hide file tree
Showing 2 changed files with 6,395 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
node_modules/
rest/
temp/
package-lock.json
*.sh
Loading

0 comments on commit f4846e0

Please sign in to comment.