@azure/search-documents 12.0.0-alpha.20230505.3 → 12.0.0-beta.1
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/index.js
CHANGED
|
@@ -1820,7 +1820,7 @@ class GeographyPoint {
|
|
|
1820
1820
|
}
|
|
1821
1821
|
|
|
1822
1822
|
// Copyright (c) Microsoft Corporation.
|
|
1823
|
-
const ISO8601DateRegex = /^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d{3})?Z$/i;
|
|
1823
|
+
const ISO8601DateRegex = /^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d{1,3})?Z$/i;
|
|
1824
1824
|
const GeoJSONPointTypeName = "Point";
|
|
1825
1825
|
const WorldGeodeticSystem1984 = "EPSG:4326"; // See https://epsg.io/4326
|
|
1826
1826
|
function serialize(obj) {
|