@artstesh/maps 9.0.0 → 9.0.3

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,90 +1,103 @@
1
- {
2
- "name": "@artstesh/maps",
3
- "version": "9.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
- },
20
- "files": [
21
- "dist/**/*"
22
- ],
23
- "private": false,
24
- "keywords": [
25
- "maps",
26
- "openalayers",
27
- "polygons",
28
- "markers"
29
- ],
30
- "module": "dist/fesm2022/maps-components.mjs",
31
- "main": "dist/esm2022/public-api.mjs",
32
- "types": "dist/public-api.d.ts",
33
- "typings": "dist/index.d.ts",
34
- "repository": {
35
- "type": "git",
36
- "url": "git+https://github.com/artstesh/maps.git"
37
- },
38
- "dependencies": {
39
- "@angular/common": "^20.0.0",
40
- "@angular/compiler": "^20.0.0",
41
- "@angular/core": "^20.0.0",
42
- "@artstesh/collections": "^1.0.0",
43
- "@artstesh/postboy": "^3.1.5",
44
- "ol": "^10.0.0",
45
- "ol-geocoder": "^4.0.0",
46
- "rxjs": "^7.0.0",
47
- "tslib": "^2.3.0",
48
- "zone.js": "~0.15.0"
49
- },
50
- "devDependencies": {
51
- "@angular-builders/custom-webpack": "^20.0.0",
52
- "@angular-devkit/build-angular": "^20.0.0",
53
- "@angular-eslint/builder": "^20.0.0",
54
- "@angular-eslint/eslint-plugin": "^20.0.0",
55
- "@angular-eslint/eslint-plugin-template": "^20.0.0",
56
- "@angular-eslint/schematics": "^20.0.0",
57
- "@angular-eslint/template-parser": "^20.0.0",
58
- "@angular/cli": "^20.0.0",
59
- "@angular/compiler-cli": "^20.0.0",
60
- "@angular/forms": "^20.0.0",
61
- "@angular/platform-browser-dynamic": "^20.0.0",
62
- "@artstesh/forger": "^2.0.0",
63
- "@artstesh/it-should": "^2.0.0",
64
- "@biesbjerg/ngx-translate-extract": "7.0.4",
65
- "@types/chart.js": "2.9.34",
66
- "@types/jasmine": "3.8.1",
67
- "@types/node": "^20.11.1",
68
- "@typescript-eslint/eslint-plugin": "7.18.0",
69
- "@typescript-eslint/parser": "7.18.0",
70
- "eslint": "^8.57.1",
71
- "eslint-config-airbnb-typescript": "^18.0.0",
72
- "eslint-config-prettier": "^9.0.0",
73
- "eslint-plugin-import": "2.29.0",
74
- "eslint-plugin-jasmine": "4.1.3",
75
- "eslint-plugin-node": "11.1.0",
76
- "eslint-plugin-prettier": "4.2.1",
77
- "jasmine-core": "3.8.0",
78
- "karma": "6.3.20",
79
- "karma-chrome-launcher": "3.1.0",
80
- "karma-coverage": "2.0.3",
81
- "karma-jasmine": "4.0.1",
82
- "karma-jasmine-html-reporter": "1.7.0",
83
- "ng-mocks": "^14.11.0",
84
- "ng-packagr": "^20.0.0",
85
- "pre-commit": "1.2.2",
86
- "prettier": "2.7.1",
87
- "ts-mockito": "2.6.1",
88
- "typescript": "^5.8.2"
89
- }
90
- }
1
+ {
2
+ "name": "@artstesh/maps",
3
+ "version": "9.0.3",
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
+ "devDependencies": {
41
+ "@angular/common": "20.3.18",
42
+ "@angular/compiler": "20.3.18",
43
+ "@angular/core": "20.3.18",
44
+ "@artstesh/collections": "1.0.4",
45
+ "@artstesh/postboy": "3.1.5",
46
+ "ol": "10.7.2",
47
+ "ol-geocoder": "4.3.3",
48
+ "rxjs": "7.8.2",
49
+ "tslib": "2.8.1",
50
+ "zone.js": "~0.15.0",
51
+ "@angular-builders/custom-webpack": "20.0.0",
52
+ "@angular-devkit/build-angular": "20.3.18",
53
+ "@angular-eslint/builder": "20.7.0",
54
+ "@angular-eslint/eslint-plugin": "20.7.0",
55
+ "@angular-eslint/eslint-plugin-template": "20.7.0",
56
+ "@angular-eslint/schematics": "20.7.0",
57
+ "@angular-eslint/template-parser": "20.7.0",
58
+ "@angular/cli": "20.3.18",
59
+ "@angular/compiler-cli": "20.3.18",
60
+ "@angular/forms": "20.3.18",
61
+ "@angular/platform-browser-dynamic": "20.3.18",
62
+ "@artstesh/forger": "2.0.0",
63
+ "@artstesh/it-should": "2.0.1",
64
+ "@biesbjerg/ngx-translate-extract": "7.0.4",
65
+ "@types/chart.js": "2.9.34",
66
+ "@types/jasmine": "3.8.1",
67
+ "@types/node": "20.19.11",
68
+ "@typescript-eslint/eslint-plugin": "7.18.0",
69
+ "@typescript-eslint/parser": "7.18.0",
70
+ "eslint": "8.57.1",
71
+ "eslint-config-airbnb-typescript": "18.0.0",
72
+ "eslint-config-prettier": "9.1.2",
73
+ "eslint-plugin-import": "2.29.0",
74
+ "eslint-plugin-jasmine": "4.1.3",
75
+ "eslint-plugin-node": "11.1.0",
76
+ "eslint-plugin-prettier": "4.2.1",
77
+ "jasmine-core": "3.8.0",
78
+ "karma": "6.3.20",
79
+ "karma-chrome-launcher": "3.1.0",
80
+ "karma-coverage": "2.0.3",
81
+ "karma-jasmine": "4.0.1",
82
+ "karma-jasmine-html-reporter": "1.7.0",
83
+ "ng-mocks": "14.15.2",
84
+ "ng-packagr": "20.3.2",
85
+ "pre-commit": "1.2.2",
86
+ "prettier": "2.7.1",
87
+ "ts-mockito": "2.6.1",
88
+ "typescript": "5.9.3",
89
+ "storybook": "10.3.3",
90
+ "@storybook/angular": "10.3.3",
91
+ "@storybook/addon-a11y": "10.3.3",
92
+ "@storybook/addon-docs": "10.3.3",
93
+ "@angular-devkit/architect": "0.2000.0",
94
+ "@angular-devkit/core": "20.0.0",
95
+ "@compodoc/compodoc": "1.2.1",
96
+ "eslint-plugin-storybook": "10.3.3"
97
+ },
98
+ "eslintConfig": {
99
+ "extends": [
100
+ "plugin:storybook/recommended"
101
+ ]
102
+ }
103
+ }