@genesislcap/grid-tabulator 14.173.2 → 14.173.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.
@@ -1198,12 +1198,6 @@
1198
1198
  }
1199
1199
  ]
1200
1200
  },
1201
- {
1202
- "kind": "javascript-module",
1203
- "path": "src/column/index.ts",
1204
- "declarations": [],
1205
- "exports": []
1206
- },
1207
1201
  {
1208
1202
  "kind": "javascript-module",
1209
1203
  "path": "src/datasource/client-side.datasource.ts",
@@ -2009,6 +2003,12 @@
2009
2003
  }
2010
2004
  ]
2011
2005
  },
2006
+ {
2007
+ "kind": "javascript-module",
2008
+ "path": "src/column/index.ts",
2009
+ "declarations": [],
2010
+ "exports": []
2011
+ },
2012
2012
  {
2013
2013
  "kind": "javascript-module",
2014
2014
  "path": "src/external/fonts.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.173.2",
4
+ "version": "14.173.3",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -31,21 +31,21 @@
31
31
  "test:debug": "genx test --debug"
32
32
  },
33
33
  "devDependencies": {
34
- "@genesislcap/foundation-testing": "14.173.2",
35
- "@genesislcap/genx": "14.173.2",
36
- "@genesislcap/rollup-builder": "14.173.2",
37
- "@genesislcap/ts-builder": "14.173.2",
38
- "@genesislcap/uvu-playwright-builder": "14.173.2",
39
- "@genesislcap/vite-builder": "14.173.2",
40
- "@genesislcap/webpack-builder": "14.173.2",
34
+ "@genesislcap/foundation-testing": "14.173.3",
35
+ "@genesislcap/genx": "14.173.3",
36
+ "@genesislcap/rollup-builder": "14.173.3",
37
+ "@genesislcap/ts-builder": "14.173.3",
38
+ "@genesislcap/uvu-playwright-builder": "14.173.3",
39
+ "@genesislcap/vite-builder": "14.173.3",
40
+ "@genesislcap/webpack-builder": "14.173.3",
41
41
  "@types/tabulator-tables": "^5.5.2",
42
42
  "rimraf": "^3.0.2"
43
43
  },
44
44
  "dependencies": {
45
- "@genesislcap/foundation-comms": "14.173.2",
46
- "@genesislcap/foundation-logger": "14.173.2",
47
- "@genesislcap/foundation-ui": "14.173.2",
48
- "@genesislcap/foundation-utils": "14.173.2",
45
+ "@genesislcap/foundation-comms": "14.173.3",
46
+ "@genesislcap/foundation-logger": "14.173.3",
47
+ "@genesislcap/foundation-ui": "14.173.3",
48
+ "@genesislcap/foundation-utils": "14.173.3",
49
49
  "@microsoft/fast-colors": "^5.3.1",
50
50
  "@microsoft/fast-components": "^2.30.6",
51
51
  "@microsoft/fast-element": "^1.12.0",
@@ -66,5 +66,5 @@
66
66
  "access": "public"
67
67
  },
68
68
  "customElements": "dist/custom-elements.json",
69
- "gitHead": "71fc144405128ebf0c1009b8cce36ec0df8252e8"
69
+ "gitHead": "0bdb1299f8a0357337b96c114401a8bb84f92d36"
70
70
  }