@seidor-cloud-produtos/orbit-backend-lib 1.101.26 → 1.101.27
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.
|
@@ -14,7 +14,9 @@ class Net {
|
|
|
14
14
|
}
|
|
15
15
|
async getCurrentIP() {
|
|
16
16
|
try {
|
|
17
|
-
const response = await axios_1.default.get('https://checkip.amazonaws.com/'
|
|
17
|
+
const response = await axios_1.default.get('https://checkip.amazonaws.com/', {
|
|
18
|
+
timeout: 1000,
|
|
19
|
+
});
|
|
18
20
|
return response.data.trim();
|
|
19
21
|
}
|
|
20
22
|
catch (e) {
|
package/dist/static/cities.js
CHANGED
|
@@ -27484,7 +27484,7 @@ exports.cities = [
|
|
|
27484
27484
|
},
|
|
27485
27485
|
{
|
|
27486
27486
|
code: '3515004',
|
|
27487
|
-
name: 'Embu',
|
|
27487
|
+
name: 'Embu das Artes',
|
|
27488
27488
|
uf: 'SP',
|
|
27489
27489
|
ddd: '11',
|
|
27490
27490
|
siafi: '6401',
|