@camptocamp/ogc-client
Advanced tools
Comparing version 1.1.0-RC.1 to 1.1.0-RC.2
@@ -1,13 +0,13 @@ | ||
export { default as WfsEndpoint } from './wfs/endpoint'; | ||
export type { WfsVersion, WfsFeatureWithProps, WfsFeatureTypeSummary, WfsFeatureTypeBrief, FeatureGeometryType, FeaturePropertyType, WfsFeatureTypeFull, WfsFeatureTypePropDetails, WfsFeatureTypePropsDetails, WfsFeatureTypeUniqueValue, } from './wfs/model'; | ||
export { default as WmsEndpoint } from './wms/endpoint'; | ||
export type { WmsLayerFull, WmsVersion, WmsLayerSummary, WmtsLayerAttribution, } from './wms/model'; | ||
export { default as WmtsEndpoint } from './wmts/endpoint'; | ||
export type { WmtsLayerDimensionValue, WmtsLayerResourceLink, WmtsEndpointInfo, WmtsLayer, WmtsMatrixSet, } from './wmts/model'; | ||
export type { LayerStyle, BoundingBox, FetchOptions, GenericEndpointInfo, } from './shared/models'; | ||
export { default as OgcApiEndpoint } from './ogc-api/endpoint'; | ||
export * from './ogc-api/model'; | ||
export { useCache } from './shared/cache'; | ||
export { sharedFetch, setFetchOptions, resetFetchOptions, } from './shared/http-utils'; | ||
export { enableFallbackWithoutWorker } from './worker/index'; | ||
export { default as WfsEndpoint } from './wfs/endpoint.js'; | ||
export type { WfsVersion, WfsFeatureWithProps, WfsFeatureTypeSummary, WfsFeatureTypeBrief, FeatureGeometryType, FeaturePropertyType, WfsFeatureTypeFull, WfsFeatureTypePropDetails, WfsFeatureTypePropsDetails, WfsFeatureTypeUniqueValue, } from './wfs/model.js'; | ||
export { default as WmsEndpoint } from './wms/endpoint.js'; | ||
export type { WmsLayerFull, WmsVersion, WmsLayerSummary, WmtsLayerAttribution, } from './wms/model.js'; | ||
export { default as WmtsEndpoint } from './wmts/endpoint.js'; | ||
export type { WmtsLayerDimensionValue, WmtsLayerResourceLink, WmtsEndpointInfo, WmtsLayer, WmtsMatrixSet, } from './wmts/model.js'; | ||
export type { LayerStyle, BoundingBox, FetchOptions, GenericEndpointInfo, } from './shared/models.js'; | ||
export { default as OgcApiEndpoint } from './ogc-api/endpoint.js'; | ||
export * from './ogc-api/model.js'; | ||
export { useCache } from './shared/cache.js'; | ||
export { sharedFetch, setFetchOptions, resetFetchOptions, } from './shared/http-utils.js'; | ||
export { enableFallbackWithoutWorker } from './worker/index.js'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,7 +0,7 @@ | ||
import { default as default2 } from "./wfs/endpoint"; | ||
import { default as default3 } from "./wms/endpoint"; | ||
import { default as default4 } from "./wmts/endpoint"; | ||
import { default as default5 } from "./ogc-api/endpoint"; | ||
export * from "./ogc-api/model"; | ||
import { useCache } from "./shared/cache"; | ||
import { default as default2 } from "./wfs/endpoint.js"; | ||
import { default as default3 } from "./wms/endpoint.js"; | ||
import { default as default4 } from "./wmts/endpoint.js"; | ||
import { default as default5 } from "./ogc-api/endpoint.js"; | ||
export * from "./ogc-api/model.js"; | ||
import { useCache } from "./shared/cache.js"; | ||
import { | ||
@@ -11,5 +11,5 @@ sharedFetch, | ||
resetFetchOptions | ||
} from "./shared/http-utils"; | ||
import { enableFallbackWithoutWorker } from "./worker/index"; | ||
import "./worker-fallback"; | ||
} from "./shared/http-utils.js"; | ||
import { enableFallbackWithoutWorker } from "./worker/index.js"; | ||
import "./worker-fallback/index.js"; | ||
export { | ||
@@ -26,1 +26,2 @@ default5 as OgcApiEndpoint, | ||
}; | ||
//# sourceMappingURL=index.js.map |
@@ -197,1 +197,2 @@ import { | ||
}; | ||
//# sourceMappingURL=endpoint.js.map |
@@ -108,1 +108,2 @@ import { | ||
}; | ||
//# sourceMappingURL=info.js.map |
@@ -80,1 +80,2 @@ import { EndpointError } from "../shared/errors.js"; | ||
}; | ||
//# sourceMappingURL=link-utils.js.map |
@@ -14,1 +14,2 @@ const CollectionParameterTypes = [ | ||
}; | ||
//# sourceMappingURL=model.js.map |
@@ -97,1 +97,2 @@ let cacheExpiryDuration = 1e3 * 60 * 60; | ||
}; | ||
//# sourceMappingURL=cache.js.map |
@@ -149,1 +149,2 @@ const LatLonCrsList = [ | ||
}; | ||
//# sourceMappingURL=crs-utils.js.map |
@@ -25,1 +25,2 @@ const ENCODINGS = ["utf-8", "utf-16", "iso-8859-1"]; | ||
}; | ||
//# sourceMappingURL=encoding.js.map |
@@ -12,1 +12,2 @@ class EndpointError extends Error { | ||
}; | ||
//# sourceMappingURL=errors.js.map |
@@ -105,1 +105,2 @@ import { parseXmlString } from "./xml-utils.js"; | ||
}; | ||
//# sourceMappingURL=http-utils.js.map |
@@ -8,1 +8,2 @@ let counter = 0; | ||
}; | ||
//# sourceMappingURL=id.js.map |
@@ -69,1 +69,2 @@ import { parseXml, XmlElement } from "@rgrove/parse-xml"; | ||
}; | ||
//# sourceMappingURL=xml-utils.js.map |
@@ -114,1 +114,2 @@ import { | ||
}; | ||
//# sourceMappingURL=capabilities.js.map |
@@ -257,1 +257,2 @@ import { | ||
}; | ||
//# sourceMappingURL=endpoint.js.map |
@@ -87,1 +87,2 @@ import { | ||
}; | ||
//# sourceMappingURL=featureprops.js.map |
@@ -109,1 +109,2 @@ import { | ||
}; | ||
//# sourceMappingURL=featuretypeinfo.js.map |
@@ -42,1 +42,2 @@ import { setQueryParams } from "../shared/http-utils.js"; | ||
}; | ||
//# sourceMappingURL=url.js.map |
@@ -127,1 +127,2 @@ import { | ||
}; | ||
//# sourceMappingURL=capabilities.js.map |
@@ -113,1 +113,2 @@ import { parseWmsCapabilities } from "../worker/index.js"; | ||
}; | ||
//# sourceMappingURL=endpoint.js.map |
@@ -210,1 +210,2 @@ import { | ||
}; | ||
//# sourceMappingURL=capabilities.js.map |
@@ -180,1 +180,2 @@ import { setQueryParams } from "../shared/http-utils.js"; | ||
}; | ||
//# sourceMappingURL=endpoint.js.map |
@@ -38,1 +38,2 @@ import { | ||
}; | ||
//# sourceMappingURL=ol-tilegrid.js.map |
@@ -27,1 +27,2 @@ import { setQueryParams } from "../shared/http-utils.js"; | ||
}; | ||
//# sourceMappingURL=url.js.map |
import "../worker/worker.js"; | ||
//# sourceMappingURL=index.js.map |
@@ -85,1 +85,2 @@ import { getUniqueId } from "../shared/id.js"; | ||
}; | ||
//# sourceMappingURL=utils.js.map |
@@ -69,1 +69,2 @@ import { addTaskHandler } from "./utils.js"; | ||
); | ||
//# sourceMappingURL=worker.js.map |
{ | ||
"name": "@camptocamp/ogc-client", | ||
"version": "1.1.0-RC.1", | ||
"version": "1.1.0-RC.2", | ||
"description": "A pure JS library for interacting with geospatial services.", | ||
@@ -64,3 +64,3 @@ "main": "./dist/dist-node.js", | ||
"lint:fix": "npm run lint -- --fix", | ||
"build": "vite build && esbuild $(find ./src -name \"*.ts\" -type f -not -path '*worker/index.ts' -not -path '*.spec.ts') --outdir=./dist --platform=neutral --format=esm", | ||
"build": "vite build && esbuild $(find ./src -name \"*.ts\" -type f -not -path '*worker/index.ts' -not -path '*.spec.ts') --outdir=./dist --platform=neutral --format=esm --sourcemap", | ||
"prepublishOnly": "npm run typecheck && npm test && npm run build", | ||
@@ -67,0 +67,0 @@ "typecheck": "tsc --noEmit", |
@@ -1,2 +0,2 @@ | ||
export { default as WfsEndpoint } from './wfs/endpoint'; | ||
export { default as WfsEndpoint } from './wfs/endpoint.js'; | ||
export type { | ||
@@ -13,4 +13,4 @@ WfsVersion, | ||
WfsFeatureTypeUniqueValue, | ||
} from './wfs/model'; | ||
export { default as WmsEndpoint } from './wms/endpoint'; | ||
} from './wfs/model.js'; | ||
export { default as WmsEndpoint } from './wms/endpoint.js'; | ||
export type { | ||
@@ -21,4 +21,4 @@ WmsLayerFull, | ||
WmtsLayerAttribution, | ||
} from './wms/model'; | ||
export { default as WmtsEndpoint } from './wmts/endpoint'; | ||
} from './wms/model.js'; | ||
export { default as WmtsEndpoint } from './wmts/endpoint.js'; | ||
export type { | ||
@@ -30,3 +30,3 @@ WmtsLayerDimensionValue, | ||
WmtsMatrixSet, | ||
} from './wmts/model'; | ||
} from './wmts/model.js'; | ||
export type { | ||
@@ -37,6 +37,6 @@ LayerStyle, | ||
GenericEndpointInfo, | ||
} from './shared/models'; | ||
export { default as OgcApiEndpoint } from './ogc-api/endpoint'; | ||
export * from './ogc-api/model'; | ||
export { useCache } from './shared/cache'; | ||
} from './shared/models.js'; | ||
export { default as OgcApiEndpoint } from './ogc-api/endpoint.js'; | ||
export * from './ogc-api/model.js'; | ||
export { useCache } from './shared/cache.js'; | ||
export { | ||
@@ -46,5 +46,5 @@ sharedFetch, | ||
resetFetchOptions, | ||
} from './shared/http-utils'; | ||
} from './shared/http-utils.js'; | ||
export { enableFallbackWithoutWorker } from './worker/index'; | ||
import './worker-fallback'; | ||
export { enableFallbackWithoutWorker } from './worker/index.js'; | ||
import './worker-fallback/index.js'; |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
896313
213
13977
3