@quillsql/react 2.15.10 → 2.15.11
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/index.cjs +2 -1
- package/dist/index.js +2 -1
- package/package.json +2 -1
package/dist/index.cjs
CHANGED
|
@@ -43688,7 +43688,8 @@ function ChartBuilder({
|
|
|
43688
43688
|
dashboardItemId,
|
|
43689
43689
|
client,
|
|
43690
43690
|
getToken,
|
|
43691
|
-
eventTracking
|
|
43691
|
+
eventTracking,
|
|
43692
|
+
tenants
|
|
43692
43693
|
});
|
|
43693
43694
|
if (resp && resp.name !== "error") {
|
|
43694
43695
|
const data = {
|
package/dist/index.js
CHANGED
|
@@ -43818,7 +43818,8 @@ function ChartBuilder({
|
|
|
43818
43818
|
dashboardItemId,
|
|
43819
43819
|
client,
|
|
43820
43820
|
getToken,
|
|
43821
|
-
eventTracking
|
|
43821
|
+
eventTracking,
|
|
43822
|
+
tenants
|
|
43822
43823
|
});
|
|
43823
43824
|
if (resp && resp.name !== "error") {
|
|
43824
43825
|
const data = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quillsql/react",
|
|
3
|
-
"version": "2.15.
|
|
3
|
+
"version": "2.15.11",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
"@types/d3-transition": "^3.0.9",
|
|
55
55
|
"@types/eslint": "^8.56.1",
|
|
56
56
|
"@types/node": "^20.10.6",
|
|
57
|
+
"@types/pluralize": "^0.0.33",
|
|
57
58
|
"@types/react": "^18",
|
|
58
59
|
"@types/react-dom": "^18",
|
|
59
60
|
"@types/react-simple-maps": "^3.0.6",
|