@sigmacomputing/react-embed-sdk 0.5.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -6
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@sigmacomputing/react-embed-sdk",
|
3
3
|
"author": "sigmacomputing",
|
4
|
-
"version": "0.5.
|
4
|
+
"version": "0.5.1",
|
5
5
|
"description": "React JavaScript SDK to interact with Sigma Computing's Embed API",
|
6
6
|
"license": "MIT",
|
7
7
|
"repository": {
|
@@ -28,21 +28,21 @@
|
|
28
28
|
"dist"
|
29
29
|
],
|
30
30
|
"peerDependencies": {
|
31
|
-
"react": "^16.8 || ^17 || ^18",
|
32
|
-
"react-dom": "^16.8 || ^17 || ^18"
|
31
|
+
"react": "^16.8 || ^17 || ^18 || ^19",
|
32
|
+
"react-dom": "^16.8 || ^17 || ^18 || ^19"
|
33
33
|
},
|
34
34
|
"devDependencies": {
|
35
35
|
"@types/react": "^18.3.3",
|
36
36
|
"react": "^18.3.1",
|
37
37
|
"react-dom": "^18.3.1",
|
38
|
-
"@sigmacomputing/
|
39
|
-
"@sigmacomputing/
|
38
|
+
"@sigmacomputing/typescript-config": "0.0.0",
|
39
|
+
"@sigmacomputing/eslint-config": "0.0.0"
|
40
40
|
},
|
41
41
|
"dependencies": {
|
42
42
|
"@sigmacomputing/embed-sdk": "0.5.0"
|
43
43
|
},
|
44
44
|
"scripts": {
|
45
|
-
"prepublish": "
|
45
|
+
"prepublish": "turbo run build",
|
46
46
|
"build": "tsup",
|
47
47
|
"dev": "tsup --watch",
|
48
48
|
"lint": "eslint . --ext .ts,.tsx",
|