Skip to content

Commit 96e6efc

Browse files
committed
dependencies
1 parent d165666 commit 96e6efc

3 files changed

Lines changed: 93 additions & 94 deletions

File tree

examples/4b_distributed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"typecheck": "tsc --noEmit"
99
},
1010
"dependencies": {
11-
"@flowcraft/bullmq-adapter": "workspace:*",
11+
"@flowcraft/bullmq-adapter": "^1.4.1",
1212
"@flowcraft/example-declarative-shared-logic": "workspace:*",
1313
"bullmq": "^5.62.0",
1414
"dotenv": "^17.2.3",

packages/adapter-sqs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@flowcraft/sqs-adapter",
33
"type": "module",
44
"version": "1.4.1",
5+
"homepage": "https://flowcraft.js.org",
56
"exports": {
67
".": {
78
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)