@resulticks/trustsignal-wa-hsm 0.4.0 → 0.5.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.
@@ -840,6 +840,7 @@ const De = async (a, n) => {
840
840
  { value: "nl", label: "Dutch" },
841
841
  { value: "en_GB", label: "English (UK)" },
842
842
  { value: "en_US", label: "English (US)" },
843
+ { value: "en", label: "English" },
843
844
  { value: "et", label: "Estonian" },
844
845
  { value: "fil", label: "Filipino" },
845
846
  { value: "fi", label: "Finnish" },
@@ -4961,7 +4962,7 @@ const ke = {
4961
4962
  name: "",
4962
4963
  category: "MARKETING",
4963
4964
  type: "BASIC",
4964
- language: "en_US",
4965
+ language: "en",
4965
4966
  enableClickTracking: !1,
4966
4967
  headerType: "NONE",
4967
4968
  headerText: "",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@resulticks/trustsignal-wa-hsm",
3
3
  "private": false,
4
- "version": "0.4.0",
4
+ "version": "0.5.0",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",