@genesislcap/foundation-entity-management 14.365.1 → 14.366.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.
@@ -3436,6 +3436,27 @@
3436
3436
  }
3437
3437
  ]
3438
3438
  },
3439
+ {
3440
+ "kind": "javascript-module",
3441
+ "path": "src/routes/config.ts",
3442
+ "declarations": [],
3443
+ "exports": []
3444
+ },
3445
+ {
3446
+ "kind": "javascript-module",
3447
+ "path": "src/routes/index.ts",
3448
+ "declarations": [],
3449
+ "exports": [
3450
+ {
3451
+ "kind": "js",
3452
+ "name": "*",
3453
+ "declaration": {
3454
+ "name": "*",
3455
+ "package": "./config"
3456
+ }
3457
+ }
3458
+ ]
3459
+ },
3439
3460
  {
3440
3461
  "kind": "javascript-module",
3441
3462
  "path": "src/layouts/default.ts",
@@ -3485,27 +3506,6 @@
3485
3506
  }
3486
3507
  ]
3487
3508
  },
3488
- {
3489
- "kind": "javascript-module",
3490
- "path": "src/routes/config.ts",
3491
- "declarations": [],
3492
- "exports": []
3493
- },
3494
- {
3495
- "kind": "javascript-module",
3496
- "path": "src/routes/index.ts",
3497
- "declarations": [],
3498
- "exports": [
3499
- {
3500
- "kind": "js",
3501
- "name": "*",
3502
- "declaration": {
3503
- "name": "*",
3504
- "package": "./config"
3505
- }
3506
- }
3507
- ]
3508
- },
3509
3509
  {
3510
3510
  "kind": "javascript-module",
3511
3511
  "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.365.1",
4
+ "version": "14.366.1",
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.365.1",
56
- "@genesislcap/genx": "14.365.1",
57
- "@genesislcap/rollup-builder": "14.365.1",
58
- "@genesislcap/ts-builder": "14.365.1",
59
- "@genesislcap/uvu-playwright-builder": "14.365.1",
60
- "@genesislcap/vite-builder": "14.365.1",
61
- "@genesislcap/webpack-builder": "14.365.1"
55
+ "@genesislcap/foundation-testing": "14.366.1",
56
+ "@genesislcap/genx": "14.366.1",
57
+ "@genesislcap/rollup-builder": "14.366.1",
58
+ "@genesislcap/ts-builder": "14.366.1",
59
+ "@genesislcap/uvu-playwright-builder": "14.366.1",
60
+ "@genesislcap/vite-builder": "14.366.1",
61
+ "@genesislcap/webpack-builder": "14.366.1"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "@ag-grid-community/core": "29.2.0"
65
65
  },
66
66
  "dependencies": {
67
- "@genesislcap/foundation-comms": "14.365.1",
68
- "@genesislcap/foundation-errors": "14.365.1",
69
- "@genesislcap/foundation-events": "14.365.1",
70
- "@genesislcap/foundation-forms": "14.365.1",
71
- "@genesislcap/foundation-logger": "14.365.1",
72
- "@genesislcap/foundation-login": "14.365.1",
73
- "@genesislcap/foundation-notifications": "14.365.1",
74
- "@genesislcap/foundation-ui": "14.365.1",
75
- "@genesislcap/foundation-utils": "14.365.1",
76
- "@genesislcap/foundation-zero": "14.365.1",
77
- "@genesislcap/foundation-zero-grid-pro": "14.365.1",
78
- "@genesislcap/grid-pro": "14.365.1",
79
- "@genesislcap/web-core": "14.365.1",
67
+ "@genesislcap/foundation-comms": "14.366.1",
68
+ "@genesislcap/foundation-errors": "14.366.1",
69
+ "@genesislcap/foundation-events": "14.366.1",
70
+ "@genesislcap/foundation-forms": "14.366.1",
71
+ "@genesislcap/foundation-logger": "14.366.1",
72
+ "@genesislcap/foundation-login": "14.366.1",
73
+ "@genesislcap/foundation-notifications": "14.366.1",
74
+ "@genesislcap/foundation-ui": "14.366.1",
75
+ "@genesislcap/foundation-utils": "14.366.1",
76
+ "@genesislcap/foundation-zero": "14.366.1",
77
+ "@genesislcap/foundation-zero-grid-pro": "14.366.1",
78
+ "@genesislcap/grid-pro": "14.366.1",
79
+ "@genesislcap/web-core": "14.366.1",
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": "3cc29909907f2e3f2a48ab471edcef563e63e757"
91
+ "gitHead": "3ab43863fc8dfd2888bc6b65cd25e9985de17bc8"
92
92
  }