Skip to content

Commit

Permalink
Added cwp as peer dep (#15)
Browse files Browse the repository at this point in the history
* Added cwp as peer dep

* Update CHANGELOG

* 0.0.0-alpha.2
  • Loading branch information
arhtudormorar authored Aug 27, 2024
1 parent a73883b commit 7c62d0d
Show file tree
Hide file tree
Showing 3 changed files with 370 additions and 378 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- [Added `@multiversx/sdk-web-wallet-cross-window-provider` as peer dep](https://github.com/multiversx/mx-sdk-dapp-core/pull/15)
- [Removed chain id from network slice & added esbuild and absolute imports](https://github.com/multiversx/mx-sdk-dapp-core/pull/3)
- [Reverted absolute imports](https://github.com/multiversx/mx-sdk-dapp-core/pull/2)
- [Added network store](https://github.com/multiversx/mx-sdk-dapp-core/pull/1)
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@multiversx/sdk-dapp-core",
"version": "0.0.0-alpha.1",
"version": "0.0.0-alpha.2",
"main": "out/index.js",
"module": "out/index.js",
"types": "out/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,6 @@
},
"dependencies": {
"@multiversx/sdk-native-auth-client": "^1.0.8",
"@multiversx/sdk-web-wallet-cross-window-provider": "0.2.0",
"@types/lodash": "^4.17.4",
"isomorphic-fetch": "^3.0.0",
"lodash": "^4.17.21",
Expand All @@ -40,6 +39,7 @@
"peerDependencies": {
"@multiversx/sdk-core": ">= 13.0.0",
"@multiversx/sdk-dapp-utils": "^0.0.1",
"@multiversx/sdk-web-wallet-cross-window-provider": ">= 0.4.2",
"axios": ">=1.6.5",
"bignumber.js": "9.x"
},
Expand All @@ -49,6 +49,7 @@
"devDependencies": {
"@multiversx/sdk-core": ">= 13.0.0",
"@multiversx/sdk-dapp-utils": "^0.0.1",
"@multiversx/sdk-web-wallet-cross-window-provider": ">= 0.4.2",
"@swc/core": "^1.4.17",
"@swc/jest": "^0.2.36",
"@types/node": "20.12.8",
Expand Down
Loading

0 comments on commit 7c62d0d

Please sign in to comment.