@cardano-sdk/e2e 0.10.0-nightly.2 → 0.10.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -84
  2. 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.10.0-nightly.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.10.0-nightly.1...@cardano-sdk/e2e@0.10.0-nightly.2) (2023-05-01)
6
+ ## [0.10.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.9.0...@cardano-sdk/e2e@0.10.0) (2023-05-02)
7
7
 
8
8
  ### ⚠ BREAKING CHANGES
9
9
 
@@ -13,16 +13,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
13
13
  * auxiliaryData no longer contains the optional hash field.
14
14
  * auxiliaryData no longer contains the optional body field.
15
15
 
16
- ### Features
17
-
18
- - add healthCheck$ to ObservableCardanoNode ([df35035](https://github.com/input-output-hk/cardano-js-sdk/commit/df3503597832939e6dc9c7ec953d24b3d709c723))
19
- - **cardano-services:** add projector service ([5a5b281](https://github.com/input-output-hk/cardano-js-sdk/commit/5a5b281690283995b9a20c61c337c621b919fb3c))
20
- - transaction body core type now includes the auxiliaryDataHash and networkId fields ([8b92b01](https://github.com/input-output-hk/cardano-js-sdk/commit/8b92b0190083a2b956ae1e188121414428f6663b))
21
-
22
- ## [0.10.0-nightly.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.10.0-nightly.0...@cardano-sdk/e2e@0.10.0-nightly.1) (2023-04-26)
23
-
24
- ### ⚠ BREAKING CHANGES
25
-
26
16
  - **core:** - NFT metadata image is type 'Uri'
27
17
 
28
18
  * NFT metadata description is type 'string'
@@ -30,19 +20,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
30
20
  * NFT metadata file name is optional
31
21
 
32
22
  - **web-extension:** WalletManagerWorker now requires an extra dependency: managerStorage
33
-
34
- ### Features
35
-
36
- - **web-extension:** store and restore last activated wallet props ([1f78d87](https://github.com/input-output-hk/cardano-js-sdk/commit/1f78d87c438c630bf4ee835a387449c667cde319))
37
-
38
- ### Bug Fixes
39
-
40
- - **core:** invalid NFT model and CIP-25 validation ([0d9b77a](https://github.com/input-output-hk/cardano-js-sdk/commit/0d9b77ae1851e5ea1386c94e9e32e3fbdfeed201))
41
-
42
- ## [0.10.0-nightly.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.9.1-nightly.8...@cardano-sdk/e2e@0.10.0-nightly.0) (2023-04-24)
43
-
44
- ### ⚠ BREAKING CHANGES
45
-
46
23
  - - renamed `TransactionsTracker.outgoing.confirmed$` to `onChain$`
47
24
 
48
25
  * renamed `TransactionReemitterProps.transactions.outgoing.confirmed$` to `onChain$`
@@ -61,7 +38,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
61
38
 
62
39
  ### Features
63
40
 
41
+ - add healthCheck$ to ObservableCardanoNode ([df35035](https://github.com/input-output-hk/cardano-js-sdk/commit/df3503597832939e6dc9c7ec953d24b3d709c723))
42
+ - add script to generate addreses ([7cb07ec](https://github.com/input-output-hk/cardano-js-sdk/commit/7cb07ec1b2d5a44e68d48fec33a1bd548a4acdb1))
43
+ - adds the sql queries profiling system ([7f972fd](https://github.com/input-output-hk/cardano-js-sdk/commit/7f972fd54073082cc75d2e7b49a92277e47148c1))
44
+ - **cardano-services:** add projector service ([5a5b281](https://github.com/input-output-hk/cardano-js-sdk/commit/5a5b281690283995b9a20c61c337c621b919fb3c))
45
+ - transaction body core type now includes the auxiliaryDataHash and networkId fields ([8b92b01](https://github.com/input-output-hk/cardano-js-sdk/commit/8b92b0190083a2b956ae1e188121414428f6663b))
64
46
  - **wallet:** emit historical data on assetInfo$ ([12cac96](https://github.com/input-output-hk/cardano-js-sdk/commit/12cac96852a2591dd27727296d6c3b3fda4e0c56))
47
+ - **web-extension:** store and restore last activated wallet props ([1f78d87](https://github.com/input-output-hk/cardano-js-sdk/commit/1f78d87c438c630bf4ee835a387449c667cde319))
48
+
49
+ ### Bug Fixes
50
+
51
+ - circular deps check in CI ([070f5e9](https://github.com/input-output-hk/cardano-js-sdk/commit/070f5e9f199c8a3b823f80aa98b35a4df7dbe532))
52
+ - **core:** invalid NFT model and CIP-25 validation ([0d9b77a](https://github.com/input-output-hk/cardano-js-sdk/commit/0d9b77ae1851e5ea1386c94e9e32e3fbdfeed201))
65
53
 
66
54
  ### Code Refactoring
67
55
 
@@ -72,50 +60,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
72
60
  - rename ObservableWallet assets$ to assetInfo$ ([d6b759c](https://github.com/input-output-hk/cardano-js-sdk/commit/d6b759cd2d8db12313a166259277a2c79149e5f9))
73
61
  - simplify projection Sink to be an operator ([d9c6826](https://github.com/input-output-hk/cardano-js-sdk/commit/d9c68265d63300d26eb73ca93f5ee8be7ff51a12))
74
62
 
75
- ## [0.9.1-nightly.8](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.9.1-nightly.7...@cardano-sdk/e2e@0.9.1-nightly.8) (2023-04-18)
76
-
77
- **Note:** Version bump only for package @cardano-sdk/e2e
78
-
79
- ## [0.9.1-nightly.7](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.9.1-nightly.6...@cardano-sdk/e2e@0.9.1-nightly.7) (2023-04-12)
80
-
81
- **Note:** Version bump only for package @cardano-sdk/e2e
82
-
83
- ## [0.9.1-nightly.6](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.9.1-nightly.5...@cardano-sdk/e2e@0.9.1-nightly.6) (2023-04-07)
84
-
85
- ### Features
86
-
87
- - add script to generate addreses ([7cb07ec](https://github.com/input-output-hk/cardano-js-sdk/commit/7cb07ec1b2d5a44e68d48fec33a1bd548a4acdb1))
88
-
89
- ## [0.9.1-nightly.5](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.9.1-nightly.4...@cardano-sdk/e2e@0.9.1-nightly.5) (2023-03-31)
90
-
91
- ### Features
92
-
93
- - adds the sql queries profiling system ([7f972fd](https://github.com/input-output-hk/cardano-js-sdk/commit/7f972fd54073082cc75d2e7b49a92277e47148c1))
94
-
95
- ### Bug Fixes
96
-
97
- - circular deps check in CI ([070f5e9](https://github.com/input-output-hk/cardano-js-sdk/commit/070f5e9f199c8a3b823f80aa98b35a4df7dbe532))
98
-
99
- ## [0.9.1-nightly.4](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.9.1-nightly.3...@cardano-sdk/e2e@0.9.1-nightly.4) (2023-03-24)
100
-
101
- **Note:** Version bump only for package @cardano-sdk/e2e
102
-
103
- ## [0.9.1-nightly.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.9.1-nightly.2...@cardano-sdk/e2e@0.9.1-nightly.3) (2023-03-22)
104
-
105
- **Note:** Version bump only for package @cardano-sdk/e2e
106
-
107
- ## [0.9.1-nightly.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.9.1-nightly.1...@cardano-sdk/e2e@0.9.1-nightly.2) (2023-03-20)
108
-
109
- **Note:** Version bump only for package @cardano-sdk/e2e
110
-
111
- ## [0.9.1-nightly.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.9.1-nightly.0...@cardano-sdk/e2e@0.9.1-nightly.1) (2023-03-16)
112
-
113
- **Note:** Version bump only for package @cardano-sdk/e2e
114
-
115
- ## [0.9.1-nightly.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.9.0...@cardano-sdk/e2e@0.9.1-nightly.0) (2023-03-14)
116
-
117
- **Note:** Version bump only for package @cardano-sdk/e2e
118
-
119
63
  ## [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)
120
64
 
121
65
  ### ⚠ BREAKING CHANGES
@@ -259,22 +203,6 @@ with a new db name ('V2' suffix), which means that data in existing stores will
259
203
 
260
204
  ### ⚠ BREAKING CHANGES
261
205
 
262
- - remote api wallet manager
263
-
264
- ### Features
265
-
266
- - remote api wallet manager ([043f1df](https://github.com/input-output-hk/cardano-js-sdk/commit/043f1dff7ed85b43e489d972dc5158712c43ee68))
267
-
268
- ## [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)
269
-
270
- **Note:** Version bump only for package @cardano-sdk/e2e
271
-
272
- ## [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)
273
-
274
- ## [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)
275
-
276
- **Note:** Version bump only for package @cardano-sdk/e2e
277
-
278
206
  - **web-extension:** `ExposeApiProps` `api` has changed to observable `api$`.
279
207
  Users can use rxjs `of` function to create an observable: `api$: of(api)` to
280
208
  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.10.0-nightly.2",
3
+ "version": "0.10.0",
4
4
  "description": "End to end tests for the cardano-js-sdk packages.",
5
5
  "engines": {
6
6
  "node": ">=16.0"
@@ -93,16 +93,16 @@
93
93
  "dependencies": {
94
94
  "@cardano-foundation/ledgerjs-hw-app-cardano": "^6.0.0",
95
95
  "@cardano-ogmios/client": "5.6.0",
96
- "@cardano-sdk/cardano-services": "^0.11.0-nightly.10",
97
- "@cardano-sdk/cardano-services-client": "^0.9.0-nightly.3",
98
- "@cardano-sdk/core": "^0.11.0-nightly.9",
99
- "@cardano-sdk/crypto": "^0.1.4-nightly.4",
100
- "@cardano-sdk/key-management": "^0.5.1-nightly.9",
101
- "@cardano-sdk/ogmios": "^0.11.0-nightly.10",
102
- "@cardano-sdk/util": "^0.9.0-nightly.3",
103
- "@cardano-sdk/util-dev": "^0.9.0-nightly.2",
104
- "@cardano-sdk/util-rxjs": "^0.4.7-nightly.6",
105
- "@cardano-sdk/wallet": "^0.11.0-nightly.11",
96
+ "@cardano-sdk/cardano-services": "^0.11.0",
97
+ "@cardano-sdk/cardano-services-client": "^0.9.0",
98
+ "@cardano-sdk/core": "^0.11.0",
99
+ "@cardano-sdk/crypto": "^0.1.4",
100
+ "@cardano-sdk/key-management": "^0.5.1",
101
+ "@cardano-sdk/ogmios": "^0.11.0",
102
+ "@cardano-sdk/util": "^0.9.0",
103
+ "@cardano-sdk/util-dev": "^0.9.0",
104
+ "@cardano-sdk/util-rxjs": "^0.4.7",
105
+ "@cardano-sdk/wallet": "^0.11.0",
106
106
  "@vespaiach/axios-fetch-adapter": "^0.3.0",
107
107
  "axios": "^0.27.2",
108
108
  "bunyan": "^1.8.15",
@@ -126,10 +126,10 @@
126
126
  "@babel/core": "^7.18.2",
127
127
  "@babel/preset-env": "^7.18.2",
128
128
  "@babel/preset-typescript": "^7.17.12",
129
- "@cardano-sdk/dapp-connector": "^0.9.0-nightly.0",
130
- "@cardano-sdk/projection": "^0.6.0-nightly.7",
131
- "@cardano-sdk/projection-typeorm": "^0.2.0-nightly.7",
132
- "@cardano-sdk/web-extension": "^0.9.0-nightly.2",
129
+ "@cardano-sdk/dapp-connector": "^0.9.0",
130
+ "@cardano-sdk/projection": "^0.6.0",
131
+ "@cardano-sdk/projection-typeorm": "^0.2.0",
132
+ "@cardano-sdk/web-extension": "^0.9.0",
133
133
  "@dcspark/cardano-multiplatform-lib-browser": "^3.1.1",
134
134
  "@emurgo/cardano-message-signing-asmjs": "^1.0.1",
135
135
  "@types/bunyan": "^1.8.8",
@@ -173,5 +173,5 @@
173
173
  "webpack-cli": "^4.9.2",
174
174
  "webpack-merge": "^5.8.0"
175
175
  },
176
- "gitHead": "2c74f3fb8c43ab36178ca9912da815c17070c8bd"
176
+ "gitHead": "847e22de392872cf49d15517e8e871f0fd69da39"
177
177
  }