@vannizhang/living-atlas-content-validator 1.5.18-beta.1 → 1.5.18-beta.2
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/package-info.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"lastCompiledTime":
|
|
1
|
+
{"lastCompiledTime":1745601716544}
|
|
@@ -25,7 +25,7 @@ const CUSTOM_TERMS_FEATURE_TABLE_ITEMINFO_DEV = CUSTOM_TERMS_FEATURE_TABLE_ROOT_
|
|
|
25
25
|
* @see
|
|
26
26
|
* https://services.arcgis.com/jIL9msH9OI208GCb/arcgis/rest/services/Custom_Terms/FeatureServer
|
|
27
27
|
*/
|
|
28
|
-
const CUSTOM_TERMS_FEATURE_TABLE_ROOT_PROD = 'https://services.arcgis.com/
|
|
28
|
+
const CUSTOM_TERMS_FEATURE_TABLE_ROOT_PROD = 'https://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/Custom_Terms/FeatureServer';
|
|
29
29
|
/**
|
|
30
30
|
* The URL for the Custom Terms feature table in the production environment.
|
|
31
31
|
* @see
|
|
@@ -23,9 +23,9 @@ const CUSTOM_TERMS_REVIEW_RESULTS_FEATURE_TABLE_ITEMINFO_DEV = CUSTOM_TERMS_REVI
|
|
|
23
23
|
/**
|
|
24
24
|
* The root URL for the Custom Terms Review Results feature table in the production environment.
|
|
25
25
|
* @see
|
|
26
|
-
* https://services.arcgis.com/
|
|
26
|
+
* https://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/Custom_Terms_Review_Results/FeatureServer
|
|
27
27
|
*/
|
|
28
|
-
const CUSTOM_TERMS_REVIEW_RESULTS_FEATURE_TABLE_ROOT_PROD = 'https://services.arcgis.com/
|
|
28
|
+
const CUSTOM_TERMS_REVIEW_RESULTS_FEATURE_TABLE_ROOT_PROD = 'https://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/Custom_Terms_Review_Results/FeatureServer';
|
|
29
29
|
/**
|
|
30
30
|
* The URL for the Custom Terms Review Results feature table in the production environment.
|
|
31
31
|
* @see
|
package/package.json
CHANGED