@ag-grid-enterprise/status-bar
Advanced tools
Comparing version 22.0.0 to 22.1.0
@@ -5,1 +5,2 @@ "use strict"; | ||
exports.StatusBarModule = statusBarModule_1.StatusBarModule; | ||
//# sourceMappingURL=main.js.map |
@@ -205,1 +205,2 @@ "use strict"; | ||
exports.AggregationComp = AggregationComp; | ||
//# sourceMappingURL=aggregationComp.js.map |
@@ -75,1 +75,2 @@ "use strict"; | ||
exports.FilteredRowsComp = FilteredRowsComp; | ||
//# sourceMappingURL=filteredRowsComp.js.map |
@@ -50,1 +50,2 @@ "use strict"; | ||
exports.NameValueComp = NameValueComp; | ||
//# sourceMappingURL=nameValueComp.js.map |
@@ -68,1 +68,2 @@ "use strict"; | ||
exports.SelectedRowsComp = SelectedRowsComp; | ||
//# sourceMappingURL=selectedRowsComp.js.map |
@@ -83,1 +83,2 @@ "use strict"; | ||
exports.TotalAndFilteredRowsComp = TotalAndFilteredRowsComp; | ||
//# sourceMappingURL=totalAndFilteredRowsComp.js.map |
@@ -64,1 +64,2 @@ "use strict"; | ||
exports.TotalRowsComp = TotalRowsComp; | ||
//# sourceMappingURL=totalRowsComp.js.map |
@@ -106,1 +106,2 @@ "use strict"; | ||
exports.StatusBar = StatusBar; | ||
//# sourceMappingURL=statusBar.js.map |
@@ -27,1 +27,2 @@ "use strict"; | ||
exports.StatusBarService = StatusBarService; | ||
//# sourceMappingURL=statusBarService.js.map |
@@ -31,1 +31,2 @@ "use strict"; | ||
}; | ||
//# sourceMappingURL=statusBarModule.js.map |
{ | ||
"name": "@ag-grid-enterprise/status-bar", | ||
"version": "22.0.0", | ||
"version": "22.1.0", | ||
"description": "Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components", | ||
"main": "./dist/cjs/main.js", | ||
"module": "./dist/es6/main.js", | ||
"types": "./dist/es6/main.d.ts", | ||
"scripts": { | ||
"build-cjs": "tsc -p tsconfig.es5.json", | ||
"build-cjs": "tsc -p tsconfig.json", | ||
"build-es6": "tsc -p tsconfig.es6.json", | ||
"build-docs": "tsc -p tsconfig.docs.json", | ||
"package": "node ../../common-build/rollup/build.js", | ||
"package": "node ../../module-build/rollup/build.js", | ||
"build": "npm run build-cjs && npm run build-es6" | ||
@@ -44,4 +44,4 @@ }, | ||
"dependencies": { | ||
"@ag-grid-community/core": "~22.0.0", | ||
"@ag-grid-enterprise/core": "~22.0.0" | ||
"@ag-grid-community/core": "~22.1.0", | ||
"@ag-grid-enterprise/core": "~22.1.0" | ||
}, | ||
@@ -54,2 +54,2 @@ "devDependencies": { | ||
} | ||
} | ||
} |
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
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
5137747
59
81272
1
+ Added@ag-grid-community/core@22.1.1(transitive)
+ Added@ag-grid-enterprise/core@22.1.1(transitive)
- Removed@ag-grid-community/core@22.0.0(transitive)
- Removed@ag-grid-enterprise/core@22.0.0(transitive)