@cdmx/wappler_ag_grid 1.8.3 → 1.8.4

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.
@@ -2677,11 +2677,11 @@
2677
2677
  "dst": "js/locale/pt.js"
2678
2678
  },
2679
2679
  {
2680
- "src": "pdfmake.min.js",
2680
+ "src": "../../../node_modules/pdfmake/build/pdfmake.min.js",
2681
2681
  "dst": "js/pdfmake.min.js"
2682
2682
  },
2683
2683
  {
2684
- "src": "vfs_fonts.js",
2684
+ "src": "../../../node_modules/pdfmake/build/vfs_fonts.js",
2685
2685
  "dst": "js/vfs_fonts.js"
2686
2686
  }
2687
2687
  ],
@@ -2721,6 +2721,16 @@
2721
2721
  "type": "js",
2722
2722
  "defer": true
2723
2723
  },
2724
+ {
2725
+ "src": "js/pdfmake.min.js",
2726
+ "type": "js",
2727
+ "defer": true
2728
+ },
2729
+ {
2730
+ "src": "js/vfs_fonts.js",
2731
+ "type": "js",
2732
+ "defer": true
2733
+ },
2724
2734
  {
2725
2735
  "src": "css/ag-theme-alpine.css",
2726
2736
  "type": "css"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdmx/wappler_ag_grid",
3
- "version": "1.8.3",
3
+ "version": "1.8.4",
4
4
  "type": "module",
5
5
  "description": "App Connect module for AG Grid Table Generation.",
6
6
  "license": "MIT",