handsontable 0.0.0-next-4c6aa91-20240814 → 0.0.0-next-d008dbc-20240819

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.

Potentially problematic release.


This version of handsontable might be problematic. Click here for more details.

package/base.js CHANGED
@@ -45,8 +45,8 @@ Handsontable.hooks = _pluginHooks.default.getSingleton();
45
45
  Handsontable.CellCoords = _src.CellCoords;
46
46
  Handsontable.CellRange = _src.CellRange;
47
47
  Handsontable.packageName = 'handsontable';
48
- Handsontable.buildDate = "14/08/2024 12:36:49";
49
- Handsontable.version = "0.0.0-next-4c6aa91-20240814";
48
+ Handsontable.buildDate = "19/08/2024 10:44:21";
49
+ Handsontable.version = "0.0.0-next-d008dbc-20240819";
50
50
  Handsontable.languages = {
51
51
  dictionaryKeys: _registry.dictionaryKeys,
52
52
  getLanguageDictionary: _registry.getLanguageDictionary,
package/base.mjs CHANGED
@@ -35,8 +35,8 @@ Handsontable.hooks = Hooks.getSingleton();
35
35
  Handsontable.CellCoords = CellCoords;
36
36
  Handsontable.CellRange = CellRange;
37
37
  Handsontable.packageName = 'handsontable';
38
- Handsontable.buildDate = "14/08/2024 12:36:55";
39
- Handsontable.version = "0.0.0-next-4c6aa91-20240814";
38
+ Handsontable.buildDate = "19/08/2024 10:44:27";
39
+ Handsontable.version = "0.0.0-next-d008dbc-20240819";
40
40
  Handsontable.languages = {
41
41
  dictionaryKeys,
42
42
  getLanguageDictionary,