@genesislcap/pbc-documents-seed 1.9.0-pre-release.1 → 1.9.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/.genx/versions.json
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
|
|
3
3
|
This project has had Genesis Document Management Version `{{pbcVersion}}` added to it via `genx add` on {{date}}.
|
|
4
4
|
|
|
5
|
-
For more information on this capability visit https://
|
|
5
|
+
For more information on this capability visit https://docs.genesis.global/docs/develop/business-components/doc-management/.
|
|
@@ -6,13 +6,13 @@ import type { AppMetadata } from '@genesislcap/foundation-shell/app';
|
|
|
6
6
|
export const metadata: AppMetadata = {
|
|
7
7
|
name: '@genesislcap/pbc-documents-ui',
|
|
8
8
|
description: 'Genesis Documents PBC',
|
|
9
|
-
version: '1.9.0
|
|
9
|
+
version: '1.9.0',
|
|
10
10
|
prerequisites: {
|
|
11
11
|
'@genesislcap/foundation-ui': '14.*',
|
|
12
12
|
gsf: '8.*',
|
|
13
13
|
},
|
|
14
14
|
dependencies: {
|
|
15
15
|
'@genesislcap/pbc-documents-ui': '0.0.15',
|
|
16
|
-
serverDepId: '8.6.0
|
|
16
|
+
serverDepId: '8.6.0',
|
|
17
17
|
},
|
|
18
18
|
};
|