Skip to content

Commit

Permalink
chore: updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mo9a7i committed Oct 12, 2023
1 parent 7ac48ef commit 3403271
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 16 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"dependencies": {
"@6degrees/node-cron-utils": "^0.1.0",
"@changesets/cli": "^2.26.2",
"@flowdegree/swarmapp-api": "^2.11.2",
"@google-cloud/firestore": "^6.7.0",
"chalk": "^4.1.2",
"cron-parser": "^4.9.0",
"cronstrue": "^2.32.0",
"dotenv": "^16.3.1",
"firebase-admin": "^11.10.1",
"node-cron": "^3.0.2",
"swarmapp-api": "^2.8.1"
"node-cron": "^3.0.2"
}
}
29 changes: 16 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//const node_utils = new node_cron_utils();

import cronstrue from 'cronstrue'; // convert cron expressions to human readible
import { SwarmappApi } from 'swarmapp-api'; // initialize swarmapp api
import SwarmappApi from '@flowdegree/swarmapp-api'; // initialize swarmapp api
import chalk from 'chalk';

import { scheduleTask } from './utils/taskScheduler';
Expand Down

0 comments on commit 3403271

Please sign in to comment.