@artstesh/maps 9.2.1 → 10.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.
package/package.json CHANGED
@@ -1,111 +1,112 @@
1
- {
2
- "name": "@artstesh/maps",
3
- "version": "9.2.1",
4
- "author": "artstesh",
5
- "license": "MIT",
6
- "description": "Let's draw a map ;)",
7
- "homepage": "https://maps.artstesh.ru",
8
- "scripts": {
9
- "ng": "ng",
10
- "start": "ng serve",
11
- "build": "ng build",
12
- "prepare": "npm run build",
13
- "preversion": "npm test",
14
- "version": "npm run format && git add -A projects",
15
- "format": "prettier --write \"projects/**/*.ts\"",
16
- "postversion": "git push && git push --tags",
17
- "watch": "ng build --watch --configuration development",
18
- "test": "ng test",
19
- "storybook": "ng run maps-components:storybook",
20
- "build-storybook": "ng run maps-components:build-storybook"
21
- },
22
- "files": [
23
- "dist/**/*"
24
- ],
25
- "private": false,
26
- "keywords": [
27
- "maps",
28
- "openalayers",
29
- "polygons",
30
- "markers"
31
- ],
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",
36
- "repository": {
37
- "type": "git",
38
- "url": "git+https://github.com/artstesh/maps.git"
39
- },
40
- "peerDependencies": {
41
- "@angular/common": "^20.0.0",
42
- "@angular/core": "^20.0.0",
43
- "ol-geocoder": "^4.0.0",
44
- "ol": "^10.0.0",
45
- "@artstesh/postboy": "^3.4.0",
46
- "@artstesh/collections": "^1.0.0"
47
- },
48
- "devDependencies": {
49
- "@angular/common": "20.3.18",
50
- "@angular/compiler": "20.3.18",
51
- "@angular/core": "20.3.18",
52
- "@artstesh/collections": "1.0.4",
53
- "@artstesh/postboy": "3.4.2",
54
- "ol": "10.7.2",
55
- "ol-geocoder": "4.3.3",
56
- "rxjs": "7.8.2",
57
- "tslib": "2.8.1",
58
- "zone.js": "~0.15.0",
59
- "@angular-builders/custom-webpack": "20.0.0",
60
- "@angular-devkit/build-angular": "20.3.18",
61
- "@angular-eslint/builder": "20.7.0",
62
- "@angular-eslint/eslint-plugin": "20.7.0",
63
- "@angular-eslint/eslint-plugin-template": "20.7.0",
64
- "@angular-eslint/schematics": "20.7.0",
65
- "@angular-eslint/template-parser": "20.7.0",
66
- "@angular/cli": "20.3.18",
67
- "@angular/compiler-cli": "20.3.18",
68
- "@angular/forms": "20.3.18",
69
- "@angular/platform-browser-dynamic": "20.3.18",
70
- "@artstesh/forger": "2.0.0",
71
- "@artstesh/it-should": "2.0.1",
72
- "@biesbjerg/ngx-translate-extract": "7.0.4",
73
- "@types/chart.js": "2.9.34",
74
- "@types/jasmine": "3.8.1",
75
- "@types/node": "20.19.11",
76
- "@typescript-eslint/eslint-plugin": "7.18.0",
77
- "@typescript-eslint/parser": "7.18.0",
78
- "eslint": "8.57.1",
79
- "eslint-config-airbnb-typescript": "18.0.0",
80
- "eslint-config-prettier": "9.1.2",
81
- "eslint-plugin-import": "2.29.0",
82
- "eslint-plugin-jasmine": "4.1.3",
83
- "eslint-plugin-node": "11.1.0",
84
- "eslint-plugin-prettier": "4.2.1",
85
- "jasmine-core": "3.8.0",
86
- "karma": "6.3.20",
87
- "karma-chrome-launcher": "3.1.0",
88
- "karma-coverage": "2.0.3",
89
- "karma-jasmine": "4.0.1",
90
- "karma-jasmine-html-reporter": "1.7.0",
91
- "ng-mocks": "14.15.2",
92
- "ng-packagr": "20.3.2",
93
- "pre-commit": "1.2.2",
94
- "prettier": "2.7.1",
95
- "ts-mockito": "2.6.1",
96
- "typescript": "5.9.3",
97
- "storybook": "10.3.3",
98
- "@storybook/angular": "10.3.3",
99
- "@storybook/addon-a11y": "10.3.3",
100
- "@storybook/addon-docs": "10.3.3",
101
- "@angular-devkit/architect": "0.2000.0",
102
- "@angular-devkit/core": "20.0.0",
103
- "@compodoc/compodoc": "1.2.1",
104
- "eslint-plugin-storybook": "10.3.3"
105
- },
106
- "eslintConfig": {
107
- "extends": [
108
- "plugin:storybook/recommended"
109
- ]
110
- }
111
- }
1
+ {
2
+ "name": "@artstesh/maps",
3
+ "version": "10.0.0",
4
+ "author": "artstesh",
5
+ "license": "MIT",
6
+ "description": "Let's draw a map ;)",
7
+ "homepage": "https://maps.artstesh.ru",
8
+ "scripts": {
9
+ "ng": "ng",
10
+ "start": "ng serve",
11
+ "build": "ng build",
12
+ "prepare": "npm run build",
13
+ "preversion": "npm test",
14
+ "version": "npm run format && git add -A projects",
15
+ "format": "prettier --write \"projects/**/*.ts\"",
16
+ "postversion": "git push && git push --tags",
17
+ "watch": "ng build --watch --configuration development",
18
+ "test": "ng test",
19
+ "storybook": "ng run maps-components:storybook",
20
+ "build-storybook": "ng run maps-components:build-storybook"
21
+ },
22
+ "files": [
23
+ "dist/**/*"
24
+ ],
25
+ "private": false,
26
+ "keywords": [
27
+ "maps",
28
+ "openalayers",
29
+ "polygons",
30
+ "markers"
31
+ ],
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",
36
+ "repository": {
37
+ "type": "git",
38
+ "url": "git+https://github.com/artstesh/maps.git"
39
+ },
40
+ "peerDependencies": {
41
+ "@angular/common": "^21.0.0",
42
+ "@angular/core": "^21.0.0",
43
+ "ol-geocoder": "^4.0.0",
44
+ "ol": "^10.0.0",
45
+ "@artstesh/postboy": "^3.4.0",
46
+ "@artstesh/collections": "^1.0.0"
47
+ },
48
+ "devDependencies": {
49
+ "@angular/common": "21.2.23",
50
+ "@angular/compiler": "21.2.23",
51
+ "@angular/core": "21.2.23",
52
+ "@artstesh/collections": "1.0.4",
53
+ "@artstesh/postboy": "3.4.2",
54
+ "ol": "10.7.2",
55
+ "ol-geocoder": "4.3.3",
56
+ "rxjs": "7.8.2",
57
+ "tslib": "2.8.1",
58
+ "zone.js": "~0.15.0",
59
+ "@angular-builders/custom-webpack": "21.1.0",
60
+ "@angular-devkit/build-angular": "21.2.24",
61
+ "@angular-eslint/builder": "21.4.0",
62
+ "@angular-eslint/eslint-plugin": "21.4.0",
63
+ "@angular-eslint/eslint-plugin-template": "21.4.0",
64
+ "@angular-eslint/schematics": "21.4.0",
65
+ "@angular-eslint/template-parser": "21.4.0",
66
+ "@angular/cli": "21.2.23",
67
+ "@angular/compiler-cli": "21.2.23",
68
+ "@angular/forms": "21.2.23",
69
+ "@angular/platform-browser-dynamic": "21.2.23",
70
+ "@artstesh/forger": "2.0.0",
71
+ "@artstesh/it-should": "2.0.1",
72
+ "@biesbjerg/ngx-translate-extract": "7.0.4",
73
+ "@types/chart.js": "2.9.34",
74
+ "@types/jasmine": "3.8.1",
75
+ "@types/node": "20.19.11",
76
+ "@typescript-eslint/eslint-plugin": "7.18.0",
77
+ "@typescript-eslint/parser": "7.18.0",
78
+ "eslint": "8.57.1",
79
+ "eslint-config-airbnb-typescript": "18.0.0",
80
+ "eslint-config-prettier": "9.1.2",
81
+ "eslint-plugin-import": "2.29.0",
82
+ "eslint-plugin-jasmine": "4.1.3",
83
+ "eslint-plugin-node": "11.1.0",
84
+ "eslint-plugin-prettier": "4.2.1",
85
+ "jasmine-core": "3.8.0",
86
+ "karma": "6.3.20",
87
+ "karma-chrome-launcher": "3.1.0",
88
+ "karma-coverage": "2.0.3",
89
+ "karma-jasmine": "4.0.1",
90
+ "karma-jasmine-html-reporter": "1.7.0",
91
+ "ng-mocks": "14.17.6",
92
+ "ng-packagr": "21.2.7",
93
+ "pre-commit": "1.2.2",
94
+ "prettier": "2.7.1",
95
+ "ts-mockito": "2.6.1",
96
+ "typescript": "5.9.3",
97
+ "storybook": "10.6.0",
98
+ "@storybook/angular": "10.6.0",
99
+ "@storybook/addon-a11y": "10.6.0",
100
+ "@storybook/addon-docs": "10.6.0",
101
+ "@angular-devkit/architect": "0.2100.6",
102
+ "@angular-devkit/core": "21.2.24",
103
+ "@compodoc/compodoc": "1.2.1",
104
+ "eslint-plugin-storybook": "10.6.0",
105
+ "@angular/platform-browser": "21.2.23"
106
+ },
107
+ "eslintConfig": {
108
+ "extends": [
109
+ "plugin:storybook/recommended"
110
+ ]
111
+ }
112
+ }