jmapserver-ng-core-types 2.8.0 → 2.8.1

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/package.json +1 -1
  2. package/public/core.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jmapserver-ng-core-types",
3
- "version": "2.8.0",
3
+ "version": "2.8.1",
4
4
  "description": "JMap Server specific version of JMap Server NG Core types and interfaces",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/public/core.d.ts CHANGED
@@ -480,7 +480,7 @@ declare namespace JMap {
480
480
  * @example
481
481
  * ```ts
482
482
  * // returns the feature of layer id="3" and bbox
483
- * JMap.Feature.getByLayer(3, {
483
+ * JMap.Feature.getByLayerId(3, {
484
484
  * ne: {
485
485
  * x: -73.69935286533261,
486
486
  * y: 45.51487645603402