@stbmoz-onboarding/core 1.0.14 → 1.0.16

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.
@@ -1,18 +1,13 @@
1
1
  const contracts = [
2
- {
3
- value: "PERMANENT",
4
- pt: "Permanente",
5
- en: "Permanent"
6
- },
7
2
  {
8
3
  value: "INDETERMINATED",
9
- pt: "Tempo Indeterminado",
4
+ pt: "Indeterminado",
10
5
  en: "Indeterminated"
11
6
  },
12
7
  {
13
8
  value: "DETERMINATED",
14
- pt: "Determinado",
15
- en: "Determinated"
9
+ pt: "Temporário",
10
+ en: "Temporary"
16
11
  },
17
12
  ]
18
13
 
@@ -226,10 +226,8 @@ export function isValidNuit(nuit) {
226
226
 
227
227
  }
228
228
  }
229
-
230
229
  }
231
230
  catch (err) {
232
- console.log("ERROROROR: ", err.message)
233
231
  return false
234
232
  }
235
233
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stbmoz-onboarding/core",
3
3
  "type": "module",
4
- "version": "1.0.14",
4
+ "version": "1.0.16",
5
5
  "description": "\"core module\"",
6
6
  "main": "index.js",
7
7
  "scripts": {