@igo2/geo 20.0.0-next.1 → 20.0.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.
Files changed (1) hide show
  1. package/package.json +11 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/geo",
3
- "version": "20.0.0-next.1",
3
+ "version": "20.0.0",
4
4
  "description": "IGO Library",
5
5
  "author": "IGO Community",
6
6
  "keywords": [
@@ -39,10 +39,10 @@
39
39
  "@angular/material-moment-adapter": "^20.0.0",
40
40
  "@angular/material": "^20.0.0",
41
41
  "@angular/platform-browser": "^20.0.0",
42
- "@igo2/auth": "^20.0.0-next.1",
43
- "@igo2/common": "^20.0.0-next.1",
44
- "@igo2/core": "^20.0.0-next.1",
45
- "@igo2/utils": "^20.0.0-next.1",
42
+ "@igo2/auth": "^20.0.0",
43
+ "@igo2/common": "^20.0.0",
44
+ "@igo2/core": "^20.0.0",
45
+ "@igo2/utils": "^20.0.0",
46
46
  "@mat-datetimepicker/core": "^16.0.0",
47
47
  "@turf/boolean-intersects": "^7.2.0",
48
48
  "@turf/buffer": "^7.2.0",
@@ -50,6 +50,8 @@
50
50
  "@turf/intersect": "^7.2.0",
51
51
  "@turf/line-intersect": "^7.2.0",
52
52
  "@turf/point-on-feature": "^7.2.0",
53
+ "canvg": "^4.0.0",
54
+ "dompurify": "^3.0.0",
53
55
  "file-saver": "^2.0.2",
54
56
  "flexsearch": "0.7.21",
55
57
  "html2canvas": "^1.4.1",
@@ -70,6 +72,10 @@
70
72
  "engines": {
71
73
  "node": "^18.19.1 || ^20.11.1 || >=22.0.0"
72
74
  },
75
+ "": {
76
+ "canvg": "Is install for JSPDF installation error",
77
+ "dompurify": "Is install for JSPDF installation error"
78
+ },
73
79
  "module": "fesm2022/igo2-geo.mjs",
74
80
  "typings": "index.d.ts",
75
81
  "sideEffects": false