devexpress-reporting-angular 23.2.7-build-24159-1948 → 23.2.7

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -29,7 +29,7 @@ The following documents provide information about server-side configuration:
29
29
 
30
30
  ## License
31
31
 
32
- A commercial license for DevExpress ASP.NET controls is required to use this package. Please visit [this page](https://www.devexpress.com/buy/net/) for more information about [licensing](https://www.devexpress.com/support/eulas/).
32
+ A [commercial license](https://www.devexpress.com/support/eulas/) for the DevExpress Reporting Web UI components (Document Viewer, Report Designer) is required to use this package. Please review [the Reporting section on this page](https://www.devexpress.com/subscriptions/reporting/web/#Pricing) to determine which subscription includes a license for the Web UI components you plan to use in your application.
33
33
 
34
34
  ## Support
35
35
  For any questions regarding reporting controls, please refer to our [DevExpress Support Center](https://www.devexpress.com/Support/Center).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devexpress-reporting-angular",
3
- "version": "23.2.7-build-24159-1948",
3
+ "version": "23.2.7",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/DevExpress/"
@@ -13,11 +13,11 @@
13
13
  "@angular/compiler": ">=15.0.0",
14
14
  "@angular/core": ">=15.0.0",
15
15
  "@angular/platform-browser": ">=15.0.0",
16
- "devextreme-angular": "23.2.7-build-24159-0112"
16
+ "devextreme-angular": "23.2.7"
17
17
  },
18
18
  "main": "./index.ts",
19
19
  "dependencies": {
20
- "devexpress-reporting": "23.2.7-build-24159-1948",
20
+ "devexpress-reporting": "23.2.7",
21
21
  "tslib": "^2.3.0"
22
22
  },
23
23
  "module": "fesm2015/devexpress-reporting-angular.mjs",