Skip to content

Commit

Permalink
Merge pull request #72 from etherspot/chore/repo-and-deps-chore
Browse files Browse the repository at this point in the history
removed reflect-metadata and rxjs deps, added pr template, verif-util…
  • Loading branch information
poocart authored Nov 23, 2023
2 parents 0193c03 + cbfa3cb commit d722243
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 20 deletions.
17 changes: 17 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Description
<!--- Provide a general summary of your changes in the Title above -->
-

## How Has This Been Tested?
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran to -->
<!--- see how your change affects other areas of the code, etc. -->
-

## Screenshots (if appropriate):

## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.11] - 2023-11-23

### Added Changes
- Removed `reflect-metadata` and `rxjs` dependencies
- Fixed `@etherspot/eip1271-verification-util` to version `0.1.3`
- Added Pull Request template

## [0.6.10] - 2023-11-23

### Breaking Changes
Expand Down
32 changes: 17 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@etherspot/transaction-kit",
"description": "React Etherspot Transaction Kit",
"version": "0.6.10",
"version": "0.6.11",
"main": "dist/cjs/index.js",
"scripts": {
"rollup:build": "NODE_OPTIONS=--max-old-space-size=8192 rollup -c",
Expand All @@ -21,13 +21,11 @@
},
"homepage": "https://github.com/etherspot/transaction-kit#readme",
"dependencies": {
"@etherspot/eip1271-verification-util": "^0.1.2",
"@etherspot/eip1271-verification-util": "0.1.2",
"@etherspot/prime-sdk": "1.3.12",
"buffer": "^6.0.3",
"ethers": "^5.6.9",
"lodash": "^4.17.21",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.6.7"
"lodash": "^4.17.21"
},
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit d722243

Please sign in to comment.