Skip to content

Commit

Permalink
chore: move xsnap to a peer dependency (#10413)
Browse files Browse the repository at this point in the history
refs: #10259



## Description

Moves xsnap to peer dependencies from the standard `dependencies` category
This removes xsnap from being a dependency of any package that doesn't directly need it

### Security Considerations


### Scaling Considerations


### Documentation Considerations


### Testing Considerations


### Upgrade Considerations

This PR could affect any repo that uses `swingset-vat` as a direct dependency, since `xsnap` will have to be installed manually
  • Loading branch information
mergify[bot] authored Nov 7, 2024
2 parents ed76c8b + b9aa589 commit 0b5aab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/SwingSet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"@agoric/swingset-xsnap-supervisor": "^0.10.2",
"@agoric/time": "^0.3.2",
"@agoric/vat-data": "^0.5.2",
"@agoric/xsnap": "^0.14.2",
"@agoric/xsnap-lockdown": "^0.14.0",
"@endo/base64": "^1.0.8",
"@endo/bundle-source": "^3.4.2",
Expand Down Expand Up @@ -65,6 +64,7 @@
"yargs-parser": "^21.1.1"
},
"peerDependencies": {
"@agoric/xsnap": "^0.14.2",
"ava": "^5.3.0"
},
"files": [
Expand Down

0 comments on commit 0b5aab8

Please sign in to comment.