@genesislcap/foundation-entity-management 14.79.0 → 14.79.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,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",
@@ -638,41 +673,6 @@
638
673
  }
639
674
  ]
640
675
  },
641
- {
642
- "kind": "javascript-module",
643
- "path": "src/components/components.ts",
644
- "declarations": [
645
- {
646
- "kind": "function",
647
- "name": "loadRemotes"
648
- }
649
- ],
650
- "exports": [
651
- {
652
- "kind": "js",
653
- "name": "loadRemotes",
654
- "declaration": {
655
- "name": "loadRemotes",
656
- "module": "src/components/components.ts"
657
- }
658
- }
659
- ]
660
- },
661
- {
662
- "kind": "javascript-module",
663
- "path": "src/components/index.ts",
664
- "declarations": [],
665
- "exports": [
666
- {
667
- "kind": "js",
668
- "name": "*",
669
- "declaration": {
670
- "name": "*",
671
- "package": "./components"
672
- }
673
- }
674
- ]
675
- },
676
676
  {
677
677
  "kind": "javascript-module",
678
678
  "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.79.0",
4
+ "version": "14.79.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -41,21 +41,21 @@
41
41
  },
42
42
  "devDependencies": {
43
43
  "@genesislcap/foundation-login": "^14.40.0",
44
- "@genesislcap/foundation-testing": "14.79.0",
45
- "@genesislcap/genx": "14.79.0",
44
+ "@genesislcap/foundation-testing": "14.79.1",
45
+ "@genesislcap/genx": "14.79.1",
46
46
  "rimraf": "^3.0.2"
47
47
  },
48
48
  "dependencies": {
49
49
  "@ag-grid-community/core": "29.2.0",
50
- "@genesislcap/foundation-comms": "14.79.0",
51
- "@genesislcap/foundation-errors": "14.79.0",
52
- "@genesislcap/foundation-forms": "14.79.0",
53
- "@genesislcap/foundation-login": "14.79.0",
54
- "@genesislcap/foundation-ui": "14.79.0",
55
- "@genesislcap/foundation-utils": "14.79.0",
56
- "@genesislcap/foundation-zero": "14.79.0",
57
- "@genesislcap/foundation-zero-grid-pro": "14.79.0",
58
- "@genesislcap/grid-pro": "14.79.0",
50
+ "@genesislcap/foundation-comms": "14.79.1",
51
+ "@genesislcap/foundation-errors": "14.79.1",
52
+ "@genesislcap/foundation-forms": "14.79.1",
53
+ "@genesislcap/foundation-login": "14.79.1",
54
+ "@genesislcap/foundation-ui": "14.79.1",
55
+ "@genesislcap/foundation-utils": "14.79.1",
56
+ "@genesislcap/foundation-zero": "14.79.1",
57
+ "@genesislcap/foundation-zero-grid-pro": "14.79.1",
58
+ "@genesislcap/grid-pro": "14.79.1",
59
59
  "@microsoft/fast-components": "^2.21.3",
60
60
  "@microsoft/fast-element": "^1.7.0",
61
61
  "@microsoft/fast-foundation": "^2.33.2",
@@ -71,5 +71,5 @@
71
71
  "access": "public"
72
72
  },
73
73
  "customElements": "dist/custom-elements.json",
74
- "gitHead": "387b58371f312eade8910d403a6bcce506212bb7"
74
+ "gitHead": "f6631dc2350244ee9f1ea5fe24ef0eaadca32c1a"
75
75
  }