@cardano-sdk/e2e 0.7.0 → 0.7.1-nightly.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -0
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.7.1-nightly.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.7.0...@cardano-sdk/e2e@0.7.1-nightly.0) (2023-02-18)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @cardano-sdk/e2e
|
|
9
|
+
|
|
6
10
|
## [0.7.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.6.0...@cardano-sdk/e2e@0.7.0) (2023-02-17)
|
|
7
11
|
|
|
8
12
|
### ⚠ BREAKING CHANGES
|
|
@@ -104,6 +108,22 @@ with a new db name ('V2' suffix), which means that data in existing stores will
|
|
|
104
108
|
|
|
105
109
|
### ⚠ BREAKING CHANGES
|
|
106
110
|
|
|
111
|
+
- remote api wallet manager
|
|
112
|
+
|
|
113
|
+
### Features
|
|
114
|
+
|
|
115
|
+
- remote api wallet manager ([043f1df](https://github.com/input-output-hk/cardano-js-sdk/commit/043f1dff7ed85b43e489d972dc5158712c43ee68))
|
|
116
|
+
|
|
117
|
+
## [0.5.1-nightly.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.5.0...@cardano-sdk/e2e@0.5.1-nightly.0) (2022-11-08)
|
|
118
|
+
|
|
119
|
+
**Note:** Version bump only for package @cardano-sdk/e2e
|
|
120
|
+
|
|
121
|
+
## [0.5.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.4.0...@cardano-sdk/e2e@0.5.0) (2022-11-04)
|
|
122
|
+
|
|
123
|
+
## [0.5.0-nightly.24](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.5.0-nightly.23...@cardano-sdk/e2e@0.5.0-nightly.24) (2022-11-02)
|
|
124
|
+
|
|
125
|
+
**Note:** Version bump only for package @cardano-sdk/e2e
|
|
126
|
+
|
|
107
127
|
- **web-extension:** `ExposeApiProps` `api` has changed to observable `api$`.
|
|
108
128
|
Users can use rxjs `of` function to create an observable: `api$: of(api)` to
|
|
109
129
|
adapt existing code to this change.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cardano-sdk/e2e",
|
|
3
|
-
"version": "0.7.0",
|
|
3
|
+
"version": "0.7.1-nightly.0",
|
|
4
4
|
"description": "End to end tests for the cardano-js-sdk packages.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=16.0"
|
|
@@ -86,16 +86,16 @@
|
|
|
86
86
|
"dependencies": {
|
|
87
87
|
"@cardano-foundation/ledgerjs-hw-app-cardano": "^5.0.0",
|
|
88
88
|
"@cardano-ogmios/client": "5.6.0",
|
|
89
|
-
"@cardano-sdk/cardano-services": "^0.
|
|
90
|
-
"@cardano-sdk/cardano-services-client": "^0.7.
|
|
91
|
-
"@cardano-sdk/core": "^0.
|
|
92
|
-
"@cardano-sdk/crypto": "^0.1.
|
|
93
|
-
"@cardano-sdk/key-management": "^0.4.0",
|
|
94
|
-
"@cardano-sdk/ogmios": "^0.
|
|
95
|
-
"@cardano-sdk/util": "^0.8.0",
|
|
96
|
-
"@cardano-sdk/util-dev": "^0.7.0",
|
|
97
|
-
"@cardano-sdk/util-rxjs": "^0.4.
|
|
98
|
-
"@cardano-sdk/wallet": "^0.
|
|
89
|
+
"@cardano-sdk/cardano-services": "^0.9.0-nightly.0",
|
|
90
|
+
"@cardano-sdk/cardano-services-client": "^0.7.2-nightly.0",
|
|
91
|
+
"@cardano-sdk/core": "^0.9.0-nightly.0",
|
|
92
|
+
"@cardano-sdk/crypto": "^0.1.2-nightly.0",
|
|
93
|
+
"@cardano-sdk/key-management": "^0.4.1-nightly.0",
|
|
94
|
+
"@cardano-sdk/ogmios": "^0.9.0-nightly.0",
|
|
95
|
+
"@cardano-sdk/util": "^0.8.1-nightly.0",
|
|
96
|
+
"@cardano-sdk/util-dev": "^0.7.1-nightly.0",
|
|
97
|
+
"@cardano-sdk/util-rxjs": "^0.4.5-nightly.0",
|
|
98
|
+
"@cardano-sdk/wallet": "^0.9.0-nightly.0",
|
|
99
99
|
"@vespaiach/axios-fetch-adapter": "^0.3.0",
|
|
100
100
|
"axios": "^0.27.2",
|
|
101
101
|
"bunyan": "^1.8.15",
|
|
@@ -119,8 +119,8 @@
|
|
|
119
119
|
"@babel/core": "^7.18.2",
|
|
120
120
|
"@babel/preset-env": "^7.18.2",
|
|
121
121
|
"@babel/preset-typescript": "^7.17.12",
|
|
122
|
-
"@cardano-sdk/dapp-connector": "^0.7.0",
|
|
123
|
-
"@cardano-sdk/web-extension": "^0.8.0",
|
|
122
|
+
"@cardano-sdk/dapp-connector": "^0.7.1-nightly.0",
|
|
123
|
+
"@cardano-sdk/web-extension": "^0.8.1-nightly.0",
|
|
124
124
|
"@dcspark/cardano-multiplatform-lib-browser": "^3.1.1",
|
|
125
125
|
"@emurgo/cardano-message-signing-asmjs": "^1.0.1",
|
|
126
126
|
"@types/bunyan": "^1.8.8",
|
|
@@ -161,5 +161,5 @@
|
|
|
161
161
|
"webpack-cli": "^4.9.2",
|
|
162
162
|
"webpack-merge": "^5.8.0"
|
|
163
163
|
},
|
|
164
|
-
"gitHead": "
|
|
164
|
+
"gitHead": "cc05ae16d15a2cbfe1be5df3655f453d4889d529"
|
|
165
165
|
}
|