@genesislcap/foundation-entity-management 14.429.3 → 14.430.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.
@@ -3624,6 +3624,27 @@
3624
3624
  }
3625
3625
  ]
3626
3626
  },
3627
+ {
3628
+ "kind": "javascript-module",
3629
+ "path": "src/routes/config.ts",
3630
+ "declarations": [],
3631
+ "exports": []
3632
+ },
3633
+ {
3634
+ "kind": "javascript-module",
3635
+ "path": "src/routes/index.ts",
3636
+ "declarations": [],
3637
+ "exports": [
3638
+ {
3639
+ "kind": "js",
3640
+ "name": "*",
3641
+ "declaration": {
3642
+ "name": "*",
3643
+ "package": "./config"
3644
+ }
3645
+ }
3646
+ ]
3647
+ },
3627
3648
  {
3628
3649
  "kind": "javascript-module",
3629
3650
  "path": "src/layouts/default.ts",
@@ -3673,27 +3694,6 @@
3673
3694
  }
3674
3695
  ]
3675
3696
  },
3676
- {
3677
- "kind": "javascript-module",
3678
- "path": "src/routes/config.ts",
3679
- "declarations": [],
3680
- "exports": []
3681
- },
3682
- {
3683
- "kind": "javascript-module",
3684
- "path": "src/routes/index.ts",
3685
- "declarations": [],
3686
- "exports": [
3687
- {
3688
- "kind": "js",
3689
- "name": "*",
3690
- "declaration": {
3691
- "name": "*",
3692
- "package": "./config"
3693
- }
3694
- }
3695
- ]
3696
- },
3697
3697
  {
3698
3698
  "kind": "javascript-module",
3699
3699
  "path": "src/utils/custom-actions-utils.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.429.3",
4
+ "version": "14.430.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -54,32 +54,32 @@
54
54
  }
55
55
  },
56
56
  "devDependencies": {
57
- "@genesislcap/foundation-testing": "14.429.3",
58
- "@genesislcap/genx": "14.429.3",
59
- "@genesislcap/rollup-builder": "14.429.3",
60
- "@genesislcap/ts-builder": "14.429.3",
61
- "@genesislcap/uvu-playwright-builder": "14.429.3",
62
- "@genesislcap/vite-builder": "14.429.3",
63
- "@genesislcap/webpack-builder": "14.429.3"
57
+ "@genesislcap/foundation-testing": "14.430.0",
58
+ "@genesislcap/genx": "14.430.0",
59
+ "@genesislcap/rollup-builder": "14.430.0",
60
+ "@genesislcap/ts-builder": "14.430.0",
61
+ "@genesislcap/uvu-playwright-builder": "14.430.0",
62
+ "@genesislcap/vite-builder": "14.430.0",
63
+ "@genesislcap/webpack-builder": "14.430.0"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "@ag-grid-community/core": "29.2.0"
67
67
  },
68
68
  "dependencies": {
69
- "@genesislcap/foundation-ai": "14.429.3",
70
- "@genesislcap/foundation-comms": "14.429.3",
71
- "@genesislcap/foundation-errors": "14.429.3",
72
- "@genesislcap/foundation-events": "14.429.3",
73
- "@genesislcap/foundation-forms": "14.429.3",
74
- "@genesislcap/foundation-logger": "14.429.3",
75
- "@genesislcap/foundation-login": "14.429.3",
76
- "@genesislcap/foundation-notifications": "14.429.3",
77
- "@genesislcap/foundation-ui": "14.429.3",
78
- "@genesislcap/foundation-utils": "14.429.3",
79
- "@genesislcap/foundation-zero": "14.429.3",
80
- "@genesislcap/foundation-zero-grid-pro": "14.429.3",
81
- "@genesislcap/grid-pro": "14.429.3",
82
- "@genesislcap/web-core": "14.429.3",
69
+ "@genesislcap/foundation-ai": "14.430.0",
70
+ "@genesislcap/foundation-comms": "14.430.0",
71
+ "@genesislcap/foundation-errors": "14.430.0",
72
+ "@genesislcap/foundation-events": "14.430.0",
73
+ "@genesislcap/foundation-forms": "14.430.0",
74
+ "@genesislcap/foundation-logger": "14.430.0",
75
+ "@genesislcap/foundation-login": "14.430.0",
76
+ "@genesislcap/foundation-notifications": "14.430.0",
77
+ "@genesislcap/foundation-ui": "14.430.0",
78
+ "@genesislcap/foundation-utils": "14.430.0",
79
+ "@genesislcap/foundation-zero": "14.430.0",
80
+ "@genesislcap/foundation-zero-grid-pro": "14.430.0",
81
+ "@genesislcap/grid-pro": "14.430.0",
82
+ "@genesislcap/web-core": "14.430.0",
83
83
  "change-case": "^4.1.2"
84
84
  },
85
85
  "repository": {
@@ -102,5 +102,5 @@
102
102
  "require": "./dist/react.cjs"
103
103
  }
104
104
  },
105
- "gitHead": "546466d5d7bcdf8bd5bdca78e61cec9828166ec4"
105
+ "gitHead": "cd88c05bb6e4995f0a1ca4102345d3cb73d94c6c"
106
106
  }