@genesislcap/foundation-entity-management 14.194.1 → 14.194.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.
@@ -87,6 +87,41 @@
87
87
  }
88
88
  ]
89
89
  },
90
+ {
91
+ "kind": "javascript-module",
92
+ "path": "src/components/components.ts",
93
+ "declarations": [
94
+ {
95
+ "kind": "function",
96
+ "name": "loadRemotes"
97
+ }
98
+ ],
99
+ "exports": [
100
+ {
101
+ "kind": "js",
102
+ "name": "loadRemotes",
103
+ "declaration": {
104
+ "name": "loadRemotes",
105
+ "module": "src/components/components.ts"
106
+ }
107
+ }
108
+ ]
109
+ },
110
+ {
111
+ "kind": "javascript-module",
112
+ "path": "src/components/index.ts",
113
+ "declarations": [],
114
+ "exports": [
115
+ {
116
+ "kind": "js",
117
+ "name": "*",
118
+ "declaration": {
119
+ "name": "*",
120
+ "package": "./components"
121
+ }
122
+ }
123
+ ]
124
+ },
90
125
  {
91
126
  "kind": "javascript-module",
92
127
  "path": "src/entities/entities.styles.ts",
@@ -882,41 +917,6 @@
882
917
  }
883
918
  ]
884
919
  },
885
- {
886
- "kind": "javascript-module",
887
- "path": "src/components/components.ts",
888
- "declarations": [
889
- {
890
- "kind": "function",
891
- "name": "loadRemotes"
892
- }
893
- ],
894
- "exports": [
895
- {
896
- "kind": "js",
897
- "name": "loadRemotes",
898
- "declaration": {
899
- "name": "loadRemotes",
900
- "module": "src/components/components.ts"
901
- }
902
- }
903
- ]
904
- },
905
- {
906
- "kind": "javascript-module",
907
- "path": "src/components/index.ts",
908
- "declarations": [],
909
- "exports": [
910
- {
911
- "kind": "js",
912
- "name": "*",
913
- "declaration": {
914
- "name": "*",
915
- "package": "./components"
916
- }
917
- }
918
- ]
919
- },
920
920
  {
921
921
  "kind": "javascript-module",
922
922
  "path": "src/layouts/default.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.194.1",
4
+ "version": "14.194.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -52,29 +52,29 @@
52
52
  }
53
53
  },
54
54
  "devDependencies": {
55
- "@genesislcap/foundation-testing": "14.194.1",
56
- "@genesislcap/genx": "14.194.1",
57
- "@genesislcap/rollup-builder": "14.194.1",
58
- "@genesislcap/ts-builder": "14.194.1",
59
- "@genesislcap/uvu-playwright-builder": "14.194.1",
60
- "@genesislcap/vite-builder": "14.194.1",
61
- "@genesislcap/webpack-builder": "14.194.1",
55
+ "@genesislcap/foundation-testing": "14.194.2",
56
+ "@genesislcap/genx": "14.194.2",
57
+ "@genesislcap/rollup-builder": "14.194.2",
58
+ "@genesislcap/ts-builder": "14.194.2",
59
+ "@genesislcap/uvu-playwright-builder": "14.194.2",
60
+ "@genesislcap/vite-builder": "14.194.2",
61
+ "@genesislcap/webpack-builder": "14.194.2",
62
62
  "rimraf": "^5.0.0"
63
63
  },
64
64
  "dependencies": {
65
65
  "@ag-grid-community/core": "29.2.0",
66
- "@genesislcap/foundation-comms": "14.194.1",
67
- "@genesislcap/foundation-errors": "14.194.1",
68
- "@genesislcap/foundation-events": "14.194.1",
69
- "@genesislcap/foundation-forms": "14.194.1",
70
- "@genesislcap/foundation-logger": "14.194.1",
71
- "@genesislcap/foundation-login": "14.194.1",
72
- "@genesislcap/foundation-notifications": "14.194.1",
73
- "@genesislcap/foundation-ui": "14.194.1",
74
- "@genesislcap/foundation-utils": "14.194.1",
75
- "@genesislcap/foundation-zero": "14.194.1",
76
- "@genesislcap/foundation-zero-grid-pro": "14.194.1",
77
- "@genesislcap/grid-pro": "14.194.1",
66
+ "@genesislcap/foundation-comms": "14.194.2",
67
+ "@genesislcap/foundation-errors": "14.194.2",
68
+ "@genesislcap/foundation-events": "14.194.2",
69
+ "@genesislcap/foundation-forms": "14.194.2",
70
+ "@genesislcap/foundation-logger": "14.194.2",
71
+ "@genesislcap/foundation-login": "14.194.2",
72
+ "@genesislcap/foundation-notifications": "14.194.2",
73
+ "@genesislcap/foundation-ui": "14.194.2",
74
+ "@genesislcap/foundation-utils": "14.194.2",
75
+ "@genesislcap/foundation-zero": "14.194.2",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.194.2",
77
+ "@genesislcap/grid-pro": "14.194.2",
78
78
  "@microsoft/fast-components": "^2.30.6",
79
79
  "@microsoft/fast-element": "^1.12.0",
80
80
  "@microsoft/fast-foundation": "^2.49.4",
@@ -90,5 +90,5 @@
90
90
  "access": "public"
91
91
  },
92
92
  "customElements": "dist/custom-elements.json",
93
- "gitHead": "fd89966869cd72af9e24ef5692e41ff8235f7136"
93
+ "gitHead": "494ed2d34f92870a01e5b4bdcf4cde9ef064a229"
94
94
  }