Commit 5760f4c
deps: upgrade jsonpathly to 3.0.0
As part of [0], it was noted that the upstream library we use for JSON
Path expressions isn't fully RFC 9535 compliant.
Jammie took help from Claude Sonnet 4.5 to help diagnose a change in
the public API for jsonpathly, where a single quoted path is returned.
Paulr rewrote the code for better readability (and replace only first
and last single quotes instead of all quotes)
Co-authored-by: Paul B. <paulr@bump.sh>
[0]: atamano/jsonpathly#121 parent 38862b8 commit 5760f4c
3 files changed
+25
-35
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
| 89 | + | |
95 | 90 | | |
96 | 91 | | |
97 | 92 | | |
| |||
113 | 108 | | |
114 | 109 | | |
115 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
116 | 114 | | |
117 | 115 | | |
118 | 116 | | |
119 | 117 | | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
120 | 126 | | |
121 | 127 | | |
122 | 128 | | |
| |||
0 commit comments