ag-grid-community 33.2.0 → 33.2.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
|
@@ -57358,7 +57358,7 @@ exports.VanillaFrameworkOverrides = VanillaFrameworkOverrides;
|
|
|
57358
57358
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
57359
57359
|
exports.VERSION = void 0;
|
|
57360
57360
|
// DO NOT UPDATE MANUALLY: Generated from script during build time
|
|
57361
|
-
exports.VERSION = '33.2.
|
|
57361
|
+
exports.VERSION = '33.2.1';
|
|
57362
57362
|
|
|
57363
57363
|
|
|
57364
57364
|
/***/ }),
|