Skip to content

Commit

Permalink
fix: jobs upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sanoel committed Oct 11, 2024
1 parent 5bc9bab commit a439531
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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/lf-sync",
"version": "3.1.7",
"version": "3.1.8",
"description": "Trellis LaserFiche sync service",
"main": "dist/index.js",
"type": "module",
Expand Down Expand Up @@ -57,7 +57,7 @@
"license": "Apache-2.0",
"dependencies": {
"@oada/client": "^5.1.0",
"@oada/jobs": "^4.7.0",
"@oada/jobs": "^4.7.1",
"@oada/lib-config": "^3.9.1",
"@oada/lib-prom": "^3.8.0",
"@oada/list-lib": "^6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/sync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { config } from './config.js';
import '@oada/pino-debug';
import type { Logger } from '@oada/pino-debug';

import { extname, join } from 'node:path';
import { join } from 'node:path';

import equal from 'deep-equal';

Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -497,9 +497,9 @@ __metadata:
languageName: node
linkType: hard

"@oada/jobs@npm:^4.7.0":
version: 4.7.0
resolution: "@oada/jobs@npm:4.7.0"
"@oada/jobs@npm:^4.7.1":
version: 4.7.1
resolution: "@oada/jobs@npm:4.7.1"
dependencies:
"@ava/typescript": "npm:^5.0.0"
"@oada/lib-prom": "npm:^3.8.0"
Expand Down Expand Up @@ -534,7 +534,7 @@ __metadata:
optional: true
bin:
oada-jobs: ./dist/cli.mjs
checksum: 10/22a9940cae0bdd32b251e65329d300b822834de03d44a16f2be8f7d011a8a92e5fcd61a0d0196f9338d907a547ff641ae4819b03d348f0c5e39b9871e0fe58a7
checksum: 10/55486df06803534942051bca0384dde98f4faa8c09219b55a6d6038a3871cf2911de2904092b9f9471c54dd68a5c86c71aa1f6946f789d8141f73aa071a0ab08
languageName: node
linkType: hard

Expand Down Expand Up @@ -677,7 +677,7 @@ __metadata:
dependencies:
"@ava/typescript": "npm:^5.0.0"
"@oada/client": "npm:^5.1.0"
"@oada/jobs": "npm:^4.7.0"
"@oada/jobs": "npm:^4.7.1"
"@oada/lib-config": "npm:^3.9.1"
"@oada/lib-prom": "npm:^3.8.0"
"@oada/list-lib": "npm:^6.1.0"
Expand Down

0 comments on commit a439531

Please sign in to comment.