@cardano-sdk/e2e 0.9.0-nightly.0 → 0.9.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 +1 -21
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
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.9.0
|
|
6
|
+
## [0.9.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.8.0...@cardano-sdk/e2e@0.9.0) (2023-03-13)
|
|
7
7
|
|
|
8
8
|
### ⚠ BREAKING CHANGES
|
|
9
9
|
|
|
@@ -31,10 +31,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
31
31
|
- core type for address string reprensetation 'Address' renamed to PaymentAddress ([4287463](https://github.com/input-output-hk/cardano-js-sdk/commit/42874633de6069510efdc57323f61140d22ed203))
|
|
32
32
|
- **projection:** replace projectIntoSink 'sinks' prop with 'sinksFactory' ([8f15f6f](https://github.com/input-output-hk/cardano-js-sdk/commit/8f15f6f9fa09fea25df7d14ed10a64afcfa234c2))
|
|
33
33
|
|
|
34
|
-
## [0.8.1-nightly.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.8.0...@cardano-sdk/e2e@0.8.1-nightly.0) (2023-03-02)
|
|
35
|
-
|
|
36
|
-
**Note:** Version bump only for package @cardano-sdk/e2e
|
|
37
|
-
|
|
38
34
|
## [0.8.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.7.0...@cardano-sdk/e2e@0.8.0) (2023-03-01)
|
|
39
35
|
|
|
40
36
|
### ⚠ BREAKING CHANGES
|
|
@@ -150,22 +146,6 @@ with a new db name ('V2' suffix), which means that data in existing stores will
|
|
|
150
146
|
|
|
151
147
|
### ⚠ BREAKING CHANGES
|
|
152
148
|
|
|
153
|
-
- remote api wallet manager
|
|
154
|
-
|
|
155
|
-
### Features
|
|
156
|
-
|
|
157
|
-
- remote api wallet manager ([043f1df](https://github.com/input-output-hk/cardano-js-sdk/commit/043f1dff7ed85b43e489d972dc5158712c43ee68))
|
|
158
|
-
|
|
159
|
-
## [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)
|
|
160
|
-
|
|
161
|
-
**Note:** Version bump only for package @cardano-sdk/e2e
|
|
162
|
-
|
|
163
|
-
## [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)
|
|
164
|
-
|
|
165
|
-
## [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)
|
|
166
|
-
|
|
167
|
-
**Note:** Version bump only for package @cardano-sdk/e2e
|
|
168
|
-
|
|
169
149
|
- **web-extension:** `ExposeApiProps` `api` has changed to observable `api$`.
|
|
170
150
|
Users can use rxjs `of` function to create an observable: `api$: of(api)` to
|
|
171
151
|
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.9.0
|
|
3
|
+
"version": "0.9.0",
|
|
4
4
|
"description": "End to end tests for the cardano-js-sdk packages.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=16.0"
|
|
@@ -88,16 +88,16 @@
|
|
|
88
88
|
"dependencies": {
|
|
89
89
|
"@cardano-foundation/ledgerjs-hw-app-cardano": "^6.0.0",
|
|
90
90
|
"@cardano-ogmios/client": "5.6.0",
|
|
91
|
-
"@cardano-sdk/cardano-services": "^0.10.0
|
|
92
|
-
"@cardano-sdk/cardano-services-client": "^0.8.0
|
|
93
|
-
"@cardano-sdk/core": "^0.10.0
|
|
94
|
-
"@cardano-sdk/crypto": "^0.1.3
|
|
95
|
-
"@cardano-sdk/key-management": "^0.5.0
|
|
96
|
-
"@cardano-sdk/ogmios": "^0.10.0
|
|
97
|
-
"@cardano-sdk/util": "^0.8.2
|
|
98
|
-
"@cardano-sdk/util-dev": "^0.8.0
|
|
99
|
-
"@cardano-sdk/util-rxjs": "^0.4.6
|
|
100
|
-
"@cardano-sdk/wallet": "^0.10.0
|
|
91
|
+
"@cardano-sdk/cardano-services": "^0.10.0",
|
|
92
|
+
"@cardano-sdk/cardano-services-client": "^0.8.0",
|
|
93
|
+
"@cardano-sdk/core": "^0.10.0",
|
|
94
|
+
"@cardano-sdk/crypto": "^0.1.3",
|
|
95
|
+
"@cardano-sdk/key-management": "^0.5.0",
|
|
96
|
+
"@cardano-sdk/ogmios": "^0.10.0",
|
|
97
|
+
"@cardano-sdk/util": "^0.8.2",
|
|
98
|
+
"@cardano-sdk/util-dev": "^0.8.0",
|
|
99
|
+
"@cardano-sdk/util-rxjs": "^0.4.6",
|
|
100
|
+
"@cardano-sdk/wallet": "^0.10.0",
|
|
101
101
|
"@vespaiach/axios-fetch-adapter": "^0.3.0",
|
|
102
102
|
"axios": "^0.27.2",
|
|
103
103
|
"bunyan": "^1.8.15",
|
|
@@ -121,10 +121,10 @@
|
|
|
121
121
|
"@babel/core": "^7.18.2",
|
|
122
122
|
"@babel/preset-env": "^7.18.2",
|
|
123
123
|
"@babel/preset-typescript": "^7.17.12",
|
|
124
|
-
"@cardano-sdk/dapp-connector": "^0.8.0
|
|
125
|
-
"@cardano-sdk/projection": "^0.5.0
|
|
126
|
-
"@cardano-sdk/projection-typeorm": "^0.1.1
|
|
127
|
-
"@cardano-sdk/web-extension": "^0.8.2
|
|
124
|
+
"@cardano-sdk/dapp-connector": "^0.8.0",
|
|
125
|
+
"@cardano-sdk/projection": "^0.5.0",
|
|
126
|
+
"@cardano-sdk/projection-typeorm": "^0.1.1",
|
|
127
|
+
"@cardano-sdk/web-extension": "^0.8.2",
|
|
128
128
|
"@dcspark/cardano-multiplatform-lib-browser": "^3.1.1",
|
|
129
129
|
"@emurgo/cardano-message-signing-asmjs": "^1.0.1",
|
|
130
130
|
"@types/bunyan": "^1.8.8",
|
|
@@ -167,5 +167,5 @@
|
|
|
167
167
|
"webpack-cli": "^4.9.2",
|
|
168
168
|
"webpack-merge": "^5.8.0"
|
|
169
169
|
},
|
|
170
|
-
"gitHead": "
|
|
170
|
+
"gitHead": "8108ee32b2e7cbacd06944e651fd6b195bef30d7"
|
|
171
171
|
}
|