Skip to content

Commit

Permalink
build: Upgrade providers package version on poaps package (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
reobin authored Oct 23, 2024
1 parent 110ca0c commit 1641d4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
4 changes: 2 additions & 2 deletions packages/poaps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poap-xyz/poaps",
"version": "0.5.5",
"version": "0.5.6",
"description": "Poaps module for the poap.js library",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.mjs",
Expand All @@ -26,7 +26,7 @@
"build": "rollup -c --bundleConfigAsCjs"
},
"dependencies": {
"@poap-xyz/providers": "0.5.5",
"@poap-xyz/providers": "0.7.0",
"@poap-xyz/utils": "0.5.5"
},
"engines": {
Expand Down
13 changes: 1 addition & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@poap-xyz/poaps@workspace:packages/poaps"
dependencies:
"@poap-xyz/providers": 0.5.5
"@poap-xyz/providers": 0.7.0
"@poap-xyz/utils": 0.5.5
languageName: unknown
linkType: soft
Expand All @@ -929,17 +929,6 @@ __metadata:
languageName: unknown
linkType: soft

"@poap-xyz/providers@npm:0.5.5":
version: 0.5.5
resolution: "@poap-xyz/providers@npm:0.5.5"
dependencies:
"@poap-xyz/utils": 0.5.5
axios: ^1.6.8
lodash.chunk: ^4.2.0
checksum: 7648e7cbcd68610591a9a5a2123271a80791224ba9fb5d1c4fc86318514c863e9888450183cfc35aa2a45f6fc09a9f9e87299771f78fda807e9e0062a1bb4fd1
languageName: node
linkType: hard

"@poap-xyz/utils@0.5.5, @poap-xyz/utils@workspace:packages/utils":
version: 0.0.0-use.local
resolution: "@poap-xyz/utils@workspace:packages/utils"
Expand Down

0 comments on commit 1641d4a

Please sign in to comment.