From c53f6fd75c2bd389c78fdf055f9b4c7df6739e58 Mon Sep 17 00:00:00 2001 From: Jeff Horton <87995501+jeff-horton-ho-sas@users.noreply.github.com> Date: Tue, 21 Nov 2023 11:11:03 +0000 Subject: [PATCH] [ACL-4279] Update acronym definitions (#20) * [ACL-4279] Update acronym definitions - Add PIL-E - Provide plural version of definitions * [ACL-4279] `npm audit fix` * [ACL-4279] `npm audit fix` * [ACL-4279] Update wording * [ACL-4279] Update package-lock.json --- index.js | 38 +++++++++++++++++++++++--------------- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 3 files changed, 34 insertions(+), 26 deletions(-) diff --git a/index.js b/index.js index 63f9846..4b3ddea 100644 --- a/index.js +++ b/index.js @@ -1,23 +1,24 @@ module.exports = { // roles - ELH: 'Establishment Licence Holder', - HOLC: 'Home Office Liaison Contact', - NACWO: 'Named Animal Care and Welfare Officer', - NIO: 'Named Information Officer', - NVS: 'Named Veterinary Surgeon', - SQP: 'Suitably Qualified Person', - NTCO: 'Named Training and Competency Officer', - NPRC: 'Named Person Responsible for Compliance', + ELH: 'Establishment licence holder', + HOLC: 'Home Office liaison contact', + NACWO: 'Named animal care and welfare officer', + NIO: 'Named information officer', + NVS: 'Named veterinary surgeon', + SQP: 'Suitably qualified person', + NTCO: 'Named training and competency officer', + NPRC: 'Named person responsible for compliance', // Licence holders - PELH: 'Establishment Licence Holder', - PILH: 'Individual Licence Holder', - PPLH: 'Project Licence Holder', + PELH: 'Establishment licence holder', + PILH: 'Personal licence holder', + PPLH: 'Project licence holder', // Licence types - PIL: 'Individual Licence', - PPL: 'Project Licence', - PEL: 'Establishment Licence', + PIL: 'Personal licence', + 'PIL-E': 'Personal licence for training and higher education', + PPL: 'Project licence', + PEL: 'Establishment licence', // holding codes LA: 'Large animals', @@ -34,5 +35,12 @@ module.exports = { LTH: 'Long term holding', NOH: 'Not for overnight holding', NSEP: 'Non-sterile experimental procedures', - SEP: 'Sterile experimental procedures' + SEP: 'Sterile experimental procedures', + + plural: { + PIL: 'Personal licences', + 'PIL-E': 'Personal licences for higher education or training', + PPL: 'Project licences', + PEL: 'Establishment licences', + } }; diff --git a/package-lock.json b/package-lock.json index b53f56a..bc87eb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "@asl/dictionary", - "version": "1.1.5", + "name": "@ukhomeoffice/asl-dictionary", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "@asl/dictionary", - "version": "1.1.5", + "name": "@ukhomeoffice/asl-dictionary", + "version": "2.1.0", "license": "MIT", "devDependencies": { "eslint": "^8.27.0" @@ -1090,9 +1090,9 @@ } }, "node_modules/word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", + "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", "dev": true, "engines": { "node": ">=0.10.0" @@ -1896,9 +1896,9 @@ } }, "word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", + "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", "dev": true }, "wrappy": { diff --git a/package.json b/package.json index 4325998..00a7fc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ukhomeoffice/asl-dictionary", - "version": "2.0.0", + "version": "2.1.0", "description": "Expansions of acronyms commonly used in ASL projects", "main": "index.js", "scripts": {