@temboplus/frontend-core 0.2.21 → 0.2.22

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.
@@ -18,14 +18,14 @@ export var NetworkOperator;
18
18
  export const NETWORK_OPERATOR_CONFIG = {
19
19
  [NetworkOperator.VODACOM]: {
20
20
  id: NetworkOperator.VODACOM,
21
- mobileNumberPrefixes: ["74", "75", "76"],
21
+ mobileNumberPrefixes: ["74", "75", "76", "79"],
22
22
  displayName: "Vodacom",
23
23
  mobileMoneyService: "M-Pesa",
24
24
  brandColor: "red",
25
25
  },
26
26
  [NetworkOperator.AIRTEL]: {
27
27
  id: NetworkOperator.AIRTEL,
28
- mobileNumberPrefixes: ["78", "79", "68", "69"],
28
+ mobileNumberPrefixes: ["78", "68", "69"],
29
29
  displayName: "Airtel",
30
30
  mobileMoneyService: "Airtel Money",
31
31
  brandColor: "volcano",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@temboplus/frontend-core",
3
- "version": "0.2.21",
3
+ "version": "0.2.22",
4
4
  "description": "A JavaScript/TypeScript package providing common utilities and logic shared across front-end TemboPlus projects.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,14 +21,14 @@ var NetworkOperator;
21
21
  exports.NETWORK_OPERATOR_CONFIG = {
22
22
  [NetworkOperator.VODACOM]: {
23
23
  id: NetworkOperator.VODACOM,
24
- mobileNumberPrefixes: ["74", "75", "76"],
24
+ mobileNumberPrefixes: ["74", "75", "76", "79"],
25
25
  displayName: "Vodacom",
26
26
  mobileMoneyService: "M-Pesa",
27
27
  brandColor: "red",
28
28
  },
29
29
  [NetworkOperator.AIRTEL]: {
30
30
  id: NetworkOperator.AIRTEL,
31
- mobileNumberPrefixes: ["78", "79", "68", "69"],
31
+ mobileNumberPrefixes: ["78", "68", "69"],
32
32
  displayName: "Airtel",
33
33
  mobileMoneyService: "Airtel Money",
34
34
  brandColor: "volcano",