@medipass/utils 11.66.2 → 11.66.5-master.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,22 @@
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.66.4](https://github.com/medipass/web-medicules/compare/@medipass/utils@11.66.3...@medipass/utils@11.66.4) (2022-08-05)
7
+
8
+ **Note:** Version bump only for package @medipass/utils
9
+
10
+
11
+
12
+
13
+
14
+ ## [11.66.3](https://github.com/medipass/web-medicules/compare/@medipass/utils@11.66.2...@medipass/utils@11.66.3) (2022-08-05)
15
+
16
+ **Note:** Version bump only for package @medipass/utils
17
+
18
+
19
+
20
+
21
+
6
22
  ## [11.66.2](https://github.com/medipass/web-medicules/compare/@medipass/utils@11.66.1...@medipass/utils@11.66.2) (2022-08-05)
7
23
 
8
24
 
package/constants.js CHANGED
@@ -326,7 +326,7 @@ var HICAPS_FORMS = {
326
326
 
327
327
  /* ====== START: PMS ======= */
328
328
 
329
- var PMS = ['Best Practice (Allied)', 'Best Practice (Premier)', 'Clinic to Cloud', 'Cliniko', 'Coreplus', 'Coviu', 'Dental4Windows', 'Doctors on Demand', 'Exact', 'Front Desk', 'Genie', 'Gensolve', 'Gentu', 'Halaxy / HealthKit', 'Iconpractice', 'Kalysys', 'Lysn', 'Medical Director', 'Medilink', 'Medirecords', 'MedTech', 'Myhealth1st', 'Nookal', 'Oasis', 'Owner.health', 'Optomate', 'Powerdiary', 'PPMP', 'PracSuite', 'Shexie', 'Splose', 'Sunix', 'TM2', 'VisitBase', 'ZedMed', 'Zurili', 'Other'];
329
+ var PMS = ['Best Practice (Allied)', 'Best Practice (Premier)', 'Clinic to Cloud', 'Cliniko', 'Coreplus', 'Coviu', 'Dental4Windows', 'Doctors on Demand', 'Exact', 'Front Desk', 'Genie', 'Gensolve', 'Gentu', 'Halaxy / HealthKit', 'Iconpractice', 'Kalysys', 'Lysn', 'Medical Director', 'Medilink', 'Medirecords', 'MedTech', 'My Appointments', 'Myhealth1st', 'Nookal', 'Oasis', 'Owner.health', 'Optomate', 'Powerdiary', 'PPMP', 'PracSuite', 'Shexie', 'Splose', 'Sunix', 'TM2', 'VisitBase', 'ZedMed', 'Zurili', 'Other'];
330
330
  /* ====== END: PMS ======= */
331
331
 
332
332
  /* ====== START: REGIONS ======= */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medipass/utils",
3
- "version": "11.66.2",
3
+ "version": "11.66.5-master.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -48,5 +48,5 @@
48
48
  "redux-thunk": "^2.2.0",
49
49
  "rimraf": "^2.6.2"
50
50
  },
51
- "gitHead": "489cc9919bafa7a8174908b968e904d46df8d835"
51
+ "gitHead": "87cc23725a2956557fa786b55831d22d5c931749"
52
52
  }