geonetwork-ui 2.10.0 → 2.10.1-dev.b5f258460
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.
|
@@ -20338,7 +20338,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
20338
20338
|
}] } });
|
|
20339
20339
|
|
|
20340
20340
|
var name = "geonetwork-ui";
|
|
20341
|
-
var version = "2.10.
|
|
20341
|
+
var version = "2.10.1-dev.b5f258460";
|
|
20342
20342
|
var engines = {
|
|
20343
20343
|
node: ">=24"
|
|
20344
20344
|
};
|
|
@@ -20424,7 +20424,7 @@ var packageJson = {
|
|
|
20424
20424
|
|
|
20425
20425
|
const GEONETWORK_UI_VERSION = packageJson.version;
|
|
20426
20426
|
const GEONETWORK_UI_TAG_NAME = GEONETWORK_UI_VERSION.split('-')[1]?.startsWith('dev')
|
|
20427
|
-
? '
|
|
20427
|
+
? '2.10.x'
|
|
20428
20428
|
: `v${packageJson.version}`;
|
|
20429
20429
|
|
|
20430
20430
|
const ValidatorMapper = {
|