@genesislcap/foundation-entity-management 14.439.1 → 14.439.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",
@@ -2741,6 +2706,41 @@
2741
2706
  }
2742
2707
  ]
2743
2708
  },
2709
+ {
2710
+ "kind": "javascript-module",
2711
+ "path": "src/components/components.ts",
2712
+ "declarations": [
2713
+ {
2714
+ "kind": "function",
2715
+ "name": "loadRemotes"
2716
+ }
2717
+ ],
2718
+ "exports": [
2719
+ {
2720
+ "kind": "js",
2721
+ "name": "loadRemotes",
2722
+ "declaration": {
2723
+ "name": "loadRemotes",
2724
+ "module": "src/components/components.ts"
2725
+ }
2726
+ }
2727
+ ]
2728
+ },
2729
+ {
2730
+ "kind": "javascript-module",
2731
+ "path": "src/components/index.ts",
2732
+ "declarations": [],
2733
+ "exports": [
2734
+ {
2735
+ "kind": "js",
2736
+ "name": "*",
2737
+ "declaration": {
2738
+ "name": "*",
2739
+ "package": "./components"
2740
+ }
2741
+ }
2742
+ ]
2743
+ },
2744
2744
  {
2745
2745
  "kind": "javascript-module",
2746
2746
  "path": "src/list/index.ts",
@@ -3658,27 +3658,6 @@
3658
3658
  }
3659
3659
  ]
3660
3660
  },
3661
- {
3662
- "kind": "javascript-module",
3663
- "path": "src/routes/config.ts",
3664
- "declarations": [],
3665
- "exports": []
3666
- },
3667
- {
3668
- "kind": "javascript-module",
3669
- "path": "src/routes/index.ts",
3670
- "declarations": [],
3671
- "exports": [
3672
- {
3673
- "kind": "js",
3674
- "name": "*",
3675
- "declaration": {
3676
- "name": "*",
3677
- "package": "./config"
3678
- }
3679
- }
3680
- ]
3681
- },
3682
3661
  {
3683
3662
  "kind": "javascript-module",
3684
3663
  "path": "src/layouts/default.ts",
@@ -3728,6 +3707,27 @@
3728
3707
  }
3729
3708
  ]
3730
3709
  },
3710
+ {
3711
+ "kind": "javascript-module",
3712
+ "path": "src/routes/config.ts",
3713
+ "declarations": [],
3714
+ "exports": []
3715
+ },
3716
+ {
3717
+ "kind": "javascript-module",
3718
+ "path": "src/routes/index.ts",
3719
+ "declarations": [],
3720
+ "exports": [
3721
+ {
3722
+ "kind": "js",
3723
+ "name": "*",
3724
+ "declaration": {
3725
+ "name": "*",
3726
+ "package": "./config"
3727
+ }
3728
+ }
3729
+ ]
3730
+ },
3731
3731
  {
3732
3732
  "kind": "javascript-module",
3733
3733
  "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.439.1",
4
+ "version": "14.439.2",
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.439.1",
58
- "@genesislcap/genx": "14.439.1",
59
- "@genesislcap/rollup-builder": "14.439.1",
60
- "@genesislcap/ts-builder": "14.439.1",
61
- "@genesislcap/uvu-playwright-builder": "14.439.1",
62
- "@genesislcap/vite-builder": "14.439.1",
63
- "@genesislcap/webpack-builder": "14.439.1"
57
+ "@genesislcap/foundation-testing": "14.439.2",
58
+ "@genesislcap/genx": "14.439.2",
59
+ "@genesislcap/rollup-builder": "14.439.2",
60
+ "@genesislcap/ts-builder": "14.439.2",
61
+ "@genesislcap/uvu-playwright-builder": "14.439.2",
62
+ "@genesislcap/vite-builder": "14.439.2",
63
+ "@genesislcap/webpack-builder": "14.439.2"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "@ag-grid-community/core": "29.2.0"
67
67
  },
68
68
  "dependencies": {
69
- "@genesislcap/foundation-ai": "14.439.1",
70
- "@genesislcap/foundation-comms": "14.439.1",
71
- "@genesislcap/foundation-errors": "14.439.1",
72
- "@genesislcap/foundation-events": "14.439.1",
73
- "@genesislcap/foundation-forms": "14.439.1",
74
- "@genesislcap/foundation-logger": "14.439.1",
75
- "@genesislcap/foundation-login": "14.439.1",
76
- "@genesislcap/foundation-notifications": "14.439.1",
77
- "@genesislcap/foundation-ui": "14.439.1",
78
- "@genesislcap/foundation-utils": "14.439.1",
79
- "@genesislcap/foundation-zero": "14.439.1",
80
- "@genesislcap/foundation-zero-grid-pro": "14.439.1",
81
- "@genesislcap/grid-pro": "14.439.1",
82
- "@genesislcap/web-core": "14.439.1",
69
+ "@genesislcap/foundation-ai": "14.439.2",
70
+ "@genesislcap/foundation-comms": "14.439.2",
71
+ "@genesislcap/foundation-errors": "14.439.2",
72
+ "@genesislcap/foundation-events": "14.439.2",
73
+ "@genesislcap/foundation-forms": "14.439.2",
74
+ "@genesislcap/foundation-logger": "14.439.2",
75
+ "@genesislcap/foundation-login": "14.439.2",
76
+ "@genesislcap/foundation-notifications": "14.439.2",
77
+ "@genesislcap/foundation-ui": "14.439.2",
78
+ "@genesislcap/foundation-utils": "14.439.2",
79
+ "@genesislcap/foundation-zero": "14.439.2",
80
+ "@genesislcap/foundation-zero-grid-pro": "14.439.2",
81
+ "@genesislcap/grid-pro": "14.439.2",
82
+ "@genesislcap/web-core": "14.439.2",
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": "6fe08a1373139e13089e2b5c8f875c81fe59a0df"
105
+ "gitHead": "facafe045b533f2241f9c74f77503eb8bb1d6699"
106
106
  }