@cardano-sdk/e2e 0.9.0-nightly.1 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -25
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -3,11 +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-nightly.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.9.0-nightly.0...@cardano-sdk/e2e@0.9.0-nightly.1) (2023-03-13)
7
-
8
- **Note:** Version bump only for package @cardano-sdk/e2e
9
-
10
- ## [0.9.0-nightly.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.8.1-nightly.0...@cardano-sdk/e2e@0.9.0-nightly.0) (2023-03-10)
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)
11
7
 
12
8
  ### ⚠ BREAKING CHANGES
13
9
 
@@ -35,10 +31,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
35
31
  - core type for address string reprensetation 'Address' renamed to PaymentAddress ([4287463](https://github.com/input-output-hk/cardano-js-sdk/commit/42874633de6069510efdc57323f61140d22ed203))
36
32
  - **projection:** replace projectIntoSink 'sinks' prop with 'sinksFactory' ([8f15f6f](https://github.com/input-output-hk/cardano-js-sdk/commit/8f15f6f9fa09fea25df7d14ed10a64afcfa234c2))
37
33
 
38
- ## [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)
39
-
40
- **Note:** Version bump only for package @cardano-sdk/e2e
41
-
42
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)
43
35
 
44
36
  ### ⚠ BREAKING CHANGES
@@ -154,22 +146,6 @@ with a new db name ('V2' suffix), which means that data in existing stores will
154
146
 
155
147
  ### ⚠ BREAKING CHANGES
156
148
 
157
- - remote api wallet manager
158
-
159
- ### Features
160
-
161
- - remote api wallet manager ([043f1df](https://github.com/input-output-hk/cardano-js-sdk/commit/043f1dff7ed85b43e489d972dc5158712c43ee68))
162
-
163
- ## [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)
164
-
165
- **Note:** Version bump only for package @cardano-sdk/e2e
166
-
167
- ## [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)
168
-
169
- ## [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)
170
-
171
- **Note:** Version bump only for package @cardano-sdk/e2e
172
-
173
149
  - **web-extension:** `ExposeApiProps` `api` has changed to observable `api$`.
174
150
  Users can use rxjs `of` function to create an observable: `api$: of(api)` to
175
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-nightly.1",
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-nightly.2",
92
- "@cardano-sdk/cardano-services-client": "^0.8.0-nightly.1",
93
- "@cardano-sdk/core": "^0.10.0-nightly.2",
94
- "@cardano-sdk/crypto": "^0.1.3-nightly.2",
95
- "@cardano-sdk/key-management": "^0.5.0-nightly.1",
96
- "@cardano-sdk/ogmios": "^0.10.0-nightly.2",
97
- "@cardano-sdk/util": "^0.8.2-nightly.2",
98
- "@cardano-sdk/util-dev": "^0.8.0-nightly.1",
99
- "@cardano-sdk/util-rxjs": "^0.4.6-nightly.2",
100
- "@cardano-sdk/wallet": "^0.10.0-nightly.2",
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-nightly.1",
125
- "@cardano-sdk/projection": "^0.5.0-nightly.1",
126
- "@cardano-sdk/projection-typeorm": "^0.1.1-nightly.1",
127
- "@cardano-sdk/web-extension": "^0.8.2-nightly.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": "f3bfadfc203524af67e8550846652ad7d3c8a3c0"
170
+ "gitHead": "8108ee32b2e7cbacd06944e651fd6b195bef30d7"
171
171
  }