@genesislcap/foundation-entity-management 14.387.0 → 14.387.2

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.
@@ -89,41 +89,6 @@
89
89
  }
90
90
  ]
91
91
  },
92
- {
93
- "kind": "javascript-module",
94
- "path": "src/components/components.ts",
95
- "declarations": [
96
- {
97
- "kind": "function",
98
- "name": "loadRemotes"
99
- }
100
- ],
101
- "exports": [
102
- {
103
- "kind": "js",
104
- "name": "loadRemotes",
105
- "declaration": {
106
- "name": "loadRemotes",
107
- "module": "src/components/components.ts"
108
- }
109
- }
110
- ]
111
- },
112
- {
113
- "kind": "javascript-module",
114
- "path": "src/components/index.ts",
115
- "declarations": [],
116
- "exports": [
117
- {
118
- "kind": "js",
119
- "name": "*",
120
- "declaration": {
121
- "name": "*",
122
- "package": "./components"
123
- }
124
- }
125
- ]
126
- },
127
92
  {
128
93
  "kind": "javascript-module",
129
94
  "path": "src/entities/entities.styles.ts",
@@ -2625,6 +2590,41 @@
2625
2590
  }
2626
2591
  ]
2627
2592
  },
2593
+ {
2594
+ "kind": "javascript-module",
2595
+ "path": "src/components/components.ts",
2596
+ "declarations": [
2597
+ {
2598
+ "kind": "function",
2599
+ "name": "loadRemotes"
2600
+ }
2601
+ ],
2602
+ "exports": [
2603
+ {
2604
+ "kind": "js",
2605
+ "name": "loadRemotes",
2606
+ "declaration": {
2607
+ "name": "loadRemotes",
2608
+ "module": "src/components/components.ts"
2609
+ }
2610
+ }
2611
+ ]
2612
+ },
2613
+ {
2614
+ "kind": "javascript-module",
2615
+ "path": "src/components/index.ts",
2616
+ "declarations": [],
2617
+ "exports": [
2618
+ {
2619
+ "kind": "js",
2620
+ "name": "*",
2621
+ "declaration": {
2622
+ "name": "*",
2623
+ "package": "./components"
2624
+ }
2625
+ }
2626
+ ]
2627
+ },
2628
2628
  {
2629
2629
  "kind": "javascript-module",
2630
2630
  "path": "src/list/index.ts",
@@ -3468,27 +3468,6 @@
3468
3468
  }
3469
3469
  ]
3470
3470
  },
3471
- {
3472
- "kind": "javascript-module",
3473
- "path": "src/routes/config.ts",
3474
- "declarations": [],
3475
- "exports": []
3476
- },
3477
- {
3478
- "kind": "javascript-module",
3479
- "path": "src/routes/index.ts",
3480
- "declarations": [],
3481
- "exports": [
3482
- {
3483
- "kind": "js",
3484
- "name": "*",
3485
- "declaration": {
3486
- "name": "*",
3487
- "package": "./config"
3488
- }
3489
- }
3490
- ]
3491
- },
3492
3471
  {
3493
3472
  "kind": "javascript-module",
3494
3473
  "path": "src/layouts/default.ts",
@@ -3538,6 +3517,27 @@
3538
3517
  }
3539
3518
  ]
3540
3519
  },
3520
+ {
3521
+ "kind": "javascript-module",
3522
+ "path": "src/routes/config.ts",
3523
+ "declarations": [],
3524
+ "exports": []
3525
+ },
3526
+ {
3527
+ "kind": "javascript-module",
3528
+ "path": "src/routes/index.ts",
3529
+ "declarations": [],
3530
+ "exports": [
3531
+ {
3532
+ "kind": "js",
3533
+ "name": "*",
3534
+ "declaration": {
3535
+ "name": "*",
3536
+ "package": "./config"
3537
+ }
3538
+ }
3539
+ ]
3540
+ },
3541
3541
  {
3542
3542
  "kind": "javascript-module",
3543
3543
  "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.387.0",
4
+ "version": "14.387.2",
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.387.0",
56
- "@genesislcap/genx": "14.387.0",
57
- "@genesislcap/rollup-builder": "14.387.0",
58
- "@genesislcap/ts-builder": "14.387.0",
59
- "@genesislcap/uvu-playwright-builder": "14.387.0",
60
- "@genesislcap/vite-builder": "14.387.0",
61
- "@genesislcap/webpack-builder": "14.387.0"
55
+ "@genesislcap/foundation-testing": "14.387.2",
56
+ "@genesislcap/genx": "14.387.2",
57
+ "@genesislcap/rollup-builder": "14.387.2",
58
+ "@genesislcap/ts-builder": "14.387.2",
59
+ "@genesislcap/uvu-playwright-builder": "14.387.2",
60
+ "@genesislcap/vite-builder": "14.387.2",
61
+ "@genesislcap/webpack-builder": "14.387.2"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "@ag-grid-community/core": "29.2.0"
65
65
  },
66
66
  "dependencies": {
67
- "@genesislcap/foundation-comms": "14.387.0",
68
- "@genesislcap/foundation-errors": "14.387.0",
69
- "@genesislcap/foundation-events": "14.387.0",
70
- "@genesislcap/foundation-forms": "14.387.0",
71
- "@genesislcap/foundation-logger": "14.387.0",
72
- "@genesislcap/foundation-login": "14.387.0",
73
- "@genesislcap/foundation-notifications": "14.387.0",
74
- "@genesislcap/foundation-ui": "14.387.0",
75
- "@genesislcap/foundation-utils": "14.387.0",
76
- "@genesislcap/foundation-zero": "14.387.0",
77
- "@genesislcap/foundation-zero-grid-pro": "14.387.0",
78
- "@genesislcap/grid-pro": "14.387.0",
79
- "@genesislcap/web-core": "14.387.0",
67
+ "@genesislcap/foundation-comms": "14.387.2",
68
+ "@genesislcap/foundation-errors": "14.387.2",
69
+ "@genesislcap/foundation-events": "14.387.2",
70
+ "@genesislcap/foundation-forms": "14.387.2",
71
+ "@genesislcap/foundation-logger": "14.387.2",
72
+ "@genesislcap/foundation-login": "14.387.2",
73
+ "@genesislcap/foundation-notifications": "14.387.2",
74
+ "@genesislcap/foundation-ui": "14.387.2",
75
+ "@genesislcap/foundation-utils": "14.387.2",
76
+ "@genesislcap/foundation-zero": "14.387.2",
77
+ "@genesislcap/foundation-zero-grid-pro": "14.387.2",
78
+ "@genesislcap/grid-pro": "14.387.2",
79
+ "@genesislcap/web-core": "14.387.2",
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": "0e0b8fa3af6755e41cbd83e993e25e4de68e4d98"
91
+ "gitHead": "336bd409fe7e65df555d415fc90f28e239106d12"
92
92
  }