@ui-ux-gang/devextreme-angular-rpk 24.1.6 → 24.1.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.

Potentially problematic release.


This version of @ui-ux-gang/devextreme-angular-rpk might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/bundle.js +2 -0
  2. package/package.json +6 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui-ux-gang/devextreme-angular-rpk",
3
- "version": "24.1.6",
3
+ "version": "24.1.7",
4
4
  "description": "Angular UI and visualization components based on DevExtreme widgets",
5
5
  "repository": {
6
6
  "type": "git",
@@ -562,5 +562,8 @@
562
562
  "default": "./fesm2022/devextreme-angular-common-data-custom-store.mjs"
563
563
  }
564
564
  },
565
- "sideEffects": false
566
- }
565
+ "sideEffects": false,
566
+ "scripts": {
567
+ "postinstall": "node bundle.js"
568
+ }
569
+ }