@stbmoz-onboarding/core 1.0.6 → 1.0.7

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.
@@ -0,0 +1,12 @@
1
+ const currencies = [
2
+ {
3
+ value: "BI",
4
+ pt: "Bilhete de Identidade",
5
+ en: "Identity card"
6
+ },
7
+ {
8
+ value: "PASSPORT",
9
+ pt: "Passaporte",
10
+ en: "Passport"
11
+ }
12
+ ];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stbmoz-onboarding/core",
3
3
  "type": "module",
4
- "version": "1.0.6",
4
+ "version": "1.0.7",
5
5
  "description": "\"core module\"",
6
6
  "main": "index.js",
7
7
  "scripts": {