@genesislcap/foundation-entity-management 14.496.0 → 14.496.1-GENC-1461.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.
@@ -89,41 +89,6 @@
89
89
  }
90
90
  ]
91
91
  },
92
- {
93
- "kind": "javascript-module",
94
- "path": "src/components/components.ts",
95
- "declarations": [
96
- {
97
- "kind": "function",
98
- "name": "loadRemotes"
99
- }
100
- ],
101
- "exports": [
102
- {
103
- "kind": "js",
104
- "name": "loadRemotes",
105
- "declaration": {
106
- "name": "loadRemotes",
107
- "module": "src/components/components.ts"
108
- }
109
- }
110
- ]
111
- },
112
- {
113
- "kind": "javascript-module",
114
- "path": "src/components/index.ts",
115
- "declarations": [],
116
- "exports": [
117
- {
118
- "kind": "js",
119
- "name": "*",
120
- "declaration": {
121
- "name": "*",
122
- "package": "./components"
123
- }
124
- }
125
- ]
126
- },
127
92
  {
128
93
  "kind": "javascript-module",
129
94
  "path": "src/entities/entities.styles.ts",
@@ -3895,27 +3860,6 @@
3895
3860
  }
3896
3861
  ]
3897
3862
  },
3898
- {
3899
- "kind": "javascript-module",
3900
- "path": "src/routes/config.ts",
3901
- "declarations": [],
3902
- "exports": []
3903
- },
3904
- {
3905
- "kind": "javascript-module",
3906
- "path": "src/routes/index.ts",
3907
- "declarations": [],
3908
- "exports": [
3909
- {
3910
- "kind": "js",
3911
- "name": "*",
3912
- "declaration": {
3913
- "name": "*",
3914
- "package": "./config"
3915
- }
3916
- }
3917
- ]
3918
- },
3919
3863
  {
3920
3864
  "kind": "javascript-module",
3921
3865
  "path": "src/layouts/default.ts",
@@ -3965,6 +3909,62 @@
3965
3909
  }
3966
3910
  ]
3967
3911
  },
3912
+ {
3913
+ "kind": "javascript-module",
3914
+ "path": "src/components/components.ts",
3915
+ "declarations": [
3916
+ {
3917
+ "kind": "function",
3918
+ "name": "loadRemotes"
3919
+ }
3920
+ ],
3921
+ "exports": [
3922
+ {
3923
+ "kind": "js",
3924
+ "name": "loadRemotes",
3925
+ "declaration": {
3926
+ "name": "loadRemotes",
3927
+ "module": "src/components/components.ts"
3928
+ }
3929
+ }
3930
+ ]
3931
+ },
3932
+ {
3933
+ "kind": "javascript-module",
3934
+ "path": "src/components/index.ts",
3935
+ "declarations": [],
3936
+ "exports": [
3937
+ {
3938
+ "kind": "js",
3939
+ "name": "*",
3940
+ "declaration": {
3941
+ "name": "*",
3942
+ "package": "./components"
3943
+ }
3944
+ }
3945
+ ]
3946
+ },
3947
+ {
3948
+ "kind": "javascript-module",
3949
+ "path": "src/routes/config.ts",
3950
+ "declarations": [],
3951
+ "exports": []
3952
+ },
3953
+ {
3954
+ "kind": "javascript-module",
3955
+ "path": "src/routes/index.ts",
3956
+ "declarations": [],
3957
+ "exports": [
3958
+ {
3959
+ "kind": "js",
3960
+ "name": "*",
3961
+ "declaration": {
3962
+ "name": "*",
3963
+ "package": "./config"
3964
+ }
3965
+ }
3966
+ ]
3967
+ },
3968
3968
  {
3969
3969
  "kind": "javascript-module",
3970
3970
  "path": "src/utils/custom-actions-utils.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.496.0",
4
+ "version": "14.496.1-GENC-1461.3",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -54,33 +54,33 @@
54
54
  }
55
55
  },
56
56
  "devDependencies": {
57
- "@genesislcap/foundation-testing": "14.496.0",
58
- "@genesislcap/genx": "14.496.0",
59
- "@genesislcap/rollup-builder": "14.496.0",
60
- "@genesislcap/ts-builder": "14.496.0",
61
- "@genesislcap/uvu-playwright-builder": "14.496.0",
62
- "@genesislcap/vite-builder": "14.496.0",
63
- "@genesislcap/webpack-builder": "14.496.0"
57
+ "@genesislcap/foundation-testing": "14.496.1-GENC-1461.3",
58
+ "@genesislcap/genx": "14.496.1-GENC-1461.3",
59
+ "@genesislcap/rollup-builder": "14.496.1-GENC-1461.3",
60
+ "@genesislcap/ts-builder": "14.496.1-GENC-1461.3",
61
+ "@genesislcap/uvu-playwright-builder": "14.496.1-GENC-1461.3",
62
+ "@genesislcap/vite-builder": "14.496.1-GENC-1461.3",
63
+ "@genesislcap/webpack-builder": "14.496.1-GENC-1461.3"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "@ag-grid-community/core": "29.2.0",
67
67
  "ag-grid-community": "36.0.0"
68
68
  },
69
69
  "dependencies": {
70
- "@genesislcap/foundation-ai": "14.496.0",
71
- "@genesislcap/foundation-auth": "14.496.0",
72
- "@genesislcap/foundation-comms": "14.496.0",
73
- "@genesislcap/foundation-errors": "14.496.0",
74
- "@genesislcap/foundation-events": "14.496.0",
75
- "@genesislcap/foundation-forms": "14.496.0",
76
- "@genesislcap/foundation-logger": "14.496.0",
77
- "@genesislcap/foundation-notifications": "14.496.0",
78
- "@genesislcap/foundation-ui": "14.496.0",
79
- "@genesislcap/foundation-utils": "14.496.0",
80
- "@genesislcap/foundation-zero": "14.496.0",
81
- "@genesislcap/foundation-zero-grid-pro": "14.496.0",
82
- "@genesislcap/grid-pro": "14.496.0",
83
- "@genesislcap/web-core": "14.496.0",
70
+ "@genesislcap/foundation-ai": "14.496.1-GENC-1461.3",
71
+ "@genesislcap/foundation-auth": "14.496.1-GENC-1461.3",
72
+ "@genesislcap/foundation-comms": "14.496.1-GENC-1461.3",
73
+ "@genesislcap/foundation-errors": "14.496.1-GENC-1461.3",
74
+ "@genesislcap/foundation-events": "14.496.1-GENC-1461.3",
75
+ "@genesislcap/foundation-forms": "14.496.1-GENC-1461.3",
76
+ "@genesislcap/foundation-logger": "14.496.1-GENC-1461.3",
77
+ "@genesislcap/foundation-notifications": "14.496.1-GENC-1461.3",
78
+ "@genesislcap/foundation-ui": "14.496.1-GENC-1461.3",
79
+ "@genesislcap/foundation-utils": "14.496.1-GENC-1461.3",
80
+ "@genesislcap/foundation-zero": "14.496.1-GENC-1461.3",
81
+ "@genesislcap/foundation-zero-grid-pro": "14.496.1-GENC-1461.3",
82
+ "@genesislcap/grid-pro": "14.496.1-GENC-1461.3",
83
+ "@genesislcap/web-core": "14.496.1-GENC-1461.3",
84
84
  "change-case": "^4.1.2"
85
85
  },
86
86
  "repository": {
@@ -103,5 +103,5 @@
103
103
  "require": "./dist/react.cjs"
104
104
  }
105
105
  },
106
- "gitHead": "2ae3ec60cab8440c6beb1da84e2d47239b11e9b5"
106
+ "gitHead": "2c9f5b6ca08c476ca0098b8b1fbaf6d776cc75af"
107
107
  }