@appilots/sdk 0.6.0 → 0.7.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/dist/index.js CHANGED
@@ -1063,7 +1063,7 @@ var BUNDLES = {
1063
1063
  en,
1064
1064
  es
1065
1065
  };
1066
- var DEFAULT_LOCALE = "pt-BR";
1066
+ var DEFAULT_LOCALE = "en";
1067
1067
  function detectDeviceLocale() {
1068
1068
  try {
1069
1069
  let raw;
package/dist/index.mjs CHANGED
@@ -1041,7 +1041,7 @@ var BUNDLES = {
1041
1041
  en,
1042
1042
  es
1043
1043
  };
1044
- var DEFAULT_LOCALE = "pt-BR";
1044
+ var DEFAULT_LOCALE = "en";
1045
1045
  function detectDeviceLocale() {
1046
1046
  try {
1047
1047
  let raw;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appilots/sdk",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "AI-powered chat component and navigation SDK for React Native apps",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",