@digitraffic/common 2024.1.24-2 → 2024.1.24-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,9 +1,7 @@
|
|
1
|
-
import { createRequire as _createRequire } from "module";
|
2
|
-
const __require = _createRequire(import.meta.url);
|
3
1
|
import { Asserter } from "../../../test/asserter.mjs";
|
4
2
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-var-requires
|
5
3
|
import synthetics from "Synthetics";
|
6
|
-
|
4
|
+
import zlib from "zlib";
|
7
5
|
import { MediaType } from "../../types/mediatypes.mjs";
|
8
6
|
import { getApiKeyFromAPIGateway } from "../../runtime/apikey.mjs";
|
9
7
|
import { isValidGeoJson } from "../../../utils/geometry.mjs";
|
package/package.json
CHANGED
@@ -3,7 +3,7 @@ import { Asserter } from "../../../test/asserter.mjs";
|
|
3
3
|
|
4
4
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-var-requires
|
5
5
|
import synthetics from "Synthetics";
|
6
|
-
import zlib
|
6
|
+
import zlib from "zlib";
|
7
7
|
import { MediaType } from "../../types/mediatypes.mjs";
|
8
8
|
import { getApiKeyFromAPIGateway } from "../../runtime/apikey.mjs";
|
9
9
|
import { FeatureCollection } from "geojson";
|