@stbmoz-onboarding/core 1.3.4 → 1.3.6
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/Utilities/branch.js +6 -6
- package/package.json +12 -11
package/Utilities/branch.js
CHANGED
|
@@ -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",
|
|
@@ -245,5 +240,10 @@ module.exports.branch = [{
|
|
|
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,33 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_args": [
|
|
3
3
|
[
|
|
4
|
-
"@stbmoz-onboarding/core@1.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.
|
|
9
|
-
"_id": "@stbmoz-onboarding/core@1.3.
|
|
8
|
+
"_from": "@stbmoz-onboarding/core@^1.3.5",
|
|
9
|
+
"_id": "@stbmoz-onboarding/core@1.3.5",
|
|
10
10
|
"_inBundle": false,
|
|
11
|
-
"_integrity": "sha512-
|
|
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.
|
|
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.
|
|
21
|
+
"rawSpec": "^1.3.5",
|
|
22
22
|
"saveSpec": null,
|
|
23
|
-
"fetchSpec": "^1.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.
|
|
29
|
-
"_shasum": "
|
|
30
|
-
"_spec": "@stbmoz-onboarding/core@^1.3.
|
|
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",
|
|
31
32
|
"_where": "/Users/pedrodava/Bank_Code/RAO/FrontEnd/Customer-Frontend",
|
|
32
33
|
"author": "",
|
|
33
34
|
"bundleDependencies": 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.
|
|
45
|
+
"version": "1.3.6"
|
|
45
46
|
}
|