@progress/kendo-angular-map 22.0.0-develop.1 → 22.0.1-develop.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.
@@ -950,8 +950,8 @@ const packageMetadata = {
950
950
  productName: 'Kendo UI for Angular',
951
951
  productCode: 'KENDOUIANGULAR',
952
952
  productCodes: ['KENDOUIANGULAR'],
953
- publishDate: 1768396058,
954
- version: '22.0.0-develop.1',
953
+ publishDate: 0,
954
+ version: '22.0.1-develop.1',
955
955
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
956
956
  };
957
957
 
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- import { PackageMetadata } from '@progress/kendo-licensing';
5
+ import { type PackageMetadata } from '@progress/kendo-licensing';
6
6
  /**
7
7
  * @hidden
8
8
  */
@@ -0,0 +1,13 @@
1
+ // Generated file. DO NOT EDIT.
2
+
3
+ export const packageMetadata = {
4
+ "name": "@progress/kendo-angular-map",
5
+ "productName": "Kendo UI for Angular",
6
+ "productCode": "KENDOUIANGULAR",
7
+ "productCodes": [
8
+ "KENDOUIANGULAR"
9
+ ],
10
+ "publishDate": 1768480832,
11
+ "version": "22.0.1-develop.1",
12
+ "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-map",
3
- "version": "22.0.0-develop.1",
3
+ "version": "22.0.1-develop.1",
4
4
  "description": "Kendo UI Map for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -18,7 +18,13 @@
18
18
  "Spatial"
19
19
  ],
20
20
  "@progress": {
21
- "friendlyName": "Map"
21
+ "friendlyName": "Map",
22
+ "package": {
23
+ "productName": "Kendo UI for Angular",
24
+ "productCode": "KENDOUIANGULAR",
25
+ "publishDate": 1768480832,
26
+ "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
27
+ }
22
28
  },
23
29
  "peerDependencies": {
24
30
  "@angular/animations": "19 - 21",
@@ -27,15 +33,15 @@
27
33
  "@angular/platform-browser": "19 - 21",
28
34
  "@progress/kendo-drawing": "^1.23.1",
29
35
  "@progress/kendo-licensing": "^1.7.0",
30
- "@progress/kendo-angular-common": "22.0.0-develop.1",
31
- "@progress/kendo-angular-icons": "22.0.0-develop.1",
32
- "@progress/kendo-angular-l10n": "22.0.0-develop.1",
33
- "@progress/kendo-angular-popup": "22.0.0-develop.1",
36
+ "@progress/kendo-angular-common": "22.0.1-develop.1",
37
+ "@progress/kendo-angular-icons": "22.0.1-develop.1",
38
+ "@progress/kendo-angular-l10n": "22.0.1-develop.1",
39
+ "@progress/kendo-angular-popup": "22.0.1-develop.1",
34
40
  "rxjs": "^6.4.0 || ^7.0.0"
35
41
  },
36
42
  "dependencies": {
37
43
  "tslib": "^2.3.1",
38
- "@progress/kendo-angular-schematics": "22.0.0-develop.1",
44
+ "@progress/kendo-angular-schematics": "22.0.1-develop.1",
39
45
  "@progress/kendo-charts": "2.9.0"
40
46
  },
41
47
  "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-develop.1'
18
+ // '@progress/kendo-angular-foo': '22.0.1-develop.1'
19
19
  } });
20
20
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
21
21
  }