File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
nft-exchange-transactions Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 25
25
cd nft-exchange-transactions && npm publish --tag beta --access public --tolerate-republish && cd ..
26
26
cd nft-exchange-api && yarn npm publish --tag beta --access public --tolerate-republish && cd ..
27
27
env :
28
- NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN }}
28
+ NODE_AUTH_TOKEN : ${{secrets.NPM_AUTOMATION_TOKEN }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @protokol/nft-base-api" ,
3
- "version" : " 1.0.0-beta.33 " ,
3
+ "version" : " 1.0.0-beta.35 " ,
4
4
"description" : " REST API For Base NFT Functionality" ,
5
5
"license" : " CC-BY-NC-SA-4.0" ,
6
6
"homepage" : " https://docs.protokol.com/nft/" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @protokol/nft-base-crypto" ,
3
- "version" : " 1.0.0-beta.33 " ,
3
+ "version" : " 1.0.0-beta.35 " ,
4
4
"description" : " Transaction Builders For Base NFT Transaction Types" ,
5
5
"license" : " CC-BY-NC-SA-4.0" ,
6
6
"homepage" : " https://docs.protokol.com/nft/" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @protokol/nft-base-transactions" ,
3
- "version" : " 1.0.0-beta.33 " ,
3
+ "version" : " 1.0.0-beta.35 " ,
4
4
"description" : " Transaction Types For Base NFT Core Support" ,
5
5
"license" : " CC-BY-NC-SA-4.0" ,
6
6
"homepage" : " https://docs.protokol.com/nft/" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @protokol/nft-exchange-api" ,
3
- "version" : " 1.0.0-beta.33 " ,
3
+ "version" : " 1.0.0-beta.35 " ,
4
4
"description" : " REST API For Exchange NFT Functionality" ,
5
5
"license" : " CC-BY-NC-SA-4.0" ,
6
6
"homepage" : " https://docs.protokol.com/nft/" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @protokol/nft-exchange-crypto" ,
3
- "version" : " 1.0.0-beta.33 " ,
3
+ "version" : " 1.0.0-beta.35 " ,
4
4
"description" : " Transaction Builders For Exchange NFT Transaction Types" ,
5
5
"license" : " CC-BY-NC-SA-4.0" ,
6
6
"homepage" : " https://docs.protokol.com/nft/" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @protokol/nft-exchange-transactions" ,
3
- "version" : " 1.0.0-beta.33 " ,
3
+ "version" : " 1.0.0-beta.35 " ,
4
4
"description" : " Transaction Types For Exchange NFT Core Support" ,
5
5
"license" : " CC-BY-NC-SA-4.0" ,
6
6
"homepage" : " https://docs.protokol.com/nft/" ,
You can’t perform that action at this time.
0 commit comments