@sigmacomputing/react-embed-sdk 0.5.0 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
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.2",
|
5
5
|
"description": "React JavaScript SDK to interact with Sigma Computing's Embed API",
|
6
6
|
"license": "MIT",
|
7
7
|
"repository": {
|
@@ -28,8 +28,8 @@
|
|
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.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
32
|
+
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
33
33
|
},
|
34
34
|
"devDependencies": {
|
35
35
|
"@types/react": "^18.3.3",
|
@@ -42,7 +42,7 @@
|
|
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",
|