json-crud-ui-comp-table 1.4.1 → 1.4.2

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/index.js +6 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -8,4 +8,9 @@ const load = async () => {
8
8
  )).default;
9
9
  };
10
10
 
11
- export default load;
11
+ const showAll = async (...a) =>
12
+ (await load())(...a);
13
+
14
+ export {
15
+ load, showAll
16
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "json-crud-ui-comp-table",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "ui boilerplate code in public folder, with html and js for table build",
5
5
  "keywords": [
6
6
  "cli",