@artstesh/maps 9.2.2 → 10.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artstesh/maps",
3
- "version": "9.2.2",
3
+ "version": "10.1.1",
4
4
  "author": "artstesh",
5
5
  "license": "MIT",
6
6
  "description": "Let's draw a map ;)",
@@ -11,7 +11,7 @@
11
11
  "build": "ng build",
12
12
  "prepare": "npm run build",
13
13
  "preversion": "npm test",
14
- "version": "npm run format && git add -A projects",
14
+ "version": "npm run format && node scripts/sync-version.js && git add -A projects",
15
15
  "format": "prettier --write \"projects/**/*.ts\"",
16
16
  "postversion": "git push && git push --tags",
17
17
  "watch": "ng build --watch --configuration development",
@@ -30,41 +30,40 @@
30
30
  "markers"
31
31
  ],
32
32
  "module": "dist/fesm2022/maps-components.mjs",
33
- "main": "dist/esm2022/public-api.mjs",
34
- "types": "dist/public-api.d.ts",
35
- "typings": "dist/index.d.ts",
33
+ "types": "dist/types/maps-components.d.ts",
34
+ "typings": "dist/types/maps-components.d.ts",
36
35
  "repository": {
37
36
  "type": "git",
38
37
  "url": "git+https://github.com/artstesh/maps.git"
39
38
  },
40
39
  "peerDependencies": {
41
- "@angular/common": "^20.0.0",
42
- "@angular/core": "^20.0.0",
40
+ "@angular/common": "^21.0.0",
41
+ "@angular/core": "^21.0.0",
43
42
  "ol-geocoder": "^4.0.0",
44
43
  "ol": "^10.0.0",
45
44
  "@artstesh/postboy": "^3.4.0"
46
45
  },
47
46
  "devDependencies": {
48
- "@angular/common": "20.3.31",
49
- "@angular/compiler": "20.3.31",
50
- "@angular/core": "20.3.31",
47
+ "@angular/common": "21.2.23",
48
+ "@angular/compiler": "21.2.23",
49
+ "@angular/core": "21.2.23",
51
50
  "@artstesh/postboy": "3.4.2",
52
51
  "ol": "10.7.2",
53
52
  "ol-geocoder": "4.3.3",
54
53
  "rxjs": "7.8.2",
55
54
  "tslib": "2.8.1",
56
55
  "zone.js": "~0.15.0",
57
- "@angular-builders/custom-webpack": "20.0.0",
58
- "@angular-devkit/build-angular": "20.3.37",
59
- "@angular-eslint/builder": "20.7.0",
60
- "@angular-eslint/eslint-plugin": "20.7.0",
61
- "@angular-eslint/eslint-plugin-template": "20.7.0",
62
- "@angular-eslint/schematics": "20.7.0",
63
- "@angular-eslint/template-parser": "20.7.0",
64
- "@angular/cli": "20.3.37",
65
- "@angular/compiler-cli": "20.3.31",
66
- "@angular/forms": "20.3.31",
67
- "@angular/platform-browser-dynamic": "20.3.31",
56
+ "@angular-builders/custom-webpack": "21.1.0",
57
+ "@angular-devkit/build-angular": "21.2.24",
58
+ "@angular-eslint/builder": "21.4.0",
59
+ "@angular-eslint/eslint-plugin": "21.4.0",
60
+ "@angular-eslint/eslint-plugin-template": "21.4.0",
61
+ "@angular-eslint/schematics": "21.4.0",
62
+ "@angular-eslint/template-parser": "21.4.0",
63
+ "@angular/cli": "21.2.23",
64
+ "@angular/compiler-cli": "21.2.23",
65
+ "@angular/forms": "21.2.23",
66
+ "@angular/platform-browser-dynamic": "21.2.23",
68
67
  "@artstesh/forger": "2.0.0",
69
68
  "@artstesh/it-should": "2.0.1",
70
69
  "@biesbjerg/ngx-translate-extract": "7.0.4",
@@ -86,25 +85,38 @@
86
85
  "karma-coverage": "2.0.3",
87
86
  "karma-jasmine": "4.0.1",
88
87
  "karma-jasmine-html-reporter": "1.7.0",
89
- "ng-mocks": "14.15.2",
90
- "ng-packagr": "20.3.2",
88
+ "ng-mocks": "14.17.6",
89
+ "ng-packagr": "21.2.7",
91
90
  "pre-commit": "1.2.2",
92
91
  "prettier": "2.7.1",
93
92
  "ts-mockito": "2.6.1",
94
93
  "typescript": "5.9.3",
95
- "storybook": "10.3.3",
96
- "@storybook/angular": "10.3.3",
97
- "@storybook/addon-a11y": "10.3.3",
98
- "@storybook/addon-docs": "10.3.3",
99
- "@angular-devkit/architect": "0.2000.0",
100
- "@angular-devkit/core": "20.0.0",
94
+ "storybook": "10.6.0",
95
+ "@storybook/angular": "10.6.0",
96
+ "@storybook/addon-a11y": "10.6.0",
97
+ "@storybook/addon-docs": "10.6.0",
98
+ "@angular-devkit/architect": "0.2100.6",
99
+ "@angular-devkit/core": "21.2.24",
101
100
  "@compodoc/compodoc": "1.2.1",
102
- "eslint-plugin-storybook": "10.3.3",
103
- "@angular/platform-browser": "20.3.31"
101
+ "eslint-plugin-storybook": "10.6.0",
102
+ "@angular/platform-browser": "21.2.23"
104
103
  },
105
104
  "eslintConfig": {
106
105
  "extends": [
107
106
  "plugin:storybook/recommended"
108
107
  ]
108
+ },
109
+ "exports": {
110
+ "./package.json": {
111
+ "default": "./package.json"
112
+ },
113
+ ".": {
114
+ "types": "./dist/types/maps-components.d.ts",
115
+ "default": "./dist/fesm2022/maps-components.mjs"
116
+ },
117
+ "./src/map": {
118
+ "types": "./dist/types/maps-components-src-map.d.ts",
119
+ "default": "./dist/fesm2022/maps-components-src-map.mjs"
120
+ }
109
121
  }
110
122
  }