jmapcloud-ng-types 1.0.11 → 1.0.13

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 +2 -2
  2. package/public/app.d.ts +0 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jmapcloud-ng-types",
3
- "version": "1.0.11",
3
+ "version": "1.0.13",
4
4
  "description": "JMap Cloud specific version of JMap Cloud NG types and interfaces",
5
5
  "main": "src/app.ts",
6
6
  "scripts": {
@@ -23,7 +23,7 @@
23
23
  "homepage": "https://github.com/k2geospatial/jmapcloud-ng-types#readme",
24
24
  "devDependencies": {
25
25
  "@types/react": "^18.3.2",
26
- "jmapcloud-ng-core-types": "1.0.9",
26
+ "jmapcloud-ng-core-types": "1.0.11",
27
27
  "maplibre-gl": "^4.3.1",
28
28
  "react": "^18.3.1",
29
29
  "typedoc": "^0.25.13"
package/public/app.d.ts CHANGED
@@ -2273,7 +2273,6 @@ declare namespace JMap {
2273
2273
  *
2274
2274
  * Different sizes are available: "letter" | "legal" | "a3" | "a4".
2275
2275
  *
2276
- * @deprecated will be removed in the futur
2277
2276
  * @example
2278
2277
  * ```ts
2279
2278
  * // returns all available paper formats
@@ -2289,7 +2288,6 @@ declare namespace JMap {
2289
2288
  *
2290
2289
  * Technical method, you should not use it.
2291
2290
  *
2292
- * @deprecated will be removed in the futur
2293
2291
  * @throws if format is incorrect
2294
2292
  * @param format the paper format object or a {@link JAPP_PRINT_PAPER_SIZES}
2295
2293
  * @example
@@ -2305,7 +2303,6 @@ declare namespace JMap {
2305
2303
  *
2306
2304
  * Returns the active paper format.
2307
2305
  *
2308
- * @deprecated will be removed in the futur
2309
2306
  * @example
2310
2307
  * ```ts
2311
2308
  * // returns active paper format