ag-grid-enterprise 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-enterprise.js +3 -3
- package/dist/ag-grid-enterprise.min.js +1 -1
- package/dist/ag-grid-enterprise.min.noStyle.js +1 -1
- package/dist/ag-grid-enterprise.noStyle.js +3 -3
- package/dist/package/main.cjs.js +2 -2
- package/dist/package/main.cjs.min.js +2 -2
- package/dist/package/main.esm.min.mjs +2 -2
- package/dist/package/main.esm.mjs +2 -2
- package/dist/package/package.json +6 -6
- package/dist/types/package.json +6 -6
- package/dist/types/src/version.d.ts +1 -1
- package/package.json +6 -6
|
@@ -32479,7 +32479,7 @@ class LicenseManager {
|
|
|
32479
32479
|
}
|
|
32480
32480
|
}
|
|
32481
32481
|
exports.LicenseManager = LicenseManager;
|
|
32482
|
-
LicenseManager.RELEASE_INFORMATION = '
|
|
32482
|
+
LicenseManager.RELEASE_INFORMATION = 'MTc0MjU0ODYxMzc0Nw==';
|
|
32483
32483
|
|
|
32484
32484
|
|
|
32485
32485
|
/***/ }),
|
|
@@ -54540,7 +54540,7 @@ exports.clearTreeRowFlags = clearTreeRowFlags;
|
|
|
54540
54540
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
54541
54541
|
exports.VERSION = void 0;
|
|
54542
54542
|
// DO NOT UPDATE MANUALLY: Generated from script during build time
|
|
54543
|
-
exports.VERSION = '33.2.
|
|
54543
|
+
exports.VERSION = '33.2.1';
|
|
54544
54544
|
|
|
54545
54545
|
|
|
54546
54546
|
/***/ }),
|
|
@@ -60349,7 +60349,7 @@ function _waitUntil(condition, callback, timeout = 100, timeoutMessage) {
|
|
|
60349
60349
|
}
|
|
60350
60350
|
|
|
60351
60351
|
// packages/ag-grid-community/src/version.ts
|
|
60352
|
-
var VERSION = "33.2.
|
|
60352
|
+
var VERSION = "33.2.1";
|
|
60353
60353
|
|
|
60354
60354
|
// packages/ag-grid-community/src/validation/logging.ts
|
|
60355
60355
|
var MAX_URL_LENGTH = 2e3;
|