@frui.ts/dataviews
Advanced tools
Comparing version 1.0.0-rc.2 to 1.0.0-rc.3
@@ -9,5 +9,5 @@ import React from "react"; | ||
declare namespace DataListImpl { | ||
var defaultProps: Omit<Partial<DataListProps<any, any>>, "id" | "columns" | "context">; | ||
var defaultProps: Omit<Partial<DataListProps<any, any>>, "columns" | "context" | "id">; | ||
} | ||
declare const DataList: typeof DataListImpl; | ||
export default DataList; |
@@ -13,5 +13,5 @@ import React from "react"; | ||
declare namespace ResponsiveTableImpl { | ||
var defaultProps: Omit<Partial<ResponsiveTableProps<any, any>>, "id" | "columns" | "context">; | ||
var defaultProps: Omit<Partial<ResponsiveTableProps<any, any>>, "columns" | "context" | "id">; | ||
} | ||
declare const ResponsiveTable: typeof ResponsiveTableImpl; | ||
export default ResponsiveTable; |
@@ -13,5 +13,5 @@ import React from "react"; | ||
declare namespace responsiveTableHeaders { | ||
var defaultProps: Omit<Partial<ResponsiveTableHeadersProps<any, any>>, "id" | "columns" | "context">; | ||
var defaultProps: Omit<Partial<ResponsiveTableHeadersProps<any, any>>, "columns" | "context" | "id">; | ||
} | ||
declare const ResponsiveTableHeaders: typeof responsiveTableHeaders; | ||
export default ResponsiveTableHeaders; |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "1.0.0-rc.2", | ||
"version": "1.0.0-rc.3", | ||
"description": "View components for data display", | ||
@@ -25,14 +25,21 @@ "keywords": [ | ||
"license": "MIT", | ||
"type": "module", | ||
"files": [ | ||
"dist" | ||
], | ||
"main": "./dist/fruits-dataviews.umd.js", | ||
"module": "./dist/fruits-dataviews.es.js", | ||
"main": "./dist/index.umd.js", | ||
"module": "./dist/index.es.js", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/fruits-dataviews.es.js", | ||
"require": "./dist/fruits-dataviews.umd.js" | ||
"import": { | ||
"default": "./dist/index.es.js", | ||
"types": "./dist/index.d.ts" | ||
}, | ||
"require": { | ||
"default": "./dist/index.umd.js", | ||
"types": "./dist/index.d.ts" | ||
} | ||
} | ||
}, | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
@@ -44,14 +51,14 @@ "clean": "rimraf dist && rimraf styles", | ||
"dependencies": { | ||
"@frui.ts/data": "^1.0.0-rc.2", | ||
"@frui.ts/helpers": "^1.0.0-rc.2", | ||
"mobx-react-lite": "3.4.3" | ||
"@frui.ts/data": "^1.0.0-rc.3", | ||
"@frui.ts/helpers": "^1.0.0-rc.3", | ||
"mobx-react-lite": "4.0.4" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^18.2.11", | ||
"@types/react": "^18.2.21", | ||
"copyfiles": "^2.4.1" | ||
}, | ||
"peerDependencies": { | ||
"react": "^17.0.2" | ||
"react": "18" | ||
}, | ||
"gitHead": "0a6acd2dea7f4c925c56aae7717802e3b8aa7e7a" | ||
"gitHead": "4db51a5b0ed16c0768277482482372c579678bd8" | ||
} |
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
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
1
Yes
46510
17
378
1
+ Addedmobx-react-lite@4.0.4(transitive)
+ Addedreact@18.3.1(transitive)
+ Addeduse-sync-external-store@1.4.0(transitive)
- Removedmobx-react-lite@3.4.3(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedreact@17.0.2(transitive)
Updated@frui.ts/data@^1.0.0-rc.3
Updated@frui.ts/helpers@^1.0.0-rc.3
Updatedmobx-react-lite@4.0.4