You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We shouldn't be testing the externalized version against the package.json file; in face we shouldn't have an externalized version outside of the package.json file. So this issue is to resolve that. Why is this required? Can we remove this piece of history from the repository? etc.
The text was updated successfully, but these errors were encountered:
The version is used when serializing the CookieJar which I'm also not a fan of. If anything, the version of the serialization format should be independent of the library version.
Also, outside of the in-memory store, how useful is it to de/serialize a CookieJar? Storing and loading of data seems like it should be the responsibility of the backing Store implementation.
We shouldn't be testing the externalized version against the package.json file; in face we shouldn't have an externalized version outside of the package.json file. So this issue is to resolve that. Why is this required? Can we remove this piece of history from the repository? etc.
The text was updated successfully, but these errors were encountered: