@genesislcap/grid-tabulator 14.141.2 → 14.141.3

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.
@@ -961,12 +961,6 @@
961
961
  "declarations": [],
962
962
  "exports": []
963
963
  },
964
- {
965
- "kind": "javascript-module",
966
- "path": "src/column/index.ts",
967
- "declarations": [],
968
- "exports": []
969
- },
970
964
  {
971
965
  "kind": "javascript-module",
972
966
  "path": "src/cell-renderers/action.renderer.ts",
@@ -1204,6 +1198,12 @@
1204
1198
  }
1205
1199
  ]
1206
1200
  },
1201
+ {
1202
+ "kind": "javascript-module",
1203
+ "path": "src/column/index.ts",
1204
+ "declarations": [],
1205
+ "exports": []
1206
+ },
1207
1207
  {
1208
1208
  "kind": "javascript-module",
1209
1209
  "path": "src/datasource/client-side.datasource.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/grid-tabulator",
3
3
  "description": "Genesis Foundation Grid Tabulator",
4
- "version": "14.141.2",
4
+ "version": "14.141.3",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -31,16 +31,16 @@
31
31
  "test:debug": "genx test --debug"
32
32
  },
33
33
  "devDependencies": {
34
- "@genesislcap/foundation-testing": "14.141.2",
35
- "@genesislcap/genx": "14.141.2",
34
+ "@genesislcap/foundation-testing": "14.141.3",
35
+ "@genesislcap/genx": "14.141.3",
36
36
  "@types/tabulator-tables": "^5.5.2",
37
37
  "rimraf": "^3.0.2"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-comms": "14.141.2",
41
- "@genesislcap/foundation-logger": "14.141.2",
42
- "@genesislcap/foundation-ui": "14.141.2",
43
- "@genesislcap/foundation-utils": "14.141.2",
40
+ "@genesislcap/foundation-comms": "14.141.3",
41
+ "@genesislcap/foundation-logger": "14.141.3",
42
+ "@genesislcap/foundation-ui": "14.141.3",
43
+ "@genesislcap/foundation-utils": "14.141.3",
44
44
  "@microsoft/fast-colors": "^5.3.1",
45
45
  "@microsoft/fast-components": "^2.30.6",
46
46
  "@microsoft/fast-element": "^1.12.0",
@@ -61,5 +61,5 @@
61
61
  "access": "public"
62
62
  },
63
63
  "customElements": "dist/custom-elements.json",
64
- "gitHead": "51b9d2cd8291ce37769cbbb5135f19b8a726f642"
64
+ "gitHead": "37b360922e11609ac87d08b72cb66de130732b8d"
65
65
  }