@cardano-sdk/e2e 0.49.0 → 0.49.1

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 +4 -0
  2. package/package.json +4 -4
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.49.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.49.0...@cardano-sdk/e2e@0.49.1) (2024-12-10)
7
+
8
+ **Note:** Version bump only for package @cardano-sdk/e2e
9
+
6
10
  ## [0.49.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.48.0...@cardano-sdk/e2e@0.49.0) (2024-12-06)
7
11
 
8
12
  ### ⚠ BREAKING CHANGES
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cardano-sdk/e2e",
3
- "version": "0.49.0",
3
+ "version": "0.49.1",
4
4
  "description": "End to end tests for the cardano-js-sdk packages.",
5
5
  "repository": "https://github.com/input-output-hk/cardano-js-sdk",
6
6
  "license": "Apache-2.0",
@@ -88,7 +88,7 @@
88
88
  "@cardano-sdk/util": "~0.15.5",
89
89
  "@cardano-sdk/util-dev": "~0.24.1",
90
90
  "@cardano-sdk/util-rxjs": "~0.8.0",
91
- "@cardano-sdk/wallet": "~0.46.1",
91
+ "@cardano-sdk/wallet": "~0.46.2",
92
92
  "@dcspark/cardano-multiplatform-lib-nodejs": "^3.1.1",
93
93
  "@shiroyasha9/axios-fetch-adapter": "1.0.3",
94
94
  "axios": "^1.7.4",
@@ -121,7 +121,7 @@
121
121
  "@cardano-sdk/dapp-connector": "~0.12.47",
122
122
  "@cardano-sdk/projection": "~0.12.16",
123
123
  "@cardano-sdk/projection-typeorm": "~0.9.16",
124
- "@cardano-sdk/web-extension": "~0.36.0",
124
+ "@cardano-sdk/web-extension": "~0.36.1",
125
125
  "@dcspark/cardano-multiplatform-lib-browser": "^3.1.1",
126
126
  "@emurgo/cardano-message-signing-asmjs": "^1.0.1",
127
127
  "@types/bunyan": "^1.8.8",
@@ -181,5 +181,5 @@
181
181
  "publishConfig": {
182
182
  "access": "public"
183
183
  },
184
- "gitHead": "6f6e0032cb036f8d3d6463b1794ff67500b4fe06"
184
+ "gitHead": "d550edbaec338726b390249e23497c698eb89922"
185
185
  }