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

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",
@@ -681,6 +646,41 @@
681
646
  }
682
647
  ]
683
648
  },
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.2",
4
+ "version": "14.41.2-bny.3",
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.2",
45
- "@genesislcap/genx": "14.41.2-bny.2",
44
+ "@genesislcap/foundation-testing": "14.41.2-bny.3",
45
+ "@genesislcap/genx": "14.41.2-bny.3",
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.2",
51
- "@genesislcap/foundation-errors": "14.41.2-bny.2",
52
- "@genesislcap/foundation-forms": "14.41.2-bny.2",
53
- "@genesislcap/foundation-login": "14.41.2-bny.2",
54
- "@genesislcap/foundation-ui": "14.41.2-bny.2",
55
- "@genesislcap/foundation-utils": "14.41.2-bny.2",
56
- "@genesislcap/foundation-zero": "14.41.2-bny.2",
57
- "@genesislcap/foundation-zero-grid-pro": "14.41.2-bny.2",
58
- "@genesislcap/grid-pro": "14.41.2-bny.2",
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",
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": "4796266e66246b813f0f96b8617cd9df1d6ec891"
74
+ "gitHead": "58d7ac40ceb46bbf0a1567ec9552ffdf9673c067"
75
75
  }