Skip to content

Commit 0e648bd

Browse files
committed
update package version
1 parent f1e97be commit 0e648bd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

email-notification/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"start": "npx tsx send-email-notifications.ts"
77
},
88
"dependencies": {
9-
"juno-sdk": "^0.0.5",
9+
"juno-sdk": "^0.0.6",
1010
"mongoose": "^6.8.3",
1111
"typescript": "^5.6.2"
1212
},
1313
"devDependencies": {
1414
"@types/node": "^22.5.4",
1515
"tsx": "^4.19.1"
1616
}
17-
}
17+
}

email-notification/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1328,10 +1328,10 @@ jsprim@^1.2.2:
13281328
json-schema "0.4.0"
13291329
verror "1.10.0"
13301330

1331-
juno-sdk@^0.0.5:
1332-
version "0.0.5"
1333-
resolved "https://registry.yarnpkg.com/juno-sdk/-/juno-sdk-0.0.5.tgz#7bca2a273f62d6707c2ca6f875a3b9b69ea096b8"
1334-
integrity sha512-JJayvnYeuF8sjRV4HFtpMslZIwsWvCPcW3WxY1TXr4IM+tUpMc4sEhW02haBQJ5YEKCG/1HjLcPP9FjufpyZ4g==
1331+
juno-sdk@^0.0.6:
1332+
version "0.0.6"
1333+
resolved "https://registry.yarnpkg.com/juno-sdk/-/juno-sdk-0.0.6.tgz#6765bcc71b232a182b777848b9e13803c09818c5"
1334+
integrity sha512-WaMqG0FsVWC45JaQUcefbDa7dyPeyBb2a+z7DxsYyn1fVE0sKpRqo3862e4dNTKOe429ppHgE4FiaYOKH8W8eA==
13351335
dependencies:
13361336
"@bitauth/libauth" "^1.17.1"
13371337
request "^2.88.2"

0 commit comments

Comments
 (0)