@aggdirect/coolmap 5.0.12 → 5.0.14

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.
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@aggdirect/coolmap",
3
- "version": "5.0.12",
3
+ "version": "5.0.14",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0",
7
- "@aggdirect/coolmap-services": "^4.0.6"
7
+ "@aggdirect/coolmap-services": "^4.0.7",
8
+ "mapbox-gl": "^3.0.0"
8
9
  },
9
10
  "dependencies": {
10
11
  "tslib": "^2.3.0"
@@ -20,20 +21,5 @@
20
21
  "types": "./index.d.ts",
21
22
  "default": "./fesm2022/aggdirect-coolmap.mjs"
22
23
  }
23
- },
24
- "description": "This is a major update of design and removal material dependency with angular 20 version upgrade",
25
- "main": "index.js",
26
- "scripts": {
27
- "test": "echo \"Error: no test specified\" && exit 1"
28
- },
29
- "repository": {
30
- "type": "git",
31
- "url": "git+https://github.com/bulldog-dev/npm-packages.git#coolmap-v2"
32
- },
33
- "author": "navin.ogma@gmail.com",
34
- "license": "ISC",
35
- "bugs": {
36
- "url": "https://github.com/bulldog-dev/npm-packages/issues"
37
- },
38
- "homepage": "https://github.com/bulldog-dev/npm-packages/tree/coolmap-v2#readme"
39
- }
24
+ }
25
+ }