ag-grid-community 33.0.0 → 33.0.1
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/ag-grid-community.js +1 -1
- package/dist/ag-grid-community.min.js +1 -1
- package/dist/ag-grid-community.min.noStyle.js +1 -1
- package/dist/ag-grid-community.noStyle.js +1 -1
- package/dist/package/main.cjs.js +1 -1
- package/dist/package/main.cjs.min.js +1 -1
- package/dist/package/main.esm.min.mjs +1 -1
- package/dist/package/main.esm.mjs +1 -1
- package/dist/package/package.json +2 -2
- package/dist/types/package.json +2 -2
- package/dist/types/src/version.d.ts +1 -1
- package/package.json +2 -2
|
@@ -54695,7 +54695,7 @@ exports.VanillaFrameworkOverrides = VanillaFrameworkOverrides;
|
|
|
54695
54695
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
54696
54696
|
exports.VERSION = void 0;
|
|
54697
54697
|
// DO NOT UPDATE MANUALLY: Generated from script during build time
|
|
54698
|
-
exports.VERSION = '33.0.
|
|
54698
|
+
exports.VERSION = '33.0.1';
|
|
54699
54699
|
|
|
54700
54700
|
|
|
54701
54701
|
/***/ }),
|