@genesislcap/foundation-entity-management 14.45.0 → 14.46.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,6 +1101,27 @@
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
+ },
1104
1125
  {
1105
1126
  "kind": "javascript-module",
1106
1127
  "path": "src/profiles/editProfileSchema.ts",
@@ -1744,27 +1765,6 @@
1744
1765
  }
1745
1766
  ]
1746
1767
  },
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.45.0",
4
+ "version": "14.46.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.45.0",
45
- "@genesislcap/genx": "^14.45.0",
44
+ "@genesislcap/foundation-testing": "^14.46.0",
45
+ "@genesislcap/genx": "^14.46.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.45.0",
51
- "@genesislcap/foundation-errors": "^14.45.0",
52
- "@genesislcap/foundation-forms": "^14.45.0",
53
- "@genesislcap/foundation-login": "^14.45.0",
54
- "@genesislcap/foundation-ui": "^14.45.0",
55
- "@genesislcap/foundation-utils": "^14.45.0",
56
- "@genesislcap/foundation-zero": "^14.45.0",
57
- "@genesislcap/foundation-zero-grid-pro": "^14.45.0",
58
- "@genesislcap/grid-pro": "^14.45.0",
50
+ "@genesislcap/foundation-comms": "^14.46.0",
51
+ "@genesislcap/foundation-errors": "^14.46.0",
52
+ "@genesislcap/foundation-forms": "^14.46.0",
53
+ "@genesislcap/foundation-login": "^14.46.0",
54
+ "@genesislcap/foundation-ui": "^14.46.0",
55
+ "@genesislcap/foundation-utils": "^14.46.0",
56
+ "@genesislcap/foundation-zero": "^14.46.0",
57
+ "@genesislcap/foundation-zero-grid-pro": "^14.46.0",
58
+ "@genesislcap/grid-pro": "^14.46.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": "f4b5cf86b3f9a49530ba9a15ca5db0df4d2e2e36"
74
+ "gitHead": "aaaf1e3338854f98d7a05fbf4f5bba0a015a8cd7"
75
75
  }