@tivio/sdk-react 6.0.1 → 7.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +12 -0
- package/README.md.bak +12 -0
- package/dist/index.d.ts +774 -129
- package/dist/index.js +1 -1
- package/dist/sdk-react.d.ts +793 -129
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tivio/sdk-react",
|
3
|
-
"version": "
|
3
|
+
"version": "7.0.1",
|
4
4
|
"main": "dist/index.js",
|
5
5
|
"typings": "dist/index.d.ts",
|
6
6
|
"source": "src/index.ts",
|
@@ -33,7 +33,7 @@
|
|
33
33
|
"@material-ui/core": "^4.11.2",
|
34
34
|
"@material-ui/icons": "^4.11.2",
|
35
35
|
"@sentry/browser": "^6.1.0",
|
36
|
-
"@tivio/common": "1.1.
|
36
|
+
"@tivio/common": "1.1.112",
|
37
37
|
"dayjs": "^1.11.0",
|
38
38
|
"es7-object-polyfill": "^1.0.1",
|
39
39
|
"firebase": "8.10.1",
|
@@ -79,6 +79,7 @@
|
|
79
79
|
"stream-browserify": "^3.0.0",
|
80
80
|
"timers-browserify": "^2.0.12",
|
81
81
|
"ts-jest": "^26.5.6",
|
82
|
+
"ts-node": "^10.9.1",
|
82
83
|
"typescript": "^4.9.4",
|
83
84
|
"web-vitals": "^1.0.1",
|
84
85
|
"yargs": "17"
|