@genesislcap/grid-tabulator 14.127.0 → 14.127.2

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.
@@ -1763,6 +1763,12 @@
1763
1763
  }
1764
1764
  ]
1765
1765
  },
1766
+ {
1767
+ "kind": "javascript-module",
1768
+ "path": "src/cell/index.ts",
1769
+ "declarations": [],
1770
+ "exports": []
1771
+ },
1766
1772
  {
1767
1773
  "kind": "javascript-module",
1768
1774
  "path": "src/external/fonts.ts",
@@ -1876,12 +1882,6 @@
1876
1882
  }
1877
1883
  ]
1878
1884
  },
1879
- {
1880
- "kind": "javascript-module",
1881
- "path": "src/cell/index.ts",
1882
- "declarations": [],
1883
- "exports": []
1884
- },
1885
1885
  {
1886
1886
  "kind": "javascript-module",
1887
1887
  "path": "src/style/colors.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.127.0",
4
+ "version": "14.127.2",
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.127.0",
35
- "@genesislcap/genx": "14.127.0",
34
+ "@genesislcap/foundation-testing": "14.127.2",
35
+ "@genesislcap/genx": "14.127.2",
36
36
  "@types/tabulator-tables": "^5.5.2",
37
37
  "rimraf": "^3.0.2"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-comms": "14.127.0",
41
- "@genesislcap/foundation-logger": "14.127.0",
42
- "@genesislcap/foundation-ui": "14.127.0",
43
- "@genesislcap/foundation-utils": "14.127.0",
40
+ "@genesislcap/foundation-comms": "14.127.2",
41
+ "@genesislcap/foundation-logger": "14.127.2",
42
+ "@genesislcap/foundation-ui": "14.127.2",
43
+ "@genesislcap/foundation-utils": "14.127.2",
44
44
  "@microsoft/fast-colors": "^5.3.1",
45
45
  "@microsoft/fast-components": "^2.30.6",
46
46
  "@microsoft/fast-element": "^1.12.0",
@@ -59,5 +59,5 @@
59
59
  "access": "public"
60
60
  },
61
61
  "customElements": "dist/custom-elements.json",
62
- "gitHead": "9dab321ca616a32643b29abc699626e973a3ac8f"
62
+ "gitHead": "80ea1376a014bd79ecb63f650a1f2472d2fe1fd4"
63
63
  }