@progress/kendo-angular-map 13.6.0-develop.7 → 13.6.0-develop.9
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: '13.6.0-develop.
|
|
12
|
+
publishDate: 1695903294,
|
|
13
|
+
version: '13.6.0-develop.9',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -691,8 +691,8 @@ const packageMetadata = {
|
|
|
691
691
|
name: '@progress/kendo-angular-map',
|
|
692
692
|
productName: 'Kendo UI for Angular',
|
|
693
693
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
694
|
-
publishDate:
|
|
695
|
-
version: '13.6.0-develop.
|
|
694
|
+
publishDate: 1695903294,
|
|
695
|
+
version: '13.6.0-develop.9',
|
|
696
696
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
697
697
|
};
|
|
698
698
|
|
|
@@ -691,8 +691,8 @@ const packageMetadata = {
|
|
|
691
691
|
name: '@progress/kendo-angular-map',
|
|
692
692
|
productName: 'Kendo UI for Angular',
|
|
693
693
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
694
|
-
publishDate:
|
|
695
|
-
version: '13.6.0-develop.
|
|
694
|
+
publishDate: 1695903294,
|
|
695
|
+
version: '13.6.0-develop.9',
|
|
696
696
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
697
697
|
};
|
|
698
698
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-map",
|
|
3
|
-
"version": "13.6.0-develop.
|
|
3
|
+
"version": "13.6.0-develop.9",
|
|
4
4
|
"description": "Kendo UI Map for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
"@angular/platform-browser": "13 - 16",
|
|
28
28
|
"@progress/kendo-drawing": "^1.17.2",
|
|
29
29
|
"@progress/kendo-licensing": "^1.0.2",
|
|
30
|
-
"@progress/kendo-angular-common": "13.6.0-develop.
|
|
31
|
-
"@progress/kendo-angular-l10n": "13.6.0-develop.
|
|
32
|
-
"@progress/kendo-angular-popup": "13.6.0-develop.
|
|
30
|
+
"@progress/kendo-angular-common": "13.6.0-develop.9",
|
|
31
|
+
"@progress/kendo-angular-l10n": "13.6.0-develop.9",
|
|
32
|
+
"@progress/kendo-angular-popup": "13.6.0-develop.9",
|
|
33
33
|
"rxjs": "^6.4.0 || ^7.0.0"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"tslib": "^2.3.1",
|
|
37
|
-
"@progress/kendo-angular-schematics": "13.6.0-develop.
|
|
37
|
+
"@progress/kendo-angular-schematics": "13.6.0-develop.9",
|
|
38
38
|
"@progress/kendo-charts": "^1.32.0"
|
|
39
39
|
},
|
|
40
40
|
"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': '13.6.0-develop.
|
|
13
|
+
// '@progress/kendo-angular-foo': '13.6.0-develop.9'
|
|
14
14
|
} });
|
|
15
15
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
16
16
|
}
|