We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
This replaces #306 #307 and #317
The aim is to use the new common expandReferences APIs and remove the old stuff.
The aim is for all adaptors to be on workspace:* and to remove legacy code
For any affected adaptors:
expandReferences
Adaptor.js
common/util
Some adaptors are fixed on an old common version, eg, progres
progres
Usually this is because of expandReferences or http
We should aim to:
For any of these adaptors, we should check if they are being used on v2
All adaptors should depend on workspace:*. Anything on semver should be able to be replaced trivally
workspace:*
if we remove any functions, we have to bump common to a new major. This might involve more work
The text was updated successfully, but these errors were encountered:
common-http
fetch
common-request
hunterachieng
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
This replaces #306 #307 and #317
The aim is to use the new common expandReferences APIs and remove the old stuff.
The aim is for all adaptors to be on workspace:* and to remove legacy code
Use new expand references
For any affected adaptors:
expandReferences
inAdaptor.js
expandReferences
fromcommon/util
Migrate common Versions
Some adaptors are fixed on an old common version, eg,
progres
Usually this is because of expandReferences or http
We should aim to:
For any of these adaptors, we should check if they are being used on v2
Set adaptors to workspace:*
All adaptors should depend on
workspace:*
. Anything on semver should be able to be replaced trivallyBump Common ?
if we remove any functions, we have to bump common to a new major. This might involve more work
The text was updated successfully, but these errors were encountered: