ol-load-geopackage 1.0.2 → 1.0.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.
Files changed (2) hide show
  1. package/CONTRIBUTING.md +1 -1
  2. package/package.json +2 -2
package/CONTRIBUTING.md CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  # Contributing
3
3
 
4
- At the moment, this is the first part of several different (but related) bits of code being released. Bug reports or suggested documentation updates are very welcome - please raise an issue (see below). However, please hold off from adding pull requests for the moment as the wider context for testing is not publicly visible.
4
+ Bug reports or suggested documentation updates are very welcome - please raise an issue (see below).
5
5
 
6
6
  Enhancement requests are also welcome, but please bear in mind that this package is intended to be as lightweight as possible - for more fully fledged handling of OGC GeoPackages you might want to consider the [NGA GeoPackage Libraries](https://github.com/ngageoint/GeoPackage#geopackage).
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ol-load-geopackage",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Loads OGC GeoPackage vector data tables into OpenLayers Vector Sources",
5
5
  "main": "dist/ol-load-geopackage.js",
6
6
  "scripts": {
@@ -17,7 +17,7 @@
17
17
  "author": "Richard Thomas",
18
18
  "license": "ISC",
19
19
  "dependencies": {
20
- "ol": "^6.7.0",
20
+ "ol": ">=6.7.0",
21
21
  "sql.js": "^1.6.1",
22
22
  "util": "^0.12.4"
23
23
  },