@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/dist/fesm2022/maps-components-src-map.mjs +91 -91
- package/dist/fesm2022/maps-components-src-map.mjs.map +1 -1
- package/dist/fesm2022/maps-components.mjs +91 -91
- package/dist/fesm2022/maps-components.mjs.map +1 -1
- package/package.json +43 -31
- /package/dist/{index.d.ts → types/maps-components-src-map.d.ts} +0 -0
- /package/dist/{src/map/index.d.ts → types/maps-components.d.ts} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artstesh/maps",
|
|
3
|
-
"version": "
|
|
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
|
-
"
|
|
34
|
-
"
|
|
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": "^
|
|
42
|
-
"@angular/core": "^
|
|
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": "
|
|
49
|
-
"@angular/compiler": "
|
|
50
|
-
"@angular/core": "
|
|
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": "
|
|
58
|
-
"@angular-devkit/build-angular": "
|
|
59
|
-
"@angular-eslint/builder": "
|
|
60
|
-
"@angular-eslint/eslint-plugin": "
|
|
61
|
-
"@angular-eslint/eslint-plugin-template": "
|
|
62
|
-
"@angular-eslint/schematics": "
|
|
63
|
-
"@angular-eslint/template-parser": "
|
|
64
|
-
"@angular/cli": "
|
|
65
|
-
"@angular/compiler-cli": "
|
|
66
|
-
"@angular/forms": "
|
|
67
|
-
"@angular/platform-browser-dynamic": "
|
|
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.
|
|
90
|
-
"ng-packagr": "
|
|
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.
|
|
96
|
-
"@storybook/angular": "10.
|
|
97
|
-
"@storybook/addon-a11y": "10.
|
|
98
|
-
"@storybook/addon-docs": "10.
|
|
99
|
-
"@angular-devkit/architect": "0.
|
|
100
|
-
"@angular-devkit/core": "
|
|
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.
|
|
103
|
-
"@angular/platform-browser": "
|
|
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
|
}
|
|
File without changes
|
|
File without changes
|