@superset-ui/core
Advanced tools
Comparing version 0.15.0 to 0.15.1
@@ -9,2 +9,5 @@ /** | ||
} | ||
export interface TimeseriesDataRecord extends DataRecord { | ||
__timestamp: number | string | Date | null; | ||
} | ||
export interface DataRecordFilters { | ||
@@ -11,0 +14,0 @@ [key: string]: DataRecordValue[]; |
@@ -7,3 +7,3 @@ import { QueryContext } from '../../types/Query'; | ||
endpoint: string; | ||
requestType: "search" | "json" | "form"; | ||
requestType: "json" | "form" | "search"; | ||
}; | ||
@@ -15,3 +15,3 @@ declare const _default: { | ||
endpoint: string; | ||
requestType: "search" | "json" | "form"; | ||
requestType: "json" | "form" | "search"; | ||
}; | ||
@@ -18,0 +18,0 @@ }; |
@@ -55,5 +55,5 @@ /** | ||
endpoint: string; | ||
requestType: "search" | "json" | "form"; | ||
requestType: "json" | "form" | "search"; | ||
}; | ||
export {}; | ||
//# sourceMappingURL=makeApi.d.ts.map |
{ | ||
"name": "@superset-ui/core", | ||
"version": "0.15.0", | ||
"version": "0.15.1", | ||
"description": "Superset UI core", | ||
@@ -43,5 +43,2 @@ "sideEffects": false, | ||
"@types/lodash": "^4.14.149", | ||
"@types/react": "*", | ||
"@types/react-bootstrap": "0.32.21", | ||
"@types/react-loadable": "^5.5.3", | ||
"@vx/responsive": "^0.0.197", | ||
@@ -60,3 +57,2 @@ "csstype": "^2.6.4", | ||
"react-error-boundary": "^1.2.5", | ||
"react-loadable": "^5.5.0", | ||
"reselect": "^4.0.0", | ||
@@ -66,5 +62,10 @@ "whatwg-fetch": "^3.0.0" | ||
"peerDependencies": { | ||
"react": "^16.13.1" | ||
"@types/react": "*", | ||
"@types/react-bootstrap": "*", | ||
"@types/react-loadable": "*", | ||
"react": "^16.13.1", | ||
"react-bootstrap": "^0.33.1", | ||
"react-loadable": "^5.5.0" | ||
}, | ||
"gitHead": "0205285f31dfac1f5fc5213bcb886b7913e0be78" | ||
"gitHead": "762d9e5558e89092f4e8f25f60df00afb0cb7f4f" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
621597
12790
2
30
+ Added@babel/runtime-corejs2@7.26.0(transitive)
+ Added@types/react-bootstrap@1.0.1(transitive)
+ Addedclassnames@2.5.1(transitive)
+ Addedcore-js@2.6.12(transitive)
+ Addeddom-helpers@3.4.0(transitive)
+ Addedinvariant@2.2.4(transitive)
+ Addedkeycode@2.2.1(transitive)
+ Addedprop-types-extra@1.1.1(transitive)
+ Addedreact@19.0.0(transitive)
+ Addedreact-bootstrap@0.33.1(transitive)
+ Addedreact-dom@19.0.0(transitive)
+ Addedreact-lifecycles-compat@3.0.4(transitive)
+ Addedreact-overlays@0.9.3(transitive)
+ Addedreact-prop-types@0.4.0(transitive)
+ Addedreact-transition-group@2.9.0(transitive)
+ Addedscheduler@0.25.0(transitive)
+ Addeduncontrollable@7.2.1(transitive)
+ Addedwarning@3.0.04.0.3(transitive)
- Removed@types/react@*
- Removed@types/react-bootstrap@0.32.21
- Removed@types/react-loadable@^5.5.3
- Removedreact-loadable@^5.5.0
- Removed@types/react-bootstrap@0.32.21(transitive)