@genesislcap/foundation-entity-management 15.10.4 → 15.10.5

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",
@@ -2943,41 +2978,6 @@
2943
2978
  }
2944
2979
  ]
2945
2980
  },
2946
- {
2947
- "kind": "javascript-module",
2948
- "path": "src/components/components.ts",
2949
- "declarations": [
2950
- {
2951
- "kind": "function",
2952
- "name": "loadRemotes"
2953
- }
2954
- ],
2955
- "exports": [
2956
- {
2957
- "kind": "js",
2958
- "name": "loadRemotes",
2959
- "declaration": {
2960
- "name": "loadRemotes",
2961
- "module": "src/components/components.ts"
2962
- }
2963
- }
2964
- ]
2965
- },
2966
- {
2967
- "kind": "javascript-module",
2968
- "path": "src/components/index.ts",
2969
- "declarations": [],
2970
- "exports": [
2971
- {
2972
- "kind": "js",
2973
- "name": "*",
2974
- "declaration": {
2975
- "name": "*",
2976
- "package": "./components"
2977
- }
2978
- }
2979
- ]
2980
- },
2981
2981
  {
2982
2982
  "kind": "javascript-module",
2983
2983
  "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": "15.10.4",
4
+ "version": "15.10.5",
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": "15.10.4",
58
- "@genesislcap/genx": "15.10.4",
59
- "@genesislcap/rollup-builder": "15.10.4",
60
- "@genesislcap/ts-builder": "15.10.4",
61
- "@genesislcap/uvu-playwright-builder": "15.10.4",
62
- "@genesislcap/vite-builder": "15.10.4",
63
- "@genesislcap/webpack-builder": "15.10.4"
57
+ "@genesislcap/foundation-testing": "15.10.5",
58
+ "@genesislcap/genx": "15.10.5",
59
+ "@genesislcap/rollup-builder": "15.10.5",
60
+ "@genesislcap/ts-builder": "15.10.5",
61
+ "@genesislcap/uvu-playwright-builder": "15.10.5",
62
+ "@genesislcap/vite-builder": "15.10.5",
63
+ "@genesislcap/webpack-builder": "15.10.5"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "@ag-grid-community/core": "29.2.0",
67
67
  "ag-grid-community": "36.0.0"
68
68
  },
69
69
  "dependencies": {
70
- "@genesislcap/foundation-ai": "15.10.4",
71
- "@genesislcap/foundation-auth": "15.10.4",
72
- "@genesislcap/foundation-comms": "15.10.4",
73
- "@genesislcap/foundation-errors": "15.10.4",
74
- "@genesislcap/foundation-events": "15.10.4",
75
- "@genesislcap/foundation-forms": "15.10.4",
76
- "@genesislcap/foundation-logger": "15.10.4",
77
- "@genesislcap/foundation-notifications": "15.10.4",
78
- "@genesislcap/foundation-ui": "15.10.4",
79
- "@genesislcap/foundation-utils": "15.10.4",
80
- "@genesislcap/foundation-zero": "15.10.4",
81
- "@genesislcap/foundation-zero-grid-pro": "15.10.4",
82
- "@genesislcap/grid-pro": "15.10.4",
83
- "@genesislcap/web-core": "15.10.4",
70
+ "@genesislcap/foundation-ai": "15.10.5",
71
+ "@genesislcap/foundation-auth": "15.10.5",
72
+ "@genesislcap/foundation-comms": "15.10.5",
73
+ "@genesislcap/foundation-errors": "15.10.5",
74
+ "@genesislcap/foundation-events": "15.10.5",
75
+ "@genesislcap/foundation-forms": "15.10.5",
76
+ "@genesislcap/foundation-logger": "15.10.5",
77
+ "@genesislcap/foundation-notifications": "15.10.5",
78
+ "@genesislcap/foundation-ui": "15.10.5",
79
+ "@genesislcap/foundation-utils": "15.10.5",
80
+ "@genesislcap/foundation-zero": "15.10.5",
81
+ "@genesislcap/foundation-zero-grid-pro": "15.10.5",
82
+ "@genesislcap/grid-pro": "15.10.5",
83
+ "@genesislcap/web-core": "15.10.5",
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": "2747f342a1681832c041ac612b854039ef908ab7"
106
+ "gitHead": "3d50e0bb42cbf0f4a92b4bc74114c2bc7f581e4d"
107
107
  }