@rh-support/utils 2.4.3-beta.3 → 2.4.3-beta.4

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.
@@ -71,7 +71,7 @@ export const ABTestSplitSplitBasedOnDate = (testVariationWeight, dateString) =>
71
71
  }
72
72
  };
73
73
  /*
74
- Without prime number Generates a hash value for the given account number.
74
+ Generates a hash value for the given account number.
75
75
  The hash is calculated by multiplying the ASCII value of each character
76
76
  by its position in the string (1-based), and then returning the result modulo 100.
77
77
  @param {string} accountNumber - The account number to hash.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/utils",
3
- "version": "2.4.3-beta.3",
3
+ "version": "2.4.3-beta.4",
4
4
  "description": "> TODO: description",
5
5
  "author": "Vikas Rathee <vrathee@redhat.com>",
6
6
  "license": "ISC",
@@ -75,5 +75,5 @@
75
75
  "defaults and supports es6-module",
76
76
  "maintained node versions"
77
77
  ],
78
- "gitHead": "3f3896032774c8fb5cd4fd01d4854b4594881c3c"
78
+ "gitHead": "a6b8a621dbb440a324ea93262d5d8b1e8e9498be"
79
79
  }