@hmcts/ccpay-web-component 6.5.22-beta01 → 6.5.23-beta

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/package.json CHANGED
@@ -1,9 +1,14 @@
1
1
  {
2
2
  "name": "@hmcts/ccpay-web-component",
3
- "version": "6.5.22-beta01",
3
+ "version": "6.5.23-beta",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
+ "dependencies": {
8
+ "exceljs": "^4.4.0",
9
+ "file-saver": "^2.0.2",
10
+ "tslib": "^2.3.0"
11
+ },
7
12
  "peerDependencies": {
8
13
  "@angular/common": "^20.3.1",
9
14
  "@angular/core": "~20.3.1"
@@ -16,6 +21,18 @@
16
21
  "description": "Angular web component for displaying payments returned from ccpay api",
17
22
  "author": "Mateusz Swirski <mateusz.swirski@hmcts.net>",
18
23
  "contributors": [
24
+ {
25
+ "name": "Dave Jones",
26
+ "email": "dave.jones@hmcts.net"
27
+ },
28
+ {
29
+ "name": "Tobias De Rose",
30
+ "email": "tobias.derose@hmcts.net"
31
+ },
32
+ {
33
+ "name": "Oliver Smith",
34
+ "email": "oliver.smith@hmcts.net"
35
+ },
19
36
  {
20
37
  "name": "Santosh Govindu",
21
38
  "email": "santosh.govindu@hmcts.net"
@@ -40,8 +57,5 @@
40
57
  "default": "./fesm2022/hmcts-ccpay-web-component.mjs"
41
58
  }
42
59
  },
43
- "sideEffects": false,
44
- "dependencies": {
45
- "tslib": "^2.3.0"
46
- }
60
+ "sideEffects": false
47
61
  }