@genesislcap/foundation-entity-management 14.24.3-alpha-f66f596.0 → 14.24.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,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",
@@ -559,41 +594,6 @@
559
594
  }
560
595
  ]
561
596
  },
562
- {
563
- "kind": "javascript-module",
564
- "path": "src/components/components.ts",
565
- "declarations": [
566
- {
567
- "kind": "function",
568
- "name": "loadRemotes"
569
- }
570
- ],
571
- "exports": [
572
- {
573
- "kind": "js",
574
- "name": "loadRemotes",
575
- "declaration": {
576
- "name": "loadRemotes",
577
- "module": "src/components/components.ts"
578
- }
579
- }
580
- ]
581
- },
582
- {
583
- "kind": "javascript-module",
584
- "path": "src/components/index.ts",
585
- "declarations": [],
586
- "exports": [
587
- {
588
- "kind": "js",
589
- "name": "*",
590
- "declaration": {
591
- "name": "*",
592
- "package": "./components"
593
- }
594
- }
595
- ]
596
- },
597
597
  {
598
598
  "kind": "javascript-module",
599
599
  "path": "src/layouts/default.ts",
@@ -1108,27 +1108,6 @@
1108
1108
  }
1109
1109
  ]
1110
1110
  },
1111
- {
1112
- "kind": "javascript-module",
1113
- "path": "src/routes/config.ts",
1114
- "declarations": [],
1115
- "exports": []
1116
- },
1117
- {
1118
- "kind": "javascript-module",
1119
- "path": "src/routes/index.ts",
1120
- "declarations": [],
1121
- "exports": [
1122
- {
1123
- "kind": "js",
1124
- "name": "*",
1125
- "declaration": {
1126
- "name": "*",
1127
- "package": "./config"
1128
- }
1129
- }
1130
- ]
1131
- },
1132
1111
  {
1133
1112
  "kind": "javascript-module",
1134
1113
  "path": "src/profiles/editProfileSchema.ts",
@@ -1744,6 +1723,27 @@
1744
1723
  }
1745
1724
  ]
1746
1725
  },
1726
+ {
1727
+ "kind": "javascript-module",
1728
+ "path": "src/routes/config.ts",
1729
+ "declarations": [],
1730
+ "exports": []
1731
+ },
1732
+ {
1733
+ "kind": "javascript-module",
1734
+ "path": "src/routes/index.ts",
1735
+ "declarations": [],
1736
+ "exports": [
1737
+ {
1738
+ "kind": "js",
1739
+ "name": "*",
1740
+ "declaration": {
1741
+ "name": "*",
1742
+ "package": "./config"
1743
+ }
1744
+ }
1745
+ ]
1746
+ },
1747
1747
  {
1748
1748
  "kind": "javascript-module",
1749
1749
  "path": "src/users/users.template.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.24.3-alpha-f66f596.0",
4
+ "version": "14.24.3",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -39,8 +39,8 @@
39
39
  "test:unit:watch": "watchlist src test -- npm run test:unit"
40
40
  },
41
41
  "devDependencies": {
42
- "@genesislcap/foundation-testing": "14.24.3-alpha-f66f596.0",
43
- "@genesislcap/genx": "14.24.3-alpha-f66f596.0",
42
+ "@genesislcap/foundation-testing": "^14.24.3",
43
+ "@genesislcap/genx": "^14.24.3",
44
44
  "@playwright/test": "^1.18.1",
45
45
  "bulma": "^0.9.3",
46
46
  "c8": "^7.11.0",
@@ -81,15 +81,15 @@
81
81
  "webpack-merge": "^5.7.3"
82
82
  },
83
83
  "dependencies": {
84
- "@genesislcap/foundation-comms": "14.24.3-alpha-f66f596.0",
85
- "@genesislcap/foundation-errors": "14.24.3-alpha-f66f596.0",
86
- "@genesislcap/foundation-forms": "14.24.3-alpha-f66f596.0",
87
- "@genesislcap/foundation-login": "14.24.3-alpha-f66f596.0",
88
- "@genesislcap/foundation-ui": "14.24.3-alpha-f66f596.0",
89
- "@genesislcap/foundation-utils": "14.24.3-alpha-f66f596.0",
90
- "@genesislcap/foundation-zero": "14.24.3-alpha-f66f596.0",
91
- "@genesislcap/foundation-zero-grid-pro": "14.24.3-alpha-f66f596.0",
92
- "@genesislcap/grid-pro": "14.24.3-alpha-f66f596.0",
84
+ "@genesislcap/foundation-comms": "^14.24.3",
85
+ "@genesislcap/foundation-errors": "^14.24.3",
86
+ "@genesislcap/foundation-forms": "^14.24.3",
87
+ "@genesislcap/foundation-login": "^14.24.3",
88
+ "@genesislcap/foundation-ui": "^14.24.3",
89
+ "@genesislcap/foundation-utils": "^14.24.3",
90
+ "@genesislcap/foundation-zero": "^14.24.3",
91
+ "@genesislcap/foundation-zero-grid-pro": "^14.24.3",
92
+ "@genesislcap/grid-pro": "^14.24.3",
93
93
  "@microsoft/fast-components": "^2.21.3",
94
94
  "@microsoft/fast-element": "^1.7.0",
95
95
  "@microsoft/fast-foundation": "^2.33.2",
@@ -114,5 +114,5 @@
114
114
  "access": "public"
115
115
  },
116
116
  "customElements": "dist/custom-elements.json",
117
- "gitHead": "9ed667d50aa4468cec62c6a6ae63331f9bbf19b1"
117
+ "gitHead": "364368afc90a9300bf9be70e0bce9862caa33ff2"
118
118
  }