@genesislcap/foundation-entity-management 14.94.0 → 14.94.1-pa-958.1

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,41 +87,6 @@
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
- },
125
90
  {
126
91
  "kind": "javascript-module",
127
92
  "path": "src/entities/entities.styles.ts",
@@ -2250,6 +2215,41 @@
2250
2215
  }
2251
2216
  ]
2252
2217
  },
2218
+ {
2219
+ "kind": "javascript-module",
2220
+ "path": "src/components/components.ts",
2221
+ "declarations": [
2222
+ {
2223
+ "kind": "function",
2224
+ "name": "loadRemotes"
2225
+ }
2226
+ ],
2227
+ "exports": [
2228
+ {
2229
+ "kind": "js",
2230
+ "name": "loadRemotes",
2231
+ "declaration": {
2232
+ "name": "loadRemotes",
2233
+ "module": "src/components/components.ts"
2234
+ }
2235
+ }
2236
+ ]
2237
+ },
2238
+ {
2239
+ "kind": "javascript-module",
2240
+ "path": "src/components/index.ts",
2241
+ "declarations": [],
2242
+ "exports": [
2243
+ {
2244
+ "kind": "js",
2245
+ "name": "*",
2246
+ "declaration": {
2247
+ "name": "*",
2248
+ "package": "./components"
2249
+ }
2250
+ }
2251
+ ]
2252
+ },
2253
2253
  {
2254
2254
  "kind": "javascript-module",
2255
2255
  "path": "src/routes/config.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.94.0",
4
+ "version": "14.94.1-pa-958.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -44,23 +44,23 @@
44
44
  },
45
45
  "devDependencies": {
46
46
  "@genesislcap/foundation-login": "^14.40.0",
47
- "@genesislcap/foundation-testing": "14.94.0",
48
- "@genesislcap/genx": "14.94.0",
47
+ "@genesislcap/foundation-testing": "14.94.1-pa-958.1",
48
+ "@genesislcap/genx": "14.94.1-pa-958.1",
49
49
  "rimraf": "^3.0.2"
50
50
  },
51
51
  "dependencies": {
52
52
  "@ag-grid-community/core": "29.2.0",
53
- "@genesislcap/foundation-comms": "14.94.0",
54
- "@genesislcap/foundation-errors": "14.94.0",
55
- "@genesislcap/foundation-forms": "14.94.0",
56
- "@genesislcap/foundation-logger": "14.94.0",
57
- "@genesislcap/foundation-login": "14.94.0",
58
- "@genesislcap/foundation-notifications": "14.94.0",
59
- "@genesislcap/foundation-ui": "14.94.0",
60
- "@genesislcap/foundation-utils": "14.94.0",
61
- "@genesislcap/foundation-zero": "14.94.0",
62
- "@genesislcap/foundation-zero-grid-pro": "14.94.0",
63
- "@genesislcap/grid-pro": "14.94.0",
53
+ "@genesislcap/foundation-comms": "14.94.1-pa-958.1",
54
+ "@genesislcap/foundation-errors": "14.94.1-pa-958.1",
55
+ "@genesislcap/foundation-forms": "14.94.1-pa-958.1",
56
+ "@genesislcap/foundation-logger": "14.94.1-pa-958.1",
57
+ "@genesislcap/foundation-login": "14.94.1-pa-958.1",
58
+ "@genesislcap/foundation-notifications": "14.94.1-pa-958.1",
59
+ "@genesislcap/foundation-ui": "14.94.1-pa-958.1",
60
+ "@genesislcap/foundation-utils": "14.94.1-pa-958.1",
61
+ "@genesislcap/foundation-zero": "14.94.1-pa-958.1",
62
+ "@genesislcap/foundation-zero-grid-pro": "14.94.1-pa-958.1",
63
+ "@genesislcap/grid-pro": "14.94.1-pa-958.1",
64
64
  "@microsoft/fast-components": "^2.21.3",
65
65
  "@microsoft/fast-element": "^1.7.0",
66
66
  "@microsoft/fast-foundation": "^2.33.2",
@@ -76,5 +76,5 @@
76
76
  "access": "public"
77
77
  },
78
78
  "customElements": "dist/custom-elements.json",
79
- "gitHead": "cb3b05d51d51d25f3558ab4436258df58268aa0e"
79
+ "gitHead": "3dbe67e6d256eb52af379754c2c5097a36891e37"
80
80
  }