Skip to content

Commit

Permalink
build: attempt fixing security issues (#160)
Browse files Browse the repository at this point in the history
* build: attempt fixing security issues

* chore: move release-it to dev dependency

* chore: branch cut release for sdk v1.7.4-beta.0

* chore: move release-it plugin to devDependencies

* chore: branch cut release for sdk v1.7.4-beta.1

---------

Co-authored-by: rajat43 <89901304+rajat43@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 19, 2023
1 parent 2388769 commit 04cadf9
Show file tree
Hide file tree
Showing 3 changed files with 2,028 additions and 1,852 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@


## [1.7.4-beta.1](https://github.com/0xsquid/api-sdk/compare/v1.7.4-beta.0...v1.7.4-beta.1) (2023-07-19)

## [1.7.4-beta.0](https://github.com/0xsquid/api-sdk/compare/v1.7.3...v1.7.4-beta.0) (2023-07-18)

### [1.7.3](https://github.com/0xsquid/api-sdk/compare/v1.7.2...v1.7.3) (2023-06-27)


Expand Down
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsquid/sdk",
"version": "1.7.3",
"version": "1.7.4-beta.1",
"description": "🛠 An SDK for building applications on top of 0xsquid",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,10 +33,11 @@
"release:dry": "release-it --dry-run"
},
"dependencies": {
"@release-it/conventional-changelog": "release-it/conventional-changelog",
"axios": "^0.27.2",
"ethers": "^5.7.1",
"release-it": "^15.5.0"
"ethers": "^5.7.1"
},
"resolutions": {
"semver": "^7.5.4"
},
"devDependencies": {
"@babel/core": "^7.18.10",
Expand All @@ -60,7 +61,9 @@
"ts-jest": "^28.0.7",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"yargs": "^17.5.1"
"yargs": "^17.5.1",
"release-it": "^16.1.2",
"@release-it/conventional-changelog": "release-it/conventional-changelog"
},
"bugs": {
"url": "https://github.com/0xsquid/squid-sdk/issues"
Expand Down
Loading

0 comments on commit 04cadf9

Please sign in to comment.