@genesislcap/foundation-entity-management 14.421.1 → 14.422.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.
@@ -89,6 +89,41 @@
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
+ },
92
127
  {
93
128
  "kind": "javascript-module",
94
129
  "path": "src/entities/entities.styles.ts",
@@ -2672,41 +2707,6 @@
2672
2707
  }
2673
2708
  ]
2674
2709
  },
2675
- {
2676
- "kind": "javascript-module",
2677
- "path": "src/components/components.ts",
2678
- "declarations": [
2679
- {
2680
- "kind": "function",
2681
- "name": "loadRemotes"
2682
- }
2683
- ],
2684
- "exports": [
2685
- {
2686
- "kind": "js",
2687
- "name": "loadRemotes",
2688
- "declaration": {
2689
- "name": "loadRemotes",
2690
- "module": "src/components/components.ts"
2691
- }
2692
- }
2693
- ]
2694
- },
2695
- {
2696
- "kind": "javascript-module",
2697
- "path": "src/components/index.ts",
2698
- "declarations": [],
2699
- "exports": [
2700
- {
2701
- "kind": "js",
2702
- "name": "*",
2703
- "declaration": {
2704
- "name": "*",
2705
- "package": "./components"
2706
- }
2707
- }
2708
- ]
2709
- },
2710
2710
  {
2711
2711
  "kind": "javascript-module",
2712
2712
  "path": "src/list/index.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.421.1",
4
+ "version": "14.422.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -54,33 +54,33 @@
54
54
  }
55
55
  },
56
56
  "devDependencies": {
57
- "@genesislcap/foundation-testing": "14.421.1",
58
- "@genesislcap/genx": "14.421.1",
59
- "@genesislcap/rollup-builder": "14.421.1",
60
- "@genesislcap/ts-builder": "14.421.1",
61
- "@genesislcap/uvu-playwright-builder": "14.421.1",
62
- "@genesislcap/vite-builder": "14.421.1",
63
- "@genesislcap/webpack-builder": "14.421.1"
57
+ "@genesislcap/foundation-testing": "14.422.0",
58
+ "@genesislcap/genx": "14.422.0",
59
+ "@genesislcap/rollup-builder": "14.422.0",
60
+ "@genesislcap/ts-builder": "14.422.0",
61
+ "@genesislcap/uvu-playwright-builder": "14.422.0",
62
+ "@genesislcap/vite-builder": "14.422.0",
63
+ "@genesislcap/webpack-builder": "14.422.0"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "@ag-grid-community/core": "29.2.0",
67
67
  "@microsoft/fast-react-wrapper": ">=0.3.0"
68
68
  },
69
69
  "dependencies": {
70
- "@genesislcap/foundation-ai": "14.421.1",
71
- "@genesislcap/foundation-comms": "14.421.1",
72
- "@genesislcap/foundation-errors": "14.421.1",
73
- "@genesislcap/foundation-events": "14.421.1",
74
- "@genesislcap/foundation-forms": "14.421.1",
75
- "@genesislcap/foundation-logger": "14.421.1",
76
- "@genesislcap/foundation-login": "14.421.1",
77
- "@genesislcap/foundation-notifications": "14.421.1",
78
- "@genesislcap/foundation-ui": "14.421.1",
79
- "@genesislcap/foundation-utils": "14.421.1",
80
- "@genesislcap/foundation-zero": "14.421.1",
81
- "@genesislcap/foundation-zero-grid-pro": "14.421.1",
82
- "@genesislcap/grid-pro": "14.421.1",
83
- "@genesislcap/web-core": "14.421.1",
70
+ "@genesislcap/foundation-ai": "14.422.0",
71
+ "@genesislcap/foundation-comms": "14.422.0",
72
+ "@genesislcap/foundation-errors": "14.422.0",
73
+ "@genesislcap/foundation-events": "14.422.0",
74
+ "@genesislcap/foundation-forms": "14.422.0",
75
+ "@genesislcap/foundation-logger": "14.422.0",
76
+ "@genesislcap/foundation-login": "14.422.0",
77
+ "@genesislcap/foundation-notifications": "14.422.0",
78
+ "@genesislcap/foundation-ui": "14.422.0",
79
+ "@genesislcap/foundation-utils": "14.422.0",
80
+ "@genesislcap/foundation-zero": "14.422.0",
81
+ "@genesislcap/foundation-zero-grid-pro": "14.422.0",
82
+ "@genesislcap/grid-pro": "14.422.0",
83
+ "@genesislcap/web-core": "14.422.0",
84
84
  "change-case": "^4.1.2"
85
85
  },
86
86
  "repository": {
@@ -103,5 +103,5 @@
103
103
  "require": "./dist/react.cjs"
104
104
  }
105
105
  },
106
- "gitHead": "ef3efc54221d1c0af5c842f0b98225ca813b4042"
106
+ "gitHead": "d596005408a80737f514e2d49b50c9dcc34b6913"
107
107
  }