@genesislcap/foundation-entity-management 14.286.0 → 14.287.0

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.
@@ -2788,27 +2788,6 @@
2788
2788
  }
2789
2789
  ]
2790
2790
  },
2791
- {
2792
- "kind": "javascript-module",
2793
- "path": "src/routes/config.ts",
2794
- "declarations": [],
2795
- "exports": []
2796
- },
2797
- {
2798
- "kind": "javascript-module",
2799
- "path": "src/routes/index.ts",
2800
- "declarations": [],
2801
- "exports": [
2802
- {
2803
- "kind": "js",
2804
- "name": "*",
2805
- "declaration": {
2806
- "name": "*",
2807
- "package": "./config"
2808
- }
2809
- }
2810
- ]
2811
- },
2812
2791
  {
2813
2792
  "kind": "javascript-module",
2814
2793
  "path": "src/layouts/default.ts",
@@ -2858,6 +2837,27 @@
2858
2837
  }
2859
2838
  ]
2860
2839
  },
2840
+ {
2841
+ "kind": "javascript-module",
2842
+ "path": "src/routes/config.ts",
2843
+ "declarations": [],
2844
+ "exports": []
2845
+ },
2846
+ {
2847
+ "kind": "javascript-module",
2848
+ "path": "src/routes/index.ts",
2849
+ "declarations": [],
2850
+ "exports": [
2851
+ {
2852
+ "kind": "js",
2853
+ "name": "*",
2854
+ "declaration": {
2855
+ "name": "*",
2856
+ "package": "./config"
2857
+ }
2858
+ }
2859
+ ]
2860
+ },
2861
2861
  {
2862
2862
  "kind": "javascript-module",
2863
2863
  "path": "src/utils/formatting.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-entity-management",
3
3
  "description": "Genesis Foundation Entity Management",
4
- "version": "14.286.0",
4
+ "version": "14.287.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -52,29 +52,29 @@
52
52
  }
53
53
  },
54
54
  "devDependencies": {
55
- "@genesislcap/foundation-testing": "14.286.0",
56
- "@genesislcap/genx": "14.286.0",
57
- "@genesislcap/rollup-builder": "14.286.0",
58
- "@genesislcap/ts-builder": "14.286.0",
59
- "@genesislcap/uvu-playwright-builder": "14.286.0",
60
- "@genesislcap/vite-builder": "14.286.0",
61
- "@genesislcap/webpack-builder": "14.286.0",
55
+ "@genesislcap/foundation-testing": "14.287.0",
56
+ "@genesislcap/genx": "14.287.0",
57
+ "@genesislcap/rollup-builder": "14.287.0",
58
+ "@genesislcap/ts-builder": "14.287.0",
59
+ "@genesislcap/uvu-playwright-builder": "14.287.0",
60
+ "@genesislcap/vite-builder": "14.287.0",
61
+ "@genesislcap/webpack-builder": "14.287.0",
62
62
  "rimraf": "^5.0.0"
63
63
  },
64
64
  "dependencies": {
65
65
  "@ag-grid-community/core": "29.2.0",
66
- "@genesislcap/foundation-comms": "14.286.0",
67
- "@genesislcap/foundation-errors": "14.286.0",
68
- "@genesislcap/foundation-events": "14.286.0",
69
- "@genesislcap/foundation-forms": "14.286.0",
70
- "@genesislcap/foundation-logger": "14.286.0",
71
- "@genesislcap/foundation-login": "14.286.0",
72
- "@genesislcap/foundation-notifications": "14.286.0",
73
- "@genesislcap/foundation-ui": "14.286.0",
74
- "@genesislcap/foundation-utils": "14.286.0",
75
- "@genesislcap/foundation-zero": "14.286.0",
76
- "@genesislcap/foundation-zero-grid-pro": "14.286.0",
77
- "@genesislcap/grid-pro": "14.286.0",
66
+ "@genesislcap/foundation-comms": "14.287.0",
67
+ "@genesislcap/foundation-errors": "14.287.0",
68
+ "@genesislcap/foundation-events": "14.287.0",
69
+ "@genesislcap/foundation-forms": "14.287.0",
70
+ "@genesislcap/foundation-logger": "14.287.0",
71
+ "@genesislcap/foundation-login": "14.287.0",
72
+ "@genesislcap/foundation-notifications": "14.287.0",
73
+ "@genesislcap/foundation-ui": "14.287.0",
74
+ "@genesislcap/foundation-utils": "14.287.0",
75
+ "@genesislcap/foundation-zero": "14.287.0",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.287.0",
77
+ "@genesislcap/grid-pro": "14.287.0",
78
78
  "@microsoft/fast-components": "2.30.6",
79
79
  "@microsoft/fast-element": "1.14.0",
80
80
  "@microsoft/fast-foundation": "2.49.6",
@@ -91,5 +91,5 @@
91
91
  "access": "public"
92
92
  },
93
93
  "customElements": "dist/custom-elements.json",
94
- "gitHead": "5dcc55742a75e355f98b4ce86c715e681448d7e2"
94
+ "gitHead": "ddf858b052217bd0fa79a50549a730b5b7e9dad9"
95
95
  }