@genesislcap/grid-pro 14.114.2 → 14.115.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.
@@ -9099,6 +9099,27 @@
9099
9099
  "declarations": [],
9100
9100
  "exports": []
9101
9101
  },
9102
+ {
9103
+ "kind": "javascript-module",
9104
+ "path": "src/tooltips/error-tooltip.ts",
9105
+ "declarations": [],
9106
+ "exports": []
9107
+ },
9108
+ {
9109
+ "kind": "javascript-module",
9110
+ "path": "src/tooltips/index.ts",
9111
+ "declarations": [],
9112
+ "exports": [
9113
+ {
9114
+ "kind": "js",
9115
+ "name": "*",
9116
+ "declaration": {
9117
+ "name": "*",
9118
+ "package": "./error-tooltip"
9119
+ }
9120
+ }
9121
+ ]
9122
+ },
9102
9123
  {
9103
9124
  "kind": "javascript-module",
9104
9125
  "path": "src/utils/array.ts",
@@ -9297,27 +9318,6 @@
9297
9318
  }
9298
9319
  }
9299
9320
  ]
9300
- },
9301
- {
9302
- "kind": "javascript-module",
9303
- "path": "src/tooltips/error-tooltip.ts",
9304
- "declarations": [],
9305
- "exports": []
9306
- },
9307
- {
9308
- "kind": "javascript-module",
9309
- "path": "src/tooltips/index.ts",
9310
- "declarations": [],
9311
- "exports": [
9312
- {
9313
- "kind": "js",
9314
- "name": "*",
9315
- "declaration": {
9316
- "name": "*",
9317
- "package": "./error-tooltip"
9318
- }
9319
- }
9320
- ]
9321
9321
  }
9322
9322
  ]
9323
9323
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/grid-pro",
3
3
  "description": "Genesis Foundation AG Grid",
4
- "version": "14.114.2",
4
+ "version": "14.115.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -30,15 +30,15 @@
30
30
  "test:debug": "genx test --debug"
31
31
  },
32
32
  "devDependencies": {
33
- "@genesislcap/foundation-testing": "14.114.2",
34
- "@genesislcap/genx": "14.114.2",
33
+ "@genesislcap/foundation-testing": "14.115.1",
34
+ "@genesislcap/genx": "14.115.1",
35
35
  "rimraf": "^3.0.2"
36
36
  },
37
37
  "dependencies": {
38
- "@genesislcap/foundation-comms": "14.114.2",
39
- "@genesislcap/foundation-logger": "14.114.2",
40
- "@genesislcap/foundation-ui": "14.114.2",
41
- "@genesislcap/foundation-utils": "14.114.2",
38
+ "@genesislcap/foundation-comms": "14.115.1",
39
+ "@genesislcap/foundation-logger": "14.115.1",
40
+ "@genesislcap/foundation-ui": "14.115.1",
41
+ "@genesislcap/foundation-utils": "14.115.1",
42
42
  "@microsoft/fast-colors": "^5.1.4",
43
43
  "@microsoft/fast-components": "^2.21.3",
44
44
  "@microsoft/fast-element": "^1.7.0",
@@ -62,5 +62,5 @@
62
62
  "access": "public"
63
63
  },
64
64
  "customElements": "dist/custom-elements.json",
65
- "gitHead": "02163870a122149dde27eefaec7554e06362e3a1"
65
+ "gitHead": "5cb024728e6fef3451c1e6ccf1e1dd92f26d3f03"
66
66
  }