@cardano-sdk/e2e 0.52.13 → 0.52.14

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 +3 -3
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.52.14](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.52.13...@cardano-sdk/e2e@0.52.14) (2025-02-12)
7
+
8
+ **Note:** Version bump only for package @cardano-sdk/e2e
9
+
6
10
  ## [0.52.13](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.52.12...@cardano-sdk/e2e@0.52.13) (2025-02-10)
7
11
 
8
12
  **Note:** Version bump only for package @cardano-sdk/e2e
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cardano-sdk/e2e",
3
- "version": "0.52.13",
3
+ "version": "0.52.14",
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",
@@ -122,7 +122,7 @@
122
122
  "@cardano-sdk/dapp-connector": "~0.13.5",
123
123
  "@cardano-sdk/projection": "~0.12.28",
124
124
  "@cardano-sdk/projection-typeorm": "~0.9.28",
125
- "@cardano-sdk/web-extension": "~0.38.13",
125
+ "@cardano-sdk/web-extension": "~0.38.14",
126
126
  "@dcspark/cardano-multiplatform-lib-browser": "^3.1.1",
127
127
  "@emurgo/cardano-message-signing-asmjs": "^1.0.1",
128
128
  "@types/bunyan": "^1.8.8",
@@ -182,5 +182,5 @@
182
182
  "publishConfig": {
183
183
  "access": "public"
184
184
  },
185
- "gitHead": "a6c65fa34e53b5559993d38b357ac1026c0ac204"
185
+ "gitHead": "d0e939e259b44ce7eb4bad6a69cdd02a16a2f966"
186
186
  }