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
When replacing an entry value where the entry key contains a forward slash i.e. @angular/cli the tool erroneously throws OPERATION_PATH_UNRESOLVABLE errors. This seems to have been resolved in the fast-json-patch dependency so bumping that package should suffice.
@sandorfr@asiffermann Any chance you can give the PR @xanth put up some of your time? I bumped into this today when I was looking to patch in a value for ...
Before opening an issue please read this.
Are you reporting a bug or a feature request ?
Description
When replacing an entry value where the entry key contains a forward slash i.e.
@angular/cli
the tool erroneously throwsOPERATION_PATH_UNRESOLVABLE
errors. This seems to have been resolved in thefast-json-patch
dependency so bumping that package should suffice.Expected behavior
The value of an entry should be replaced.
Reproduction
See corrected test in PR: #105
The text was updated successfully, but these errors were encountered: