Skip to content

Commit

Permalink
chore: update jsonpath-plus
Browse files Browse the repository at this point in the history
  • Loading branch information
vixalien committed Nov 12, 2024
1 parent 50c0547 commit 56248de
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
28 changes: 17 additions & 11 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/deps.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { JSONPath, type JSONPathOptions } from "npm:jsonpath-plus@10.0.0";
export { JSONPath, type JSONPathOptions } from "npm:jsonpath-plus@10.1.0";
export { omit } from "npm:lodash-es@4.17.21";
export { basename, extname } from "jsr:@std/path";

0 comments on commit 56248de

Please sign in to comment.