@progress/kendo-angular-map 17.0.0-develop.3 → 17.0.0-develop.5
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.
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-map',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '17.0.0-develop.
|
|
12
|
+
publishDate: 1729004436,
|
|
13
|
+
version: '17.0.0-develop.5',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -694,8 +694,8 @@ const packageMetadata = {
|
|
|
694
694
|
name: '@progress/kendo-angular-map',
|
|
695
695
|
productName: 'Kendo UI for Angular',
|
|
696
696
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
697
|
-
publishDate:
|
|
698
|
-
version: '17.0.0-develop.
|
|
697
|
+
publishDate: 1729004436,
|
|
698
|
+
version: '17.0.0-develop.5',
|
|
699
699
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
700
700
|
};
|
|
701
701
|
|
|
@@ -694,8 +694,8 @@ const packageMetadata = {
|
|
|
694
694
|
name: '@progress/kendo-angular-map',
|
|
695
695
|
productName: 'Kendo UI for Angular',
|
|
696
696
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
697
|
-
publishDate:
|
|
698
|
-
version: '17.0.0-develop.
|
|
697
|
+
publishDate: 1729004436,
|
|
698
|
+
version: '17.0.0-develop.5',
|
|
699
699
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
700
700
|
};
|
|
701
701
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-map",
|
|
3
|
-
"version": "17.0.0-develop.
|
|
3
|
+
"version": "17.0.0-develop.5",
|
|
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": "15 - 18",
|
|
28
28
|
"@progress/kendo-drawing": "^1.20.4",
|
|
29
29
|
"@progress/kendo-licensing": "^1.0.2",
|
|
30
|
-
"@progress/kendo-angular-common": "17.0.0-develop.
|
|
31
|
-
"@progress/kendo-angular-icons": "17.0.0-develop.
|
|
32
|
-
"@progress/kendo-angular-l10n": "17.0.0-develop.
|
|
33
|
-
"@progress/kendo-angular-popup": "17.0.0-develop.
|
|
30
|
+
"@progress/kendo-angular-common": "17.0.0-develop.5",
|
|
31
|
+
"@progress/kendo-angular-icons": "17.0.0-develop.5",
|
|
32
|
+
"@progress/kendo-angular-l10n": "17.0.0-develop.5",
|
|
33
|
+
"@progress/kendo-angular-popup": "17.0.0-develop.5",
|
|
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": "17.0.0-develop.
|
|
38
|
+
"@progress/kendo-angular-schematics": "17.0.0-develop.5",
|
|
39
39
|
"@progress/kendo-charts": "2.5.3"
|
|
40
40
|
},
|
|
41
41
|
"schematics": "./schematics/collection.json",
|
|
@@ -10,7 +10,7 @@ function default_1(options) {
|
|
|
10
10
|
// Additional dependencies to install.
|
|
11
11
|
// See https://github.com/telerik/kendo-schematics/issues/28
|
|
12
12
|
peerDependencies: {
|
|
13
|
-
// '@progress/kendo-angular-foo': '17.0.0-develop.
|
|
13
|
+
// '@progress/kendo-angular-foo': '17.0.0-develop.5'
|
|
14
14
|
} });
|
|
15
15
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
16
16
|
}
|