@progress/kendo-angular-map 22.0.0-develop.1 → 22.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.
|
@@ -950,8 +950,8 @@ const packageMetadata = {
|
|
|
950
950
|
productName: 'Kendo UI for Angular',
|
|
951
951
|
productCode: 'KENDOUIANGULAR',
|
|
952
952
|
productCodes: ['KENDOUIANGULAR'],
|
|
953
|
-
publishDate:
|
|
954
|
-
version: '22.0.0
|
|
953
|
+
publishDate: 1768402516,
|
|
954
|
+
version: '22.0.0',
|
|
955
955
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
956
956
|
};
|
|
957
957
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-map",
|
|
3
|
-
"version": "22.0.0
|
|
3
|
+
"version": "22.0.0",
|
|
4
4
|
"description": "Kendo UI Map for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -27,15 +27,15 @@
|
|
|
27
27
|
"@angular/platform-browser": "19 - 21",
|
|
28
28
|
"@progress/kendo-drawing": "^1.23.1",
|
|
29
29
|
"@progress/kendo-licensing": "^1.7.0",
|
|
30
|
-
"@progress/kendo-angular-common": "22.0.0
|
|
31
|
-
"@progress/kendo-angular-icons": "22.0.0
|
|
32
|
-
"@progress/kendo-angular-l10n": "22.0.0
|
|
33
|
-
"@progress/kendo-angular-popup": "22.0.0
|
|
30
|
+
"@progress/kendo-angular-common": "22.0.0",
|
|
31
|
+
"@progress/kendo-angular-icons": "22.0.0",
|
|
32
|
+
"@progress/kendo-angular-l10n": "22.0.0",
|
|
33
|
+
"@progress/kendo-angular-popup": "22.0.0",
|
|
34
34
|
"rxjs": "^6.4.0 || ^7.0.0"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"tslib": "^2.3.1",
|
|
38
|
-
"@progress/kendo-angular-schematics": "22.0.0
|
|
38
|
+
"@progress/kendo-angular-schematics": "22.0.0",
|
|
39
39
|
"@progress/kendo-charts": "2.9.0"
|
|
40
40
|
},
|
|
41
41
|
"schematics": "./schematics/collection.json",
|
|
@@ -15,7 +15,7 @@ function default_1(options) {
|
|
|
15
15
|
// Additional dependencies to install.
|
|
16
16
|
// See https://github.com/telerik/kendo-schematics/issues/28
|
|
17
17
|
peerDependencies: {
|
|
18
|
-
// '@progress/kendo-angular-foo': '22.0.0
|
|
18
|
+
// '@progress/kendo-angular-foo': '22.0.0'
|
|
19
19
|
} });
|
|
20
20
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
21
21
|
}
|