Skip to content

Commit

Permalink
v5.0.1: missed the peerDependency for client in 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aultac committed Mar 16, 2024
1 parent 5228630 commit 133898b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oada/list-lib",
"version": "5.0.0",
"version": "5.0.1",
"description": "Library for processing items in an OADA list",
"main": "dist/index.js",
"type": "module",
Expand Down Expand Up @@ -118,7 +118,7 @@
"xksuid": "https://github.com/g12i/xksuid.git#fix-crypto-polyfill"
},
"peerDependencies": {
"@oada/client": "^4.5.5"
"@oada/client": "^5.0.0"
},
"peerDependenciesMeta": {
"@oada/client": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ __metadata:
typescript: "npm:5.3.3"
xksuid: "https://github.com/g12i/xksuid.git#fix-crypto-polyfill"
peerDependencies:
"@oada/client": ^4.5.5
"@oada/client": ^5.0.0
peerDependenciesMeta:
"@oada/client":
optional: true
Expand Down

0 comments on commit 133898b

Please sign in to comment.