@genesislcap/foundation-entity-management 14.313.1 → 14.314.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.
@@ -2887,27 +2887,6 @@
2887
2887
  }
2888
2888
  ]
2889
2889
  },
2890
- {
2891
- "kind": "javascript-module",
2892
- "path": "src/routes/config.ts",
2893
- "declarations": [],
2894
- "exports": []
2895
- },
2896
- {
2897
- "kind": "javascript-module",
2898
- "path": "src/routes/index.ts",
2899
- "declarations": [],
2900
- "exports": [
2901
- {
2902
- "kind": "js",
2903
- "name": "*",
2904
- "declaration": {
2905
- "name": "*",
2906
- "package": "./config"
2907
- }
2908
- }
2909
- ]
2910
- },
2911
2890
  {
2912
2891
  "kind": "javascript-module",
2913
2892
  "path": "src/layouts/default.ts",
@@ -2957,6 +2936,27 @@
2957
2936
  }
2958
2937
  ]
2959
2938
  },
2939
+ {
2940
+ "kind": "javascript-module",
2941
+ "path": "src/routes/config.ts",
2942
+ "declarations": [],
2943
+ "exports": []
2944
+ },
2945
+ {
2946
+ "kind": "javascript-module",
2947
+ "path": "src/routes/index.ts",
2948
+ "declarations": [],
2949
+ "exports": [
2950
+ {
2951
+ "kind": "js",
2952
+ "name": "*",
2953
+ "declaration": {
2954
+ "name": "*",
2955
+ "package": "./config"
2956
+ }
2957
+ }
2958
+ ]
2959
+ },
2960
2960
  {
2961
2961
  "kind": "javascript-module",
2962
2962
  "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.313.1",
4
+ "version": "14.314.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -52,28 +52,28 @@
52
52
  }
53
53
  },
54
54
  "devDependencies": {
55
- "@genesislcap/foundation-testing": "14.313.1",
56
- "@genesislcap/genx": "14.313.1",
57
- "@genesislcap/rollup-builder": "14.313.1",
58
- "@genesislcap/ts-builder": "14.313.1",
59
- "@genesislcap/uvu-playwright-builder": "14.313.1",
60
- "@genesislcap/vite-builder": "14.313.1",
61
- "@genesislcap/webpack-builder": "14.313.1"
55
+ "@genesislcap/foundation-testing": "14.314.1",
56
+ "@genesislcap/genx": "14.314.1",
57
+ "@genesislcap/rollup-builder": "14.314.1",
58
+ "@genesislcap/ts-builder": "14.314.1",
59
+ "@genesislcap/uvu-playwright-builder": "14.314.1",
60
+ "@genesislcap/vite-builder": "14.314.1",
61
+ "@genesislcap/webpack-builder": "14.314.1"
62
62
  },
63
63
  "dependencies": {
64
64
  "@ag-grid-community/core": "29.2.0",
65
- "@genesislcap/foundation-comms": "14.313.1",
66
- "@genesislcap/foundation-errors": "14.313.1",
67
- "@genesislcap/foundation-events": "14.313.1",
68
- "@genesislcap/foundation-forms": "14.313.1",
69
- "@genesislcap/foundation-logger": "14.313.1",
70
- "@genesislcap/foundation-login": "14.313.1",
71
- "@genesislcap/foundation-notifications": "14.313.1",
72
- "@genesislcap/foundation-ui": "14.313.1",
73
- "@genesislcap/foundation-utils": "14.313.1",
74
- "@genesislcap/foundation-zero": "14.313.1",
75
- "@genesislcap/foundation-zero-grid-pro": "14.313.1",
76
- "@genesislcap/grid-pro": "14.313.1",
65
+ "@genesislcap/foundation-comms": "14.314.1",
66
+ "@genesislcap/foundation-errors": "14.314.1",
67
+ "@genesislcap/foundation-events": "14.314.1",
68
+ "@genesislcap/foundation-forms": "14.314.1",
69
+ "@genesislcap/foundation-logger": "14.314.1",
70
+ "@genesislcap/foundation-login": "14.314.1",
71
+ "@genesislcap/foundation-notifications": "14.314.1",
72
+ "@genesislcap/foundation-ui": "14.314.1",
73
+ "@genesislcap/foundation-utils": "14.314.1",
74
+ "@genesislcap/foundation-zero": "14.314.1",
75
+ "@genesislcap/foundation-zero-grid-pro": "14.314.1",
76
+ "@genesislcap/grid-pro": "14.314.1",
77
77
  "@microsoft/fast-components": "2.30.6",
78
78
  "@microsoft/fast-element": "1.14.0",
79
79
  "@microsoft/fast-foundation": "2.49.6",
@@ -89,5 +89,5 @@
89
89
  "access": "public"
90
90
  },
91
91
  "customElements": "dist/custom-elements.json",
92
- "gitHead": "1c8bb7cc79894cf233ce6e1f2f985ef547015d72"
92
+ "gitHead": "a9ef8999988cd9fa57d5cc3b92f10cf88fd51d43"
93
93
  }