@medipass/utils 11.68.3 → 11.68.5-chore-update-react-18.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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
+ ## [11.68.4](https://github.com/medipass/web-medicules/compare/@medipass/utils@11.68.3...@medipass/utils@11.68.4) (2022-09-08)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * eclipse report requested date ([#682](https://github.com/medipass/web-medicules/issues/682)) ([9d7e2a7](https://github.com/medipass/web-medicules/commit/9d7e2a7))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [11.68.3](https://github.com/medipass/web-medicules/compare/@medipass/utils@11.68.2...@medipass/utils@11.68.3) (2022-08-26)
7
18
 
8
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medipass/utils",
3
- "version": "11.68.3",
3
+ "version": "11.68.5-chore-update-react-18.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -17,8 +17,8 @@
17
17
  },
18
18
  "author": "Jake Moxey",
19
19
  "peerDependencies": {
20
- "react": ">=17.0.0",
21
- "react-dom": ">=17.0.0"
20
+ "react": ">=18.0.0",
21
+ "react-dom": ">=18.0.0"
22
22
  },
23
23
  "dependencies": {
24
24
  "@babel/runtime": "7.8.4",
@@ -48,5 +48,5 @@
48
48
  "redux-thunk": "^2.2.0",
49
49
  "rimraf": "^2.6.2"
50
50
  },
51
- "gitHead": "94d81ea42c4082c8fec611c95e232f8d674f84f0"
51
+ "gitHead": "bbc5c1c75b549bf10420b97081c1135eee19893a"
52
52
  }
@@ -68,6 +68,7 @@ var paymentReportDefault = {
68
68
  var processingReportEclipseDefault = {
69
69
  transactionId: 'PAO00000J4aw564Wtde1UeJe',
70
70
  status: 'SUCCESS',
71
+ requestedDate: '2022-08-15T07:10:26.523Z',
71
72
  report: {
72
73
  status: 'COMPLETE',
73
74
  claimSummary: {
@@ -169,6 +170,7 @@ var processingReportEclipseDefault = {
169
170
  var paymentReportEclipseDefault = {
170
171
  transactionId: 'AAA99556ffff62c76f48e700',
171
172
  status: 'SUCCESS',
173
+ requestedDate: '2022-08-15T07:10:26.523Z',
172
174
  report: {
173
175
  partNumber: 1,
174
176
  partTotal: 1,