@esri/hub-common 20.16.2 → 20.16.3
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IPagingParams, IPagedResponse as IRestPagedResponse, IUser } from "@esri/arcgis-rest-portal";
|
|
2
|
-
import { Geometry, Polygon } from "geojson";
|
|
2
|
+
import type { Geometry, Polygon } from "geojson";
|
|
3
3
|
import { IHubRequestOptions } from "../../hub-types";
|
|
4
4
|
/**
|
|
5
5
|
* sort orders
|
package/dist/types/extent.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { IExtent } from "@esri/arcgis-rest-feature-service";
|
|
2
2
|
import type { IPoint, IPolygon } from "@esri/arcgis-rest-request";
|
|
3
3
|
import { IHubRequestOptions, BBox } from "./hub-types";
|
|
4
|
-
import { Polygon } from "geojson";
|
|
4
|
+
import type { Polygon } from "geojson";
|
|
5
5
|
/**
|
|
6
6
|
* Turns an bounding box coordinate array into an extent object
|
|
7
7
|
* @param bBox bounding box coordinate array
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/hub-common",
|
|
3
|
-
"version": "20.16.
|
|
3
|
+
"version": "20.16.3",
|
|
4
4
|
"description": "Common TypeScript types and utility functions for @esri/hub.js.",
|
|
5
5
|
"main": "dist/node/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"adlib": "^3.0.8",
|
|
18
18
|
"ajv": "^6.12.6",
|
|
19
19
|
"fast-xml-parser": "^3.21.0",
|
|
20
|
+
"geojson": "^0.5.0",
|
|
20
21
|
"json-schema-typed": "^7.0.3",
|
|
21
22
|
"jsonapi-typescript": "^0.1.3",
|
|
22
23
|
"tslib": "^1.13.0"
|