@laboratoria/sdk-js 1.2.0 → 1.3.0

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/lib/core.js CHANGED
@@ -123,9 +123,7 @@ const extended = {
123
123
  inputProps: [
124
124
  'user',
125
125
  'country',
126
- 'currency',
127
126
  'isEmployment',
128
- 'feeBasis',
129
127
  'feeAmount',
130
128
  'hoursPerWeek',
131
129
  'start',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laboratoria/sdk-js",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "Laboratoria JavaScript (browser) SDK",
5
5
  "scripts": {
6
6
  "test": "jest --verbose --coverage",
@@ -9,13 +9,13 @@
9
9
  "license": "MIT",
10
10
  "dependencies": {
11
11
  "blueimp-md5": "^2.19.0",
12
- "firebase": "^9.6.5"
12
+ "firebase": "^9.6.6"
13
13
  },
14
14
  "devDependencies": {
15
- "@babel/core": "^7.17.0",
15
+ "@babel/core": "^7.17.2",
16
16
  "@babel/plugin-transform-modules-commonjs": "^7.16.8",
17
- "babel-jest": "^27.4.6",
18
- "jest": "^27.4.7",
17
+ "babel-jest": "^27.5.1",
18
+ "jest": "^27.5.1",
19
19
  "webpack": "^5.68.0",
20
20
  "webpack-cli": "^4.9.2"
21
21
  },
package/schemas/core.json CHANGED
@@ -485,24 +485,6 @@
485
485
  "isEmployment": {
486
486
  "type": "boolean"
487
487
  },
488
- "currency": {
489
- "type": "string",
490
- "enum": [
491
- "BRL",
492
- "CLP",
493
- "COP",
494
- "MXN",
495
- "PEN",
496
- "USD"
497
- ]
498
- },
499
- "feeBasis": {
500
- "type": "string",
501
- "enum": [
502
- "HOURLY",
503
- "MONTHLY"
504
- ]
505
- },
506
488
  "feeAmount": {
507
489
  "type": "integer"
508
490
  },