@ieeesa-npm/tenants 0.3.3 → 0.3.4

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.
@@ -367,7 +367,7 @@
367
367
  "description": "Description",
368
368
  "applicableRoles": "Applicable Roles",
369
369
  "settings": "Settings",
370
- "action": "Action"
370
+ "action": "Actions"
371
371
  }
372
372
  },
373
373
  "settings": {
@@ -398,7 +398,7 @@ var viewGroupTypes = {
398
398
  description: "Description",
399
399
  applicableRoles: "Applicable Roles",
400
400
  settings: "Settings",
401
- action: "Action"
401
+ action: "Actions"
402
402
  }
403
403
  },
404
404
  settings: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ieeesa-npm/tenants",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0"