@genesislcap/foundation-entity-management 14.407.0 → 14.408.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.
@@ -3514,27 +3514,6 @@
3514
3514
  }
3515
3515
  ]
3516
3516
  },
3517
- {
3518
- "kind": "javascript-module",
3519
- "path": "src/routes/config.ts",
3520
- "declarations": [],
3521
- "exports": []
3522
- },
3523
- {
3524
- "kind": "javascript-module",
3525
- "path": "src/routes/index.ts",
3526
- "declarations": [],
3527
- "exports": [
3528
- {
3529
- "kind": "js",
3530
- "name": "*",
3531
- "declaration": {
3532
- "name": "*",
3533
- "package": "./config"
3534
- }
3535
- }
3536
- ]
3537
- },
3538
3517
  {
3539
3518
  "kind": "javascript-module",
3540
3519
  "path": "src/layouts/default.ts",
@@ -3584,6 +3563,27 @@
3584
3563
  }
3585
3564
  ]
3586
3565
  },
3566
+ {
3567
+ "kind": "javascript-module",
3568
+ "path": "src/routes/config.ts",
3569
+ "declarations": [],
3570
+ "exports": []
3571
+ },
3572
+ {
3573
+ "kind": "javascript-module",
3574
+ "path": "src/routes/index.ts",
3575
+ "declarations": [],
3576
+ "exports": [
3577
+ {
3578
+ "kind": "js",
3579
+ "name": "*",
3580
+ "declaration": {
3581
+ "name": "*",
3582
+ "package": "./config"
3583
+ }
3584
+ }
3585
+ ]
3586
+ },
3587
3587
  {
3588
3588
  "kind": "javascript-module",
3589
3589
  "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.407.0",
4
+ "version": "14.408.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.407.0",
58
- "@genesislcap/genx": "14.407.0",
59
- "@genesislcap/rollup-builder": "14.407.0",
60
- "@genesislcap/ts-builder": "14.407.0",
61
- "@genesislcap/uvu-playwright-builder": "14.407.0",
62
- "@genesislcap/vite-builder": "14.407.0",
63
- "@genesislcap/webpack-builder": "14.407.0"
57
+ "@genesislcap/foundation-testing": "14.408.0",
58
+ "@genesislcap/genx": "14.408.0",
59
+ "@genesislcap/rollup-builder": "14.408.0",
60
+ "@genesislcap/ts-builder": "14.408.0",
61
+ "@genesislcap/uvu-playwright-builder": "14.408.0",
62
+ "@genesislcap/vite-builder": "14.408.0",
63
+ "@genesislcap/webpack-builder": "14.408.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.407.0",
70
- "@genesislcap/foundation-comms": "14.407.0",
71
- "@genesislcap/foundation-errors": "14.407.0",
72
- "@genesislcap/foundation-events": "14.407.0",
73
- "@genesislcap/foundation-forms": "14.407.0",
74
- "@genesislcap/foundation-logger": "14.407.0",
75
- "@genesislcap/foundation-login": "14.407.0",
76
- "@genesislcap/foundation-notifications": "14.407.0",
77
- "@genesislcap/foundation-ui": "14.407.0",
78
- "@genesislcap/foundation-utils": "14.407.0",
79
- "@genesislcap/foundation-zero": "14.407.0",
80
- "@genesislcap/foundation-zero-grid-pro": "14.407.0",
81
- "@genesislcap/grid-pro": "14.407.0",
82
- "@genesislcap/web-core": "14.407.0",
69
+ "@genesislcap/foundation-ai": "14.408.0",
70
+ "@genesislcap/foundation-comms": "14.408.0",
71
+ "@genesislcap/foundation-errors": "14.408.0",
72
+ "@genesislcap/foundation-events": "14.408.0",
73
+ "@genesislcap/foundation-forms": "14.408.0",
74
+ "@genesislcap/foundation-logger": "14.408.0",
75
+ "@genesislcap/foundation-login": "14.408.0",
76
+ "@genesislcap/foundation-notifications": "14.408.0",
77
+ "@genesislcap/foundation-ui": "14.408.0",
78
+ "@genesislcap/foundation-utils": "14.408.0",
79
+ "@genesislcap/foundation-zero": "14.408.0",
80
+ "@genesislcap/foundation-zero-grid-pro": "14.408.0",
81
+ "@genesislcap/grid-pro": "14.408.0",
82
+ "@genesislcap/web-core": "14.408.0",
83
83
  "change-case": "^4.1.2"
84
84
  },
85
85
  "repository": {
@@ -91,5 +91,5 @@
91
91
  "access": "public"
92
92
  },
93
93
  "customElements": "dist/custom-elements.json",
94
- "gitHead": "7fda36618f710de9fce350d03fd861190fb6da04"
94
+ "gitHead": "26b08831fd001b4ee95c8a0d3364a18c0ec4005b"
95
95
  }