@genesislcap/foundation-entity-management 14.41.2 → 14.41.3-alpha-470134b.0

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.
@@ -1101,27 +1101,6 @@
1101
1101
  }
1102
1102
  ]
1103
1103
  },
1104
- {
1105
- "kind": "javascript-module",
1106
- "path": "src/routes/config.ts",
1107
- "declarations": [],
1108
- "exports": []
1109
- },
1110
- {
1111
- "kind": "javascript-module",
1112
- "path": "src/routes/index.ts",
1113
- "declarations": [],
1114
- "exports": [
1115
- {
1116
- "kind": "js",
1117
- "name": "*",
1118
- "declaration": {
1119
- "name": "*",
1120
- "package": "./config"
1121
- }
1122
- }
1123
- ]
1124
- },
1125
1104
  {
1126
1105
  "kind": "javascript-module",
1127
1106
  "path": "src/profiles/editProfileSchema.ts",
@@ -1765,6 +1744,27 @@
1765
1744
  }
1766
1745
  ]
1767
1746
  },
1747
+ {
1748
+ "kind": "javascript-module",
1749
+ "path": "src/routes/config.ts",
1750
+ "declarations": [],
1751
+ "exports": []
1752
+ },
1753
+ {
1754
+ "kind": "javascript-module",
1755
+ "path": "src/routes/index.ts",
1756
+ "declarations": [],
1757
+ "exports": [
1758
+ {
1759
+ "kind": "js",
1760
+ "name": "*",
1761
+ "declaration": {
1762
+ "name": "*",
1763
+ "package": "./config"
1764
+ }
1765
+ }
1766
+ ]
1767
+ },
1768
1768
  {
1769
1769
  "kind": "javascript-module",
1770
1770
  "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.41.2",
4
+ "version": "14.41.3-alpha-470134b.0",
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",
45
- "@genesislcap/genx": "^14.41.2",
44
+ "@genesislcap/foundation-testing": "14.41.3-alpha-470134b.0",
45
+ "@genesislcap/genx": "14.41.3-alpha-470134b.0",
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",
51
- "@genesislcap/foundation-errors": "^14.41.2",
52
- "@genesislcap/foundation-forms": "^14.41.2",
53
- "@genesislcap/foundation-login": "^14.41.2",
54
- "@genesislcap/foundation-ui": "^14.41.2",
55
- "@genesislcap/foundation-utils": "^14.41.2",
56
- "@genesislcap/foundation-zero": "^14.41.2",
57
- "@genesislcap/foundation-zero-grid-pro": "^14.41.2",
58
- "@genesislcap/grid-pro": "^14.41.2",
50
+ "@genesislcap/foundation-comms": "14.41.3-alpha-470134b.0",
51
+ "@genesislcap/foundation-errors": "14.41.3-alpha-470134b.0",
52
+ "@genesislcap/foundation-forms": "14.41.3-alpha-470134b.0",
53
+ "@genesislcap/foundation-login": "14.41.3-alpha-470134b.0",
54
+ "@genesislcap/foundation-ui": "14.41.3-alpha-470134b.0",
55
+ "@genesislcap/foundation-utils": "14.41.3-alpha-470134b.0",
56
+ "@genesislcap/foundation-zero": "14.41.3-alpha-470134b.0",
57
+ "@genesislcap/foundation-zero-grid-pro": "14.41.3-alpha-470134b.0",
58
+ "@genesislcap/grid-pro": "14.41.3-alpha-470134b.0",
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": "79b8c7d18ec3015bd387fc5a630ae82a5d4b6a95"
74
+ "gitHead": "13808253539aa4b68fde81683645e5464452a5e3"
75
75
  }