@genesislcap/grid-tabulator 14.191.0 → 14.191.1-dotenv.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.
@@ -1198,6 +1198,12 @@
1198
1198
  }
1199
1199
  ]
1200
1200
  },
1201
+ {
1202
+ "kind": "javascript-module",
1203
+ "path": "src/column/index.ts",
1204
+ "declarations": [],
1205
+ "exports": []
1206
+ },
1201
1207
  {
1202
1208
  "kind": "javascript-module",
1203
1209
  "path": "src/datasource/client-side.datasource.ts",
@@ -2025,12 +2031,6 @@
2025
2031
  }
2026
2032
  ]
2027
2033
  },
2028
- {
2029
- "kind": "javascript-module",
2030
- "path": "src/column/index.ts",
2031
- "declarations": [],
2032
- "exports": []
2033
- },
2034
2034
  {
2035
2035
  "kind": "javascript-module",
2036
2036
  "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.191.0",
4
+ "version": "14.191.1-dotenv.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -39,21 +39,21 @@
39
39
  }
40
40
  },
41
41
  "devDependencies": {
42
- "@genesislcap/foundation-testing": "14.191.0",
43
- "@genesislcap/genx": "14.191.0",
44
- "@genesislcap/rollup-builder": "14.191.0",
45
- "@genesislcap/ts-builder": "14.191.0",
46
- "@genesislcap/uvu-playwright-builder": "14.191.0",
47
- "@genesislcap/vite-builder": "14.191.0",
48
- "@genesislcap/webpack-builder": "14.191.0",
42
+ "@genesislcap/foundation-testing": "14.191.1-dotenv.1",
43
+ "@genesislcap/genx": "14.191.1-dotenv.1",
44
+ "@genesislcap/rollup-builder": "14.191.1-dotenv.1",
45
+ "@genesislcap/ts-builder": "14.191.1-dotenv.1",
46
+ "@genesislcap/uvu-playwright-builder": "14.191.1-dotenv.1",
47
+ "@genesislcap/vite-builder": "14.191.1-dotenv.1",
48
+ "@genesislcap/webpack-builder": "14.191.1-dotenv.1",
49
49
  "@types/tabulator-tables": "^6.2.0",
50
50
  "rimraf": "^5.0.0"
51
51
  },
52
52
  "dependencies": {
53
- "@genesislcap/foundation-comms": "14.191.0",
54
- "@genesislcap/foundation-logger": "14.191.0",
55
- "@genesislcap/foundation-ui": "14.191.0",
56
- "@genesislcap/foundation-utils": "14.191.0",
53
+ "@genesislcap/foundation-comms": "14.191.1-dotenv.1",
54
+ "@genesislcap/foundation-logger": "14.191.1-dotenv.1",
55
+ "@genesislcap/foundation-ui": "14.191.1-dotenv.1",
56
+ "@genesislcap/foundation-utils": "14.191.1-dotenv.1",
57
57
  "@microsoft/fast-colors": "^5.3.1",
58
58
  "@microsoft/fast-components": "^2.30.6",
59
59
  "@microsoft/fast-element": "^1.12.0",
@@ -74,5 +74,5 @@
74
74
  "access": "public"
75
75
  },
76
76
  "customElements": "dist/custom-elements.json",
77
- "gitHead": "6cd41bf74649398b357228b168d779a5f86a55c8"
77
+ "gitHead": "a13b4bce29a8e2c0c79228ca81768988a2201a65"
78
78
  }