@progress/kendo-angular-map 19.1.2-develop.1 → 19.1.2-develop.2
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.
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: '19.1.2-develop.
|
|
13
|
+
publishDate: 1749820745,
|
|
14
|
+
version: '19.1.2-develop.2',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -911,8 +911,8 @@ const packageMetadata = {
|
|
|
911
911
|
productName: 'Kendo UI for Angular',
|
|
912
912
|
productCode: 'KENDOUIANGULAR',
|
|
913
913
|
productCodes: ['KENDOUIANGULAR'],
|
|
914
|
-
publishDate:
|
|
915
|
-
version: '19.1.2-develop.
|
|
914
|
+
publishDate: 1749820745,
|
|
915
|
+
version: '19.1.2-develop.2',
|
|
916
916
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
917
917
|
};
|
|
918
918
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-map",
|
|
3
|
-
"version": "19.1.2-develop.
|
|
3
|
+
"version": "19.1.2-develop.2",
|
|
4
4
|
"description": "Kendo UI Map for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"package": {
|
|
23
23
|
"productName": "Kendo UI for Angular",
|
|
24
24
|
"productCode": "KENDOUIANGULAR",
|
|
25
|
-
"publishDate":
|
|
25
|
+
"publishDate": 1749820745,
|
|
26
26
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
27
27
|
}
|
|
28
28
|
},
|
|
@@ -33,15 +33,15 @@
|
|
|
33
33
|
"@angular/platform-browser": "16 - 20",
|
|
34
34
|
"@progress/kendo-drawing": "^1.21.0",
|
|
35
35
|
"@progress/kendo-licensing": "^1.5.0",
|
|
36
|
-
"@progress/kendo-angular-common": "19.1.2-develop.
|
|
37
|
-
"@progress/kendo-angular-icons": "19.1.2-develop.
|
|
38
|
-
"@progress/kendo-angular-l10n": "19.1.2-develop.
|
|
39
|
-
"@progress/kendo-angular-popup": "19.1.2-develop.
|
|
36
|
+
"@progress/kendo-angular-common": "19.1.2-develop.2",
|
|
37
|
+
"@progress/kendo-angular-icons": "19.1.2-develop.2",
|
|
38
|
+
"@progress/kendo-angular-l10n": "19.1.2-develop.2",
|
|
39
|
+
"@progress/kendo-angular-popup": "19.1.2-develop.2",
|
|
40
40
|
"rxjs": "^6.4.0 || ^7.0.0"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"tslib": "^2.3.1",
|
|
44
|
-
"@progress/kendo-angular-schematics": "19.1.2-develop.
|
|
44
|
+
"@progress/kendo-angular-schematics": "19.1.2-develop.2",
|
|
45
45
|
"@progress/kendo-charts": "2.7.2"
|
|
46
46
|
},
|
|
47
47
|
"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': '19.1.2-develop.
|
|
13
|
+
// '@progress/kendo-angular-foo': '19.1.2-develop.2'
|
|
14
14
|
} });
|
|
15
15
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
16
16
|
}
|