@stbmoz-onboarding/core 1.3.0 → 1.3.2
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 -1
- package/package.json +14 -13
package/Utilities/branch.js
CHANGED
|
@@ -206,6 +206,11 @@ 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
|
+
},
|
|
209
214
|
{
|
|
210
215
|
id: "N06",
|
|
211
216
|
companyname: "AGENCIA DE CUAMBA",
|
|
@@ -233,7 +238,7 @@ module.exports.branch = [{
|
|
|
233
238
|
},
|
|
234
239
|
{
|
|
235
240
|
id: "N11",
|
|
236
|
-
companyname: "AGENCIA DE
|
|
241
|
+
companyname: "AGENCIA DE AFUNGI",
|
|
237
242
|
address: "Estrada Principal, Bairro Incularino, R762"
|
|
238
243
|
},
|
|
239
244
|
{
|
package/package.json
CHANGED
|
@@ -1,35 +1,36 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_args": [
|
|
3
3
|
[
|
|
4
|
-
"@stbmoz-onboarding/core@1.3.
|
|
4
|
+
"@stbmoz-onboarding/core@1.3.2",
|
|
5
5
|
"/Users/pedrodava/Bank_Code/RAO/Docker Backend/Inspector-service"
|
|
6
6
|
]
|
|
7
7
|
],
|
|
8
|
-
"_from": "@stbmoz-onboarding/core
|
|
9
|
-
"_id": "@stbmoz-onboarding/core@1.3.
|
|
8
|
+
"_from": "@stbmoz-onboarding/core@^1.3.2",
|
|
9
|
+
"_id": "@stbmoz-onboarding/core@1.3.2",
|
|
10
10
|
"_inBundle": false,
|
|
11
|
-
"_integrity": "sha512-
|
|
11
|
+
"_integrity": "sha512-qatMwNlMYc/F2vUN8E1YTmuxe5kZEPLYwAoT4Sk4RHg+/9bL4WWYk8zSIS8MRyEHkm7q/qa2moHPtGYI2Wmslg==",
|
|
12
12
|
"_location": "/@stbmoz-onboarding/core",
|
|
13
13
|
"_phantomChildren": {},
|
|
14
14
|
"_requested": {
|
|
15
|
-
"type": "
|
|
15
|
+
"type": "range",
|
|
16
16
|
"registry": true,
|
|
17
|
-
"raw": "@stbmoz-onboarding/core
|
|
17
|
+
"raw": "@stbmoz-onboarding/core@^1.3.2",
|
|
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.2",
|
|
22
22
|
"saveSpec": null,
|
|
23
|
-
"fetchSpec": "1.3.
|
|
23
|
+
"fetchSpec": "^1.3.2"
|
|
24
24
|
},
|
|
25
25
|
"_requiredBy": [
|
|
26
26
|
"/"
|
|
27
27
|
],
|
|
28
|
-
"_resolved": "https://registry.npmjs.org/@stbmoz-onboarding/core/-/core-1.3.
|
|
29
|
-
"_shasum": "
|
|
30
|
-
"_spec": "1.3.
|
|
31
|
-
"_where": "/Users/pedrodava/Bank_Code/RAO/
|
|
28
|
+
"_resolved": "https://registry.npmjs.org/@stbmoz-onboarding/core/-/core-1.3.2.tgz",
|
|
29
|
+
"_shasum": "0559fbdc9a3ad360e6504d7e0318e78e21cb4668",
|
|
30
|
+
"_spec": "@stbmoz-onboarding/core@^1.3.2",
|
|
31
|
+
"_where": "/Users/pedrodava/Bank_Code/RAO/FrontEnd/BackOffice-Frontend",
|
|
32
32
|
"author": "",
|
|
33
|
+
"bundleDependencies": false,
|
|
33
34
|
"deprecated": false,
|
|
34
35
|
"description": "\"core module\"",
|
|
35
36
|
"license": "ISC",
|
|
@@ -40,5 +41,5 @@
|
|
|
40
41
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
41
42
|
},
|
|
42
43
|
"type": "commonjs",
|
|
43
|
-
"version": "1.3.
|
|
44
|
+
"version": "1.3.2"
|
|
44
45
|
}
|