@genesislcap/foundation-entity-management 14.371.0 → 14.373.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.
@@ -3460,6 +3460,27 @@
3460
3460
  }
3461
3461
  ]
3462
3462
  },
3463
+ {
3464
+ "kind": "javascript-module",
3465
+ "path": "src/routes/config.ts",
3466
+ "declarations": [],
3467
+ "exports": []
3468
+ },
3469
+ {
3470
+ "kind": "javascript-module",
3471
+ "path": "src/routes/index.ts",
3472
+ "declarations": [],
3473
+ "exports": [
3474
+ {
3475
+ "kind": "js",
3476
+ "name": "*",
3477
+ "declaration": {
3478
+ "name": "*",
3479
+ "package": "./config"
3480
+ }
3481
+ }
3482
+ ]
3483
+ },
3463
3484
  {
3464
3485
  "kind": "javascript-module",
3465
3486
  "path": "src/layouts/default.ts",
@@ -3509,27 +3530,6 @@
3509
3530
  }
3510
3531
  ]
3511
3532
  },
3512
- {
3513
- "kind": "javascript-module",
3514
- "path": "src/routes/config.ts",
3515
- "declarations": [],
3516
- "exports": []
3517
- },
3518
- {
3519
- "kind": "javascript-module",
3520
- "path": "src/routes/index.ts",
3521
- "declarations": [],
3522
- "exports": [
3523
- {
3524
- "kind": "js",
3525
- "name": "*",
3526
- "declaration": {
3527
- "name": "*",
3528
- "package": "./config"
3529
- }
3530
- }
3531
- ]
3532
- },
3533
3533
  {
3534
3534
  "kind": "javascript-module",
3535
3535
  "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.371.0",
4
+ "version": "14.373.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -52,31 +52,31 @@
52
52
  }
53
53
  },
54
54
  "devDependencies": {
55
- "@genesislcap/foundation-testing": "14.371.0",
56
- "@genesislcap/genx": "14.371.0",
57
- "@genesislcap/rollup-builder": "14.371.0",
58
- "@genesislcap/ts-builder": "14.371.0",
59
- "@genesislcap/uvu-playwright-builder": "14.371.0",
60
- "@genesislcap/vite-builder": "14.371.0",
61
- "@genesislcap/webpack-builder": "14.371.0"
55
+ "@genesislcap/foundation-testing": "14.373.0",
56
+ "@genesislcap/genx": "14.373.0",
57
+ "@genesislcap/rollup-builder": "14.373.0",
58
+ "@genesislcap/ts-builder": "14.373.0",
59
+ "@genesislcap/uvu-playwright-builder": "14.373.0",
60
+ "@genesislcap/vite-builder": "14.373.0",
61
+ "@genesislcap/webpack-builder": "14.373.0"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "@ag-grid-community/core": "29.2.0"
65
65
  },
66
66
  "dependencies": {
67
- "@genesislcap/foundation-comms": "14.371.0",
68
- "@genesislcap/foundation-errors": "14.371.0",
69
- "@genesislcap/foundation-events": "14.371.0",
70
- "@genesislcap/foundation-forms": "14.371.0",
71
- "@genesislcap/foundation-logger": "14.371.0",
72
- "@genesislcap/foundation-login": "14.371.0",
73
- "@genesislcap/foundation-notifications": "14.371.0",
74
- "@genesislcap/foundation-ui": "14.371.0",
75
- "@genesislcap/foundation-utils": "14.371.0",
76
- "@genesislcap/foundation-zero": "14.371.0",
77
- "@genesislcap/foundation-zero-grid-pro": "14.371.0",
78
- "@genesislcap/grid-pro": "14.371.0",
79
- "@genesislcap/web-core": "14.371.0",
67
+ "@genesislcap/foundation-comms": "14.373.0",
68
+ "@genesislcap/foundation-errors": "14.373.0",
69
+ "@genesislcap/foundation-events": "14.373.0",
70
+ "@genesislcap/foundation-forms": "14.373.0",
71
+ "@genesislcap/foundation-logger": "14.373.0",
72
+ "@genesislcap/foundation-login": "14.373.0",
73
+ "@genesislcap/foundation-notifications": "14.373.0",
74
+ "@genesislcap/foundation-ui": "14.373.0",
75
+ "@genesislcap/foundation-utils": "14.373.0",
76
+ "@genesislcap/foundation-zero": "14.373.0",
77
+ "@genesislcap/foundation-zero-grid-pro": "14.373.0",
78
+ "@genesislcap/grid-pro": "14.373.0",
79
+ "@genesislcap/web-core": "14.373.0",
80
80
  "change-case": "^4.1.2"
81
81
  },
82
82
  "repository": {
@@ -88,5 +88,5 @@
88
88
  "access": "public"
89
89
  },
90
90
  "customElements": "dist/custom-elements.json",
91
- "gitHead": "ea4401059f690d90b8c5ebbfdd0c9bea654fa611"
91
+ "gitHead": "134490c6c8be9d443484692e1769bda61b00fa1e"
92
92
  }