@genesislcap/foundation-entity-management 14.41.2-bny.3 → 14.41.2-bny.4

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",
@@ -646,41 +681,6 @@
646
681
  }
647
682
  ]
648
683
  },
649
- {
650
- "kind": "javascript-module",
651
- "path": "src/components/components.ts",
652
- "declarations": [
653
- {
654
- "kind": "function",
655
- "name": "loadRemotes"
656
- }
657
- ],
658
- "exports": [
659
- {
660
- "kind": "js",
661
- "name": "loadRemotes",
662
- "declaration": {
663
- "name": "loadRemotes",
664
- "module": "src/components/components.ts"
665
- }
666
- }
667
- ]
668
- },
669
- {
670
- "kind": "javascript-module",
671
- "path": "src/components/index.ts",
672
- "declarations": [],
673
- "exports": [
674
- {
675
- "kind": "js",
676
- "name": "*",
677
- "declaration": {
678
- "name": "*",
679
- "package": "./components"
680
- }
681
- }
682
- ]
683
- },
684
684
  {
685
685
  "kind": "javascript-module",
686
686
  "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.41.2-bny.3",
4
+ "version": "14.41.2-bny.4",
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.41.2-bny.3",
45
- "@genesislcap/genx": "14.41.2-bny.3",
44
+ "@genesislcap/foundation-testing": "14.41.2-bny.4",
45
+ "@genesislcap/genx": "14.41.2-bny.4",
46
46
  "bulma": "^0.9.3"
47
47
  },
48
48
  "dependencies": {
49
49
  "@ag-grid-community/core": "29.2.0",
50
- "@genesislcap/foundation-comms": "14.41.2-bny.3",
51
- "@genesislcap/foundation-errors": "14.41.2-bny.3",
52
- "@genesislcap/foundation-forms": "14.41.2-bny.3",
53
- "@genesislcap/foundation-login": "14.41.2-bny.3",
54
- "@genesislcap/foundation-ui": "14.41.2-bny.3",
55
- "@genesislcap/foundation-utils": "14.41.2-bny.3",
56
- "@genesislcap/foundation-zero": "14.41.2-bny.3",
57
- "@genesislcap/foundation-zero-grid-pro": "14.41.2-bny.3",
58
- "@genesislcap/grid-pro": "14.41.2-bny.3",
50
+ "@genesislcap/foundation-comms": "14.41.2-bny.4",
51
+ "@genesislcap/foundation-errors": "14.41.2-bny.4",
52
+ "@genesislcap/foundation-forms": "14.41.2-bny.4",
53
+ "@genesislcap/foundation-login": "14.41.2-bny.4",
54
+ "@genesislcap/foundation-ui": "14.41.2-bny.4",
55
+ "@genesislcap/foundation-utils": "14.41.2-bny.4",
56
+ "@genesislcap/foundation-zero": "14.41.2-bny.4",
57
+ "@genesislcap/foundation-zero-grid-pro": "14.41.2-bny.4",
58
+ "@genesislcap/grid-pro": "14.41.2-bny.4",
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": "58d7ac40ceb46bbf0a1567ec9552ffdf9673c067"
74
+ "gitHead": "bbf4baef5233ed46e939152641039fe3d7ea6baa"
75
75
  }