Skip to content

Commit

Permalink
⬆️ Upgrade atproto packages
Browse files Browse the repository at this point in the history
  • Loading branch information
foysalit committed Feb 24, 2025
1 parent d4ef46a commit 72d5af1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"e2e:run": "$(yarn bin)/cypress run --browser chrome"
},
"dependencies": {
"@atproto/api": "^0.14.4",
"@atproto/api": "^0.14.5",
"@atproto/oauth-client-browser": "^0.2.0",
"@atproto/oauth-types": "^0.1.4",
"@atproto/xrpc": "^0.6.1",
Expand Down
2 changes: 1 addition & 1 deletion service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Ozone service entrypoint",
"main": "index.js",
"dependencies": {
"@atproto/ozone": "0.1.83",
"@atproto/ozone": "0.1.84",
"next": "14.2.5"
}
}
18 changes: 9 additions & 9 deletions service/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@atproto/api@^0.14.4":
version "0.14.4"
resolved "https://registry.npmjs.org/@atproto/api/-/api-0.14.4.tgz#887a56acc4f780facccb66cd44cafd6b151425f5"
integrity sha512-R/9xmAs8noZK//wmCoHow99Eg1g5J9y36IYmrU3aRApa0JkSVOfoCwwY42gN+LXDGSY1hP50hyRe8ftUVUMFkA==
"@atproto/api@^0.14.5":
version "0.14.5"
resolved "https://registry.npmjs.org/@atproto/api/-/api-0.14.5.tgz#35aeb05c7fa84dfdbe2a0c2ae45c0e3bd9581293"
integrity sha512-UnMOJWtZepMhWRnpL7VASp9R2lPLFjQpSSIOOBIqqhprTUot1aIxyFmz1idI58bSl6SZVA7BWRH+i8XyXSKlNg==
dependencies:
"@atproto/common-web" "^0.4.0"
"@atproto/lexicon" "^0.4.7"
Expand Down Expand Up @@ -87,12 +87,12 @@
multiformats "^9.9.0"
zod "^3.23.8"

"@atproto/ozone@0.1.83":
version "0.1.83"
resolved "https://registry.npmjs.org/@atproto/ozone/-/ozone-0.1.83.tgz#dbdb246be7f30d5d75c63c9a7e7fb56cf64234cb"
integrity sha512-yiyaYHOY6rS0l5LPwrZ3hTvqSn5pqybYKW2FaNSY9fp30ycVw278JNlG712IfPOjJYzzlINhy95zKO6nhpSlwA==
"@atproto/ozone@0.1.84":
version "0.1.84"
resolved "https://registry.npmjs.org/@atproto/ozone/-/ozone-0.1.84.tgz#96d55af90a1cd3ba2b6edb924bad3d9955040621"
integrity sha512-K9PmL27x8yOVjHwP7bjshsrBqJlHfGhLCQK2E0/Ok7Zce0yxM4CnT7E+ERlERZUBw7yoyO92TCz1zW21onVRLw==
dependencies:
"@atproto/api" "^0.14.4"
"@atproto/api" "^0.14.5"
"@atproto/common" "^0.4.8"
"@atproto/crypto" "^0.4.4"
"@atproto/identity" "^0.4.6"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
resolved "https://registry.yarnpkg.com/@atproto-labs/simple-store/-/simple-store-0.1.1.tgz#e743a2722b5d8732166f0a72aca8bd10e9bff106"
integrity sha512-WKILW2b3QbAYKh+w5U2x6p5FqqLl0nAeLwGeDY+KjX01K4Dq3vQTR9b/qNp0jZm48CabPQVrqCv0PPU9LgRRRg==

"@atproto/api@^0.14.4":
version "0.14.4"
resolved "https://registry.npmjs.org/@atproto/api/-/api-0.14.4.tgz#887a56acc4f780facccb66cd44cafd6b151425f5"
integrity sha512-R/9xmAs8noZK//wmCoHow99Eg1g5J9y36IYmrU3aRApa0JkSVOfoCwwY42gN+LXDGSY1hP50hyRe8ftUVUMFkA==
"@atproto/api@^0.14.5":
version "0.14.5"
resolved "https://registry.npmjs.org/@atproto/api/-/api-0.14.5.tgz#35aeb05c7fa84dfdbe2a0c2ae45c0e3bd9581293"
integrity sha512-UnMOJWtZepMhWRnpL7VASp9R2lPLFjQpSSIOOBIqqhprTUot1aIxyFmz1idI58bSl6SZVA7BWRH+i8XyXSKlNg==
dependencies:
"@atproto/common-web" "^0.4.0"
"@atproto/lexicon" "^0.4.7"
Expand Down

0 comments on commit 72d5af1

Please sign in to comment.