Skip to content

Commit ed4d6c3

Browse files
committed
Release v8.1.0
1 parent 086e279 commit ed4d6c3

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
node-version-file: .nvmrc
1818
registry-url: https://registry.npmjs.org/
1919
- run: npm install
20+
- run: npm run build
2021
- run: npm test
2122
env:
2223
OPENSEA_API_KEY: ${{ secrets.OPENSEA_API_KEY }}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
},
3636
"types": "lib/index.d.ts",
3737
"dependencies": {
38+
"@opensea/api-types": "^0.2.0",
3839
"@opensea/seaport-js": "^4.0.7",
3940
"ethers": "^6.16.0"
4041
},

0 commit comments

Comments
 (0)