Skip to content

Commit

Permalink
upgrade jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
sanoel committed Dec 2, 2024
1 parent 1dd693a commit c7bb5cc
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 251 deletions.
2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
compressionLevel: mixed

enableGlobalCache: false

yarnPath: .yarn/releases/yarn-4.5.3.cjs
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qlever-llc/trellis-data-manager",
"version": "0.3.1",
"version": "0.3.2",
"description": "A microservice for managing trellis master data elements.",
"main": "dist/index.js",
"type": "module",
Expand Down Expand Up @@ -53,7 +53,7 @@
"dependencies": {
"@elastic/elasticsearch": "^8.16.1",
"@oada/client": "^5.2.6",
"@oada/jobs": "^4.5.2",
"@oada/jobs": "^4.7.4",
"@oada/lib-config": "^4.0.0",
"@oada/lib-prom": "^4.0.1",
"@oada/list-lib": "^4.3.0",
Expand Down Expand Up @@ -113,8 +113,8 @@
"jsonpath-plus": "^10.0.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
},
"packageManager": "yarn@4.5.1",
"packageManager": "yarn@4.5.3",
"volta": {
"node": "22.9.0"
}
}
}
Loading

0 comments on commit c7bb5cc

Please sign in to comment.