@laboratoria/sdk-js 5.1.0-beta.0 → 5.1.0-beta.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/dist/laboratoria-sdk-esm.js +1 -1
- package/dist/laboratoria-sdk-umd.js +1 -1
- package/lib/core.js +3 -0
- package/package.json +3 -3
- package/schemas/core.json +18 -0
package/lib/core.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@laboratoria/sdk-js",
|
|
3
|
-
"version": "5.1.0-beta.
|
|
3
|
+
"version": "5.1.0-beta.2",
|
|
4
4
|
"description": "Laboratoria JavaScript (browser) SDK",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"scripts": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"firebase": "^9.22.1"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@babel/core": "^7.
|
|
17
|
+
"@babel/core": "^7.22.1",
|
|
18
18
|
"@babel/plugin-transform-modules-commonjs": "^7.21.5",
|
|
19
19
|
"babel-jest": "^29.5.0",
|
|
20
20
|
"jest": "^29.5.0",
|
|
@@ -33,4 +33,4 @@
|
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
|
-
}
|
|
36
|
+
}
|
package/schemas/core.json
CHANGED
|
@@ -438,6 +438,24 @@
|
|
|
438
438
|
"type": "string",
|
|
439
439
|
"format": "date-time"
|
|
440
440
|
},
|
|
441
|
+
"timeZone": {
|
|
442
|
+
"type": [
|
|
443
|
+
"string",
|
|
444
|
+
"null"
|
|
445
|
+
]
|
|
446
|
+
},
|
|
447
|
+
"startTime": {
|
|
448
|
+
"type": [
|
|
449
|
+
"string",
|
|
450
|
+
"null"
|
|
451
|
+
]
|
|
452
|
+
},
|
|
453
|
+
"endTime": {
|
|
454
|
+
"type": [
|
|
455
|
+
"string",
|
|
456
|
+
"null"
|
|
457
|
+
]
|
|
458
|
+
},
|
|
441
459
|
"legacySlug": {
|
|
442
460
|
"type": "string"
|
|
443
461
|
},
|