@loaders.gl/gis
Advanced tools
Comparing version 2.3.0-alpha.2 to 2.3.0-alpha.3
@@ -12,6 +12,6 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "TEST_EXPORTS", { | ||
Object.defineProperty(exports, "binaryToGeoJson", { | ||
enumerable: true, | ||
get: function get() { | ||
return _geojsonToBinary.TEST_EXPORTS; | ||
return _binaryToGeojson.binaryToGeoJson; | ||
} | ||
@@ -21,2 +21,4 @@ }); | ||
var _geojsonToBinary = require("./lib/geojson-to-binary"); | ||
var _binaryToGeojson = require("./lib/binary-to-geojson"); | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,3 @@ | ||
export { geojsonToBinary, TEST_EXPORTS } from './lib/geojson-to-binary'; | ||
export { geojsonToBinary } from './lib/geojson-to-binary'; | ||
export { binaryToGeoJson } from './lib/binary-to-geojson'; | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,3 @@ | ||
export { geojsonToBinary, TEST_EXPORTS } from './lib/geojson-to-binary'; | ||
export { geojsonToBinary } from './lib/geojson-to-binary'; | ||
export { binaryToGeoJson } from './lib/binary-to-geojson'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@loaders.gl/gis", | ||
"description": "Helpers for GIS category data", | ||
"version": "2.3.0-alpha.2", | ||
"version": "2.3.0-alpha.3", | ||
"license": "MIT", | ||
@@ -17,2 +17,3 @@ "publishConfig": { | ||
], | ||
"types": "src/index.d.ts", | ||
"main": "dist/es5/index.js", | ||
@@ -28,7 +29,7 @@ "module": "dist/esm/index.js", | ||
"dependencies": { | ||
"@loaders.gl/loader-utils": "2.3.0-alpha.2", | ||
"@loaders.gl/loader-utils": "2.3.0-alpha.3", | ||
"@mapbox/vector-tile": "^1.3.1", | ||
"pbf": "^3.2.1" | ||
}, | ||
"gitHead": "3f3904757d06200dca994a5373fb7038b86861a5" | ||
"gitHead": "158b60c49764104b4c1ba293a841488062402861" | ||
} |
@@ -1,1 +0,2 @@ | ||
export {geojsonToBinary, TEST_EXPORTS} from './lib/geojson-to-binary'; | ||
export {geojsonToBinary} from './lib/geojson-to-binary'; | ||
export {binaryToGeoJson} from './lib/binary-to-geojson'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
235031
47
2633
+ Added@loaders.gl/loader-utils@2.3.0-alpha.3(transitive)
- Removed@loaders.gl/loader-utils@2.3.0-alpha.2(transitive)