Skip to content

Commit

Permalink
fix: update for broken client version
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Nov 20, 2024
1 parent 1fffd9c commit bc413d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qlever-llc/unfisk",
"version": "2.3.0",
"version": "2.3.1",
"description": "OADA uservice to \"unflatten\" a list into a list of links",
"author": "Alex Layton <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -47,7 +47,7 @@
]
},
"dependencies": {
"@oada/client": "^5.2.4",
"@oada/client": "^5.2.6",
"@oada/lib-prom": "^4.0.1",
"@oada/pino-debug": "^4.0.1",
"convict": "^6.2.4",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,9 @@ __metadata:
languageName: node
linkType: hard

"@oada/client@npm:^5.2.4":
version: 5.2.4
resolution: "@oada/client@npm:5.2.4"
"@oada/client@npm:^5.2.6":
version: 5.2.6
resolution: "@oada/client@npm:5.2.6"
dependencies:
"@oada/types": "npm:^3.5.3"
debug: "npm:^4.3.7"
Expand All @@ -298,7 +298,7 @@ __metadata:
peerDependenciesMeta:
"@oada/jobs":
optional: true
checksum: 10/2eb92efdd666aa77c206f8bf9c7be8f52fe32cf249e89cb70dc9c470675cd3b543364db0ed4a14a927274182e038c5fc4046801d9647deab55d7b2342c7daa16
checksum: 10/b83b9b41f17aea3a9f3b180e9f6685efb4a22b568bd37283b596ad79dfb7d05efb970f41ce782a08afe1a6f18112b151eb4a0517ae4936095d0c3c2b10dffa2f
languageName: node
linkType: hard

Expand Down Expand Up @@ -393,7 +393,7 @@ __metadata:
resolution: "@qlever-llc/unfisk@workspace:."
dependencies:
"@ava/typescript": "npm:^5.0.0"
"@oada/client": "npm:^5.2.4"
"@oada/client": "npm:^5.2.6"
"@oada/lib-prom": "npm:^4.0.1"
"@oada/pino-debug": "npm:^4.0.1"
"@tsconfig/node22": "npm:^22.0.0"
Expand Down

0 comments on commit bc413d9

Please sign in to comment.