geonetwork-ui 2.8.3-dev.9ee2576ea → 2.8.3-dev.a76ac18c6
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.
|
@@ -25519,7 +25519,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
|
|
|
25519
25519
|
}] } });
|
|
25520
25520
|
|
|
25521
25521
|
var name = "geonetwork-ui";
|
|
25522
|
-
var version = "2.8.3-dev.
|
|
25522
|
+
var version = "2.8.3-dev.a76ac18c6";
|
|
25523
25523
|
var engines = {
|
|
25524
25524
|
node: ">=20"
|
|
25525
25525
|
};
|
|
@@ -25615,7 +25615,7 @@ var packageJson = {
|
|
|
25615
25615
|
};
|
|
25616
25616
|
|
|
25617
25617
|
const GEONETWORK_UI_VERSION = packageJson.version;
|
|
25618
|
-
const GEONETWORK_UI_TAG_NAME = GEONETWORK_UI_VERSION.split('-')[1]
|
|
25618
|
+
const GEONETWORK_UI_TAG_NAME = GEONETWORK_UI_VERSION.split('-')[1]?.startsWith('dev')
|
|
25619
25619
|
? '2.8.x'
|
|
25620
25620
|
: `v${packageJson.version}`;
|
|
25621
25621
|
|