@stbmoz-onboarding/core 1.3.3 → 1.3.5

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.
Files changed (2) hide show
  1. package/Utilities/branch.js +7 -7
  2. package/package.json +13 -12
@@ -206,11 +206,6 @@ module.exports.branch = [{
206
206
  companyname: "AGENCIA LICHINGA",
207
207
  address: "Av. Filipe Samuel Magaia, Nº 593"
208
208
  },
209
- {
210
- id: "N05",
211
- companyname: "AGENCIA PALMA",
212
- address: "Av. Filipe Samuel Magaia, Nº 593"
213
- },
214
209
  {
215
210
  id: "N06",
216
211
  companyname: "AGENCIA DE CUAMBA",
@@ -239,11 +234,16 @@ module.exports.branch = [{
239
234
  {
240
235
  id: "N11",
241
236
  companyname: "AGENCIA DE AFUNGI",
242
- address: "Estrada Principal, Bairro Incularino, R762"
237
+ address: " Bairro Quitunda, Afungi, Palma Sede"
243
238
  },
244
239
  {
245
240
  id: "N12",
246
241
  companyname: "AGENCIA DE BALAMA",
247
242
  address: "Bairro Ingomane, Sede do Posto Administrativo de Balama"
248
- }]
243
+ },
244
+ {
245
+ id: "N13",
246
+ companyname: "AGENCIA PALMA",
247
+ address: "Av. Filipe Samuel Magaia, Nº 593"
248
+ },]
249
249
  }]
package/package.json CHANGED
@@ -1,34 +1,35 @@
1
1
  {
2
2
  "_args": [
3
3
  [
4
- "@stbmoz-onboarding/core@1.3.3",
4
+ "@stbmoz-onboarding/core@1.3.5",
5
5
  "/Users/pedrodava/Bank_Code/RAO/Docker Backend/Inspector-service"
6
6
  ]
7
7
  ],
8
- "_from": "@stbmoz-onboarding/core@^1.3.3",
9
- "_id": "@stbmoz-onboarding/core@1.3.3",
8
+ "_from": "@stbmoz-onboarding/core@^1.3.5",
9
+ "_id": "@stbmoz-onboarding/core@1.3.5",
10
10
  "_inBundle": false,
11
- "_integrity": "sha512-qatMwNlMYc/F2vUN8E1YTmuxe5kZEPLYwAoT4Sk4RHg+/9bL4WWYk8zSIS8MRyEHkm7q/qa2moHPtGYI2Wmslg==",
11
+ "_integrity": "sha512-Uv0Kw98z5id3kdu184swKm7xclEkYv9RvcMxsiQyCBVwq1cbdoDgiyIerQjCdy3gTwDD1Gsp+HD/1V3IDYfIzg==",
12
12
  "_location": "/@stbmoz-onboarding/core",
13
13
  "_phantomChildren": {},
14
14
  "_requested": {
15
15
  "type": "range",
16
16
  "registry": true,
17
- "raw": "@stbmoz-onboarding/core@^1.3.3",
17
+ "raw": "@stbmoz-onboarding/core@^1.3.5",
18
18
  "name": "@stbmoz-onboarding/core",
19
19
  "escapedName": "@stbmoz-onboarding%2fcore",
20
20
  "scope": "@stbmoz-onboarding",
21
- "rawSpec": "^1.3.3",
21
+ "rawSpec": "^1.3.5",
22
22
  "saveSpec": null,
23
- "fetchSpec": "^1.3.3"
23
+ "fetchSpec": "^1.3.5"
24
24
  },
25
25
  "_requiredBy": [
26
+ "#USER",
26
27
  "/"
27
28
  ],
28
- "_resolved": "https://registry.npmjs.org/@stbmoz-onboarding/core/-/core-1.3.3.tgz",
29
- "_shasum": "0559fbdc9a3ad360e6504d7e0318e78e21cb4668",
30
- "_spec": "@stbmoz-onboarding/core@^1.3.3",
31
- "_where": "/Users/pedrodava/Bank_Code/RAO/FrontEnd/BackOffice-Frontend",
29
+ "_resolved": "https://registry.npmjs.org/@stbmoz-onboarding/core/-/core-1.3.5.tgz",
30
+ "_shasum": "7356dcbc69a1ed5b2d74d3334ae61c17514e9f17",
31
+ "_spec": "@stbmoz-onboarding/core@^1.3.5",
32
+ "_where": "/Users/pedrodava/Bank_Code/RAO/FrontEnd/Customer-Frontend",
32
33
  "author": "",
33
34
  "bundleDependencies": false,
34
35
  "deprecated": false,
@@ -41,5 +42,5 @@
41
42
  "test": "echo \"Error: no test specified\" && exit 1"
42
43
  },
43
44
  "type": "commonjs",
44
- "version": "1.3.3"
45
+ "version": "1.3.5"
45
46
  }