@koloseum/utils 0.1.13 → 0.1.14

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/dist/utils.js +4 -4
  2. package/package.json +1 -1
package/dist/utils.js CHANGED
@@ -379,7 +379,7 @@ export const Utility = {
379
379
  },
380
380
  {
381
381
  name: "KLSM",
382
- description: "Management of store products and tracking of orders and payments.",
382
+ description: "Management of KLSM store products and tracking of orders and payments.",
383
383
  slug: "commerce",
384
384
  features: [
385
385
  {
@@ -428,7 +428,7 @@ export const Utility = {
428
428
  },
429
429
  {
430
430
  name: "Staff",
431
- description: "Management of staff authorisation.",
431
+ description: "Management of Backroom staff authorisation.",
432
432
  slug: "staff",
433
433
  features: [
434
434
  {
@@ -452,7 +452,7 @@ export const Utility = {
452
452
  },
453
453
  {
454
454
  name: "Account",
455
- description: "Review of access and notifications.",
455
+ description: "Review Backroom account settings and preferences.",
456
456
  slug: "account",
457
457
  features: [
458
458
  {
@@ -462,7 +462,7 @@ export const Utility = {
462
462
  },
463
463
  {
464
464
  name: "Notifications",
465
- description: "Review and manage Backroom notifications.",
465
+ description: "Review and manage Backroom notification preferences.",
466
466
  slug: "notifications"
467
467
  }
468
468
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koloseum/utils",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "author": "Koloseum Technologies Limited",
5
5
  "type": "module",
6
6
  "description": "Utility logic for use across Koloseum web apps (TypeScript)",