wl-shell-layout 0.0.75 → 0.5.1

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.
package/build.js CHANGED
@@ -13,6 +13,7 @@ function build() {
13
13
  }
14
14
 
15
15
  function takeAndGive(str1, str2) {
16
+ //to check
16
17
  return str2 + str1
17
18
  }
18
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wl-shell-layout",
3
- "version": "0.0.75",
3
+ "version": "0.5.1",
4
4
  "description": "shell layout for dev env",
5
5
  "main": "wl-shell-layout.js",
6
6
  "scripts": {
@@ -19,7 +19,7 @@ import { FormsModule } from '@angular/forms';
19
19
 
20
20
  const isPermitted = (menuOption, permissionsService) => {
21
21
  let permitted = false;
22
- // to check
22
+ // to check again
23
23
  const permissions = keys(permissionsService.getPermissions());
24
24
  if (!menuOption.permissions.length)
25
25
  permitted = true;