@genesislcap/foundation-entity-management 14.297.0 → 14.298.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.
@@ -2800,27 +2800,6 @@
2800
2800
  }
2801
2801
  ]
2802
2802
  },
2803
- {
2804
- "kind": "javascript-module",
2805
- "path": "src/routes/config.ts",
2806
- "declarations": [],
2807
- "exports": []
2808
- },
2809
- {
2810
- "kind": "javascript-module",
2811
- "path": "src/routes/index.ts",
2812
- "declarations": [],
2813
- "exports": [
2814
- {
2815
- "kind": "js",
2816
- "name": "*",
2817
- "declaration": {
2818
- "name": "*",
2819
- "package": "./config"
2820
- }
2821
- }
2822
- ]
2823
- },
2824
2803
  {
2825
2804
  "kind": "javascript-module",
2826
2805
  "path": "src/layouts/default.ts",
@@ -2870,6 +2849,27 @@
2870
2849
  }
2871
2850
  ]
2872
2851
  },
2852
+ {
2853
+ "kind": "javascript-module",
2854
+ "path": "src/routes/config.ts",
2855
+ "declarations": [],
2856
+ "exports": []
2857
+ },
2858
+ {
2859
+ "kind": "javascript-module",
2860
+ "path": "src/routes/index.ts",
2861
+ "declarations": [],
2862
+ "exports": [
2863
+ {
2864
+ "kind": "js",
2865
+ "name": "*",
2866
+ "declaration": {
2867
+ "name": "*",
2868
+ "package": "./config"
2869
+ }
2870
+ }
2871
+ ]
2872
+ },
2873
2873
  {
2874
2874
  "kind": "javascript-module",
2875
2875
  "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.297.0",
4
+ "version": "14.298.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.297.0",
56
- "@genesislcap/genx": "14.297.0",
57
- "@genesislcap/rollup-builder": "14.297.0",
58
- "@genesislcap/ts-builder": "14.297.0",
59
- "@genesislcap/uvu-playwright-builder": "14.297.0",
60
- "@genesislcap/vite-builder": "14.297.0",
61
- "@genesislcap/webpack-builder": "14.297.0",
55
+ "@genesislcap/foundation-testing": "14.298.0",
56
+ "@genesislcap/genx": "14.298.0",
57
+ "@genesislcap/rollup-builder": "14.298.0",
58
+ "@genesislcap/ts-builder": "14.298.0",
59
+ "@genesislcap/uvu-playwright-builder": "14.298.0",
60
+ "@genesislcap/vite-builder": "14.298.0",
61
+ "@genesislcap/webpack-builder": "14.298.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.297.0",
67
- "@genesislcap/foundation-errors": "14.297.0",
68
- "@genesislcap/foundation-events": "14.297.0",
69
- "@genesislcap/foundation-forms": "14.297.0",
70
- "@genesislcap/foundation-logger": "14.297.0",
71
- "@genesislcap/foundation-login": "14.297.0",
72
- "@genesislcap/foundation-notifications": "14.297.0",
73
- "@genesislcap/foundation-ui": "14.297.0",
74
- "@genesislcap/foundation-utils": "14.297.0",
75
- "@genesislcap/foundation-zero": "14.297.0",
76
- "@genesislcap/foundation-zero-grid-pro": "14.297.0",
77
- "@genesislcap/grid-pro": "14.297.0",
66
+ "@genesislcap/foundation-comms": "14.298.0",
67
+ "@genesislcap/foundation-errors": "14.298.0",
68
+ "@genesislcap/foundation-events": "14.298.0",
69
+ "@genesislcap/foundation-forms": "14.298.0",
70
+ "@genesislcap/foundation-logger": "14.298.0",
71
+ "@genesislcap/foundation-login": "14.298.0",
72
+ "@genesislcap/foundation-notifications": "14.298.0",
73
+ "@genesislcap/foundation-ui": "14.298.0",
74
+ "@genesislcap/foundation-utils": "14.298.0",
75
+ "@genesislcap/foundation-zero": "14.298.0",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.298.0",
77
+ "@genesislcap/grid-pro": "14.298.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": "da15d5392cd51517dc1c35824612b33a02ab8d9f"
94
+ "gitHead": "f1279d076ccabb6108d854c2e596078afe285eb0"
95
95
  }