json-crud-ui-components 1.2.1 → 1.2.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.
@@ -1,12 +1,14 @@
1
1
  import init from "../commands/init.js";
2
2
  import addListeners from "../commands/addListeners.js";
3
3
  import htmlIdClick from "../commands/htmlIdClick.js";
4
+ import buildHeader from "../commands/buildHeader.js";
4
5
 
5
6
  // resolveCommand.js
6
7
  const map = {
7
8
  init,
8
9
  addListeners,
9
- htmlIdClick
10
+ htmlIdClick,
11
+ buildHeader
10
12
  };
11
13
 
12
14
  export default function resolveCommand(cmd) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "json-crud-ui-components",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "working on ui for our json crud using modules",
5
5
  "keywords": [
6
6
  "cli",