@genesislcap/foundation-entity-management 14.49.1 → 14.50.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.
- package/dist/custom-elements.json +21 -21
- package/package.json +13 -13
|
@@ -1194,6 +1194,27 @@
|
|
|
1194
1194
|
}
|
|
1195
1195
|
]
|
|
1196
1196
|
},
|
|
1197
|
+
{
|
|
1198
|
+
"kind": "javascript-module",
|
|
1199
|
+
"path": "src/routes/config.ts",
|
|
1200
|
+
"declarations": [],
|
|
1201
|
+
"exports": []
|
|
1202
|
+
},
|
|
1203
|
+
{
|
|
1204
|
+
"kind": "javascript-module",
|
|
1205
|
+
"path": "src/routes/index.ts",
|
|
1206
|
+
"declarations": [],
|
|
1207
|
+
"exports": [
|
|
1208
|
+
{
|
|
1209
|
+
"kind": "js",
|
|
1210
|
+
"name": "*",
|
|
1211
|
+
"declaration": {
|
|
1212
|
+
"name": "*",
|
|
1213
|
+
"package": "./config"
|
|
1214
|
+
}
|
|
1215
|
+
}
|
|
1216
|
+
]
|
|
1217
|
+
},
|
|
1197
1218
|
{
|
|
1198
1219
|
"kind": "javascript-module",
|
|
1199
1220
|
"path": "src/profiles/editProfileSchema.ts",
|
|
@@ -1915,27 +1936,6 @@
|
|
|
1915
1936
|
}
|
|
1916
1937
|
]
|
|
1917
1938
|
},
|
|
1918
|
-
{
|
|
1919
|
-
"kind": "javascript-module",
|
|
1920
|
-
"path": "src/routes/config.ts",
|
|
1921
|
-
"declarations": [],
|
|
1922
|
-
"exports": []
|
|
1923
|
-
},
|
|
1924
|
-
{
|
|
1925
|
-
"kind": "javascript-module",
|
|
1926
|
-
"path": "src/routes/index.ts",
|
|
1927
|
-
"declarations": [],
|
|
1928
|
-
"exports": [
|
|
1929
|
-
{
|
|
1930
|
-
"kind": "js",
|
|
1931
|
-
"name": "*",
|
|
1932
|
-
"declaration": {
|
|
1933
|
-
"name": "*",
|
|
1934
|
-
"package": "./config"
|
|
1935
|
-
}
|
|
1936
|
-
}
|
|
1937
|
-
]
|
|
1938
|
-
},
|
|
1939
1939
|
{
|
|
1940
1940
|
"kind": "javascript-module",
|
|
1941
1941
|
"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.
|
|
4
|
+
"version": "14.50.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
|
-
"@genesislcap/genx": "^14.
|
|
44
|
+
"@genesislcap/foundation-testing": "^14.50.0",
|
|
45
|
+
"@genesislcap/genx": "^14.50.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.
|
|
51
|
-
"@genesislcap/foundation-errors": "^14.
|
|
52
|
-
"@genesislcap/foundation-forms": "^14.
|
|
53
|
-
"@genesislcap/foundation-login": "^14.
|
|
54
|
-
"@genesislcap/foundation-ui": "^14.
|
|
55
|
-
"@genesislcap/foundation-utils": "^14.
|
|
56
|
-
"@genesislcap/foundation-zero": "^14.
|
|
57
|
-
"@genesislcap/foundation-zero-grid-pro": "^14.
|
|
58
|
-
"@genesislcap/grid-pro": "^14.
|
|
50
|
+
"@genesislcap/foundation-comms": "^14.50.0",
|
|
51
|
+
"@genesislcap/foundation-errors": "^14.50.0",
|
|
52
|
+
"@genesislcap/foundation-forms": "^14.50.0",
|
|
53
|
+
"@genesislcap/foundation-login": "^14.50.0",
|
|
54
|
+
"@genesislcap/foundation-ui": "^14.50.0",
|
|
55
|
+
"@genesislcap/foundation-utils": "^14.50.0",
|
|
56
|
+
"@genesislcap/foundation-zero": "^14.50.0",
|
|
57
|
+
"@genesislcap/foundation-zero-grid-pro": "^14.50.0",
|
|
58
|
+
"@genesislcap/grid-pro": "^14.50.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": "
|
|
74
|
+
"gitHead": "c19d65aecc40c8063f5d90dfd993e4fb00d8b8a7"
|
|
75
75
|
}
|