Skip to content

Commit

Permalink
refactor: change trustedDependencies from object to array format
Browse files Browse the repository at this point in the history
  • Loading branch information
manolaz committed Feb 10, 2025
1 parent 55b1b00 commit 80e3b44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/plugin-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@
"onnxruntime-node": "1.20.1",
"whatwg-url": "7.1.0"
},
"trustedDependencies": {
"onnxruntime-node": "1.20.1",
"sharp": "0.33.5"
},
"trustedDependencies": [
"onnxruntime-node",
"sharp"
],
"publishConfig": {
"access": "public"
}
Expand Down

0 comments on commit 80e3b44

Please sign in to comment.