@adaptabletools/adaptable-plugin-nocode-aggrid 18.1.13 → 18.1.15-canary.0

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 +2 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  The No Code Plugin allows end users to create an AdapTable instance at runtime from any JSON or Excel file that they provide.
4
4
 
5
- It will dynamically instantiate a fully functional AdapTable including advanced features like state management and audit log, enabling Users to attach to the same source daily or multiple different sources.
5
+ It will dynamically instantiate a fully functional AdapTable including advanced features like state management and permissions, enabling Users to attach to the same source daily or multiple different sources.
6
6
 
7
7
  ## No Code Wizard
8
8
  Once a JSON or Excel file has been selected (or dragged and droppped), the AdapTable No Code Wizard will appear.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adaptabletools/adaptable-plugin-nocode-aggrid",
3
- "version": "18.1.13",
3
+ "version": "18.1.15-canary.0",
4
4
  "description": "",
5
5
  "homepage": "http://www.adaptabletools.com/",
6
6
  "author": {
@@ -11,7 +11,7 @@
11
11
  "dependencies": {
12
12
  "tslib": "^2.3.0",
13
13
  "xlsx": "^0.15.5",
14
- "@adaptabletools/adaptable": "18.1.13"
14
+ "@adaptabletools/adaptable": "18.1.15-canary.0"
15
15
  },
16
16
  "type": "module",
17
17
  "module": "src/index.js"