@cdmx/wappler_ag_grid 0.6.4 → 0.6.6

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.
@@ -1336,19 +1336,19 @@
1336
1336
  "allowed_children": {},
1337
1337
  "copyFiles": [
1338
1338
  {
1339
- "src": "ag-grid-community.min.js",
1339
+ "src": "../../../node_modules/ag-grid-community/dist/ag-grid-community.min.js",
1340
1340
  "dst": "js/ag-grid-community.min.js"
1341
1341
  },
1342
1342
  {
1343
- "src": "ag-theme-alpine.css",
1343
+ "src": "../../../node_modules/ag-grid-community/styles/ag-theme-alpine.css",
1344
1344
  "dst": "css/ag-theme-alpine.css"
1345
1345
  },
1346
1346
  {
1347
- "src": "ag-theme-balham.css",
1347
+ "src": "../../../node_modules/ag-grid-community/styles/ag-theme-balham.css",
1348
1348
  "dst": "css/ag-theme-balham.css"
1349
1349
  },
1350
1350
  {
1351
- "src": "ag-theme-material.css",
1351
+ "src": "../../../node_modules/ag-grid-community/styles/ag-theme-material.css",
1352
1352
  "dst": "css/ag-theme-material.css"
1353
1353
  },
1354
1354
  {
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@cdmx/wappler_ag_grid",
3
- "version": "0.6.4",
3
+ "version": "0.6.6",
4
4
  "type": "module",
5
- "description": "App Connect module for AG Grid Table Generation",
5
+ "description": "App Connect module for AG Grid Table Generation.",
6
6
  "license": "MIT",
7
7
  "author": {
8
8
  "name": "cdmx1",
@@ -13,6 +13,9 @@
13
13
  "app-connect",
14
14
  "ag-grid"
15
15
  ],
16
+ "dependencies": {
17
+ "ag-grid-community": "^30.0.6"
18
+ },
16
19
  "scripts": {
17
20
  "build": "rollup --config",
18
21
  "publish-dry-run": "npm publish ./dist --access public --dry-run"