@vertigis/viewer-spec 59.24.0 → 59.25.0

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.
@@ -150,11 +150,11 @@ export interface GetExtentResult {
150
150
  */
151
151
  export interface MarkupArgs extends HasMaps {
152
152
  /**
153
- * The named collection of markup to operate on. If not specified, the default
154
- * markup collection will be used.
153
+ * The named collection of markup to operate on. If not specified, the
154
+ * default markup collection will be used.
155
155
  *
156
- * Note that collections with names prefixed by "vgs" are reserved for internal
157
- * system use and should not be referenced directly.
156
+ * Note that collections with names prefixed by "vgs" are reserved for
157
+ * internal system use and should not be referenced directly.
158
158
  *
159
159
  * Web only.
160
160
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "59.24.0",
3
+ "version": "59.25.0",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "description": "VertiGIS Viewer Specification",
6
6
  "type": "module",
@@ -49,7 +49,7 @@
49
49
  "devDependencies": {
50
50
  "@prettier/plugin-xml": "3.3.1",
51
51
  "@types/glob": "8.1.0",
52
- "@types/node": "20.11.28",
52
+ "@types/node": "22.18.10",
53
53
  "@typescript-eslint/eslint-plugin": "7.2.0",
54
54
  "@typescript-eslint/parser": "7.2.0",
55
55
  "del-cli": "5.1.0",
@@ -59,7 +59,7 @@
59
59
  "eslint-plugin-jsdoc": "48.2.1",
60
60
  "eslint-plugin-no-autofix": "1.2.3",
61
61
  "eslint-plugin-only-warn": "1.1.0",
62
- "glob": "10.3.10",
62
+ "glob": "11.0.1",
63
63
  "lint-staged": "15.5.2",
64
64
  "path-equal": "1.2.5",
65
65
  "prettier": "3.2.5",
package/version.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the VertiGIS Studio Viewer Specification.
3
3
  */
4
- export declare const version = "59.24.0";
4
+ export declare const version = "59.25.0";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the VertiGIS Studio Viewer Specification.
3
3
  */
4
- export const version = "59.24.0";
4
+ export const version = "59.25.0";