Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow overriding Promise library #265 #599

Closed
wants to merge 33 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
b35f0ce
Update to lock file
Worthaboutapig Oct 24, 2019
59bd4a3
Update to use custom Promise libray
Worthaboutapig Oct 29, 2019
c0eb7ed
Update to use custom Promise libra
Worthaboutapig Oct 29, 2019
7e67e50
Update lock file
Worthaboutapig Oct 29, 2019
f21cf70
Merge branch 'master' of github.com:squaremo/amqp.node
Worthaboutapig Dec 13, 2020
9a3f3e7
Use pnpm
Worthaboutapig Dec 13, 2020
5d6c6ab
Update Promise usage
Worthaboutapig Dec 13, 2020
73dfe6a
Return to npm
Worthaboutapig Dec 15, 2020
0e70245
Update lockfile
Worthaboutapig Dec 15, 2020
92e29f2
use pnpm
Worthaboutapig Dec 17, 2020
88a6cd7
Update to npm and force all deps to be installed
Worthaboutapig Dec 17, 2020
2181e94
Update package versions
Worthaboutapig Dec 22, 2020
302aea8
Revert package version
Worthaboutapig Dec 22, 2020
754e08d
Merge branch 'master' of github.com:Worthaboutapig/amqp.node
Worthaboutapig Dec 22, 2020
13191b4
Max uglify to 2.x.x
Worthaboutapig Dec 22, 2020
38ed5f2
Remove the unnecessary node engine restriction
Worthaboutapig Dec 23, 2020
b86270a
Ensure the consumer registration runs before messages may arrive
Worthaboutapig Jan 13, 2021
ca9d6d0
Swap Promise.joint to Promise.all
Worthaboutapig Jan 13, 2021
df1e86b
Add mocha.json to run tests without make and other updates
Worthaboutapig Jan 13, 2021
aabeb25
Correct this scoping
Worthaboutapig Jan 13, 2021
764e0ad
Remove port
Worthaboutapig Jan 13, 2021
4ed3d35
Swap Promise.join to Promise.all
Worthaboutapig Jan 13, 2021
d52cef9
Update packages
Worthaboutapig Jan 13, 2021
cb63680
Update lockfile
Worthaboutapig May 25, 2021
c89c73f
Scope the package
Worthaboutapig Jan 18, 2022
6aaa99f
Minor tweaks pre-publish
Worthaboutapig Jan 18, 2022
763e763
Bump version for publish
Worthaboutapig Jan 18, 2022
b388133
Add some simple TypeScript typedefs
Worthaboutapig Jan 18, 2022
644bea7
Bump version
Worthaboutapig Jan 18, 2022
3f6c465
Remove unnecessary "declare"
Worthaboutapig Jan 18, 2022
968b6c1
Remove from build
Worthaboutapig Jan 18, 2022
6e365dc
We Do need declare module :D
Worthaboutapig Jan 18, 2022
eb73e6e
Improve the typedefs further
Worthaboutapig Jan 18, 2022
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
Prev Previous commit
Next Next commit
Remove the unnecessary node engine restriction
  • Loading branch information
Worthaboutapig committed Dec 23, 2020

Verified

This commit was signed with the committer’s verified signature.
timyates Tim Yates
commit 38ed5f2c7bbafc84853669b8069cc0685e55ebf1
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -8,9 +8,6 @@
"type": "git",
"url": "https://github.com/squaremo/amqp.node.git"
},
"engines": {
"node": ">=0.8 <=14"
},
"dependencies": {
"bitsyntax": "~0.1.0",
"bluebird": "^3.7.2",