akeyless-client-commons 1.1.76 → 1.1.77

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.
@@ -5995,7 +5995,8 @@ function InternationalPhonePicker(param) {
5995
5995
  return [
5996
5996
  "US",
5997
5997
  "IL",
5998
- "NG"
5998
+ "NG",
5999
+ "TH"
5999
6000
  ];
6000
6001
  }, []);
6001
6002
  return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("div", {
@@ -5773,7 +5773,8 @@ function InternationalPhonePicker(param) {
5773
5773
  return [
5774
5774
  "US",
5775
5775
  "IL",
5776
- "NG"
5776
+ "NG",
5777
+ "TH"
5777
5778
  ];
5778
5779
  }, []);
5779
5780
  return /* @__PURE__ */ jsxs13("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akeyless-client-commons",
3
- "version": "1.1.76",
3
+ "version": "1.1.77",
4
4
  "scripts": {
5
5
  "build": "tsup",
6
6
  "deploy": "npm run build && npm version patch --no-git-tag-version && npm publish",