Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NEW-WORDS Cleanup #242

Merged
merged 17 commits into from
Sep 14, 2023
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,30 +31,30 @@
"singleQuote": true
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/eslint-parser": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"bootstrap": "^5.3.0",
"@babel/core": "^7.22.17",
"@babel/eslint-parser": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"bootstrap": "^5.3.1",
"copy-webpack-plugin": "^11.0.0",
"daily-version": "^2.0.0",
"dot-json": "^1.3.0",
"eslint": "^8.44.0",
"eslint": "^8.49.0",
"eslint-webpack-plugin": "^4.0.1",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"express-rate-limit": "^7.0.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jquery": "^3.7.0",
"lint-staged": "^13.2.2",
"nodemon": "^2.0.22",
"prettier": "^2.8.8",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jquery": "^3.7.1",
"lint-staged": "^14.0.1",
"nodemon": "^3.0.1",
"prettier": "^3.0.3",
"run-script-os": "^1.1.3",
"sinon": "^15.2.0",
"web-ext": "^7.6.2",
"sinon": "^16.0.0",
"web-ext": "^7.7.0",
"web-ext-submit": "^7.6.2",
"webextension-polyfill": "^0.10.0",
"webpack": "^5.88.0",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"repository": {
Expand Down Expand Up @@ -86,6 +86,6 @@
}
},
"dependencies": {
"chrome-webstore-upload-cli": "^2.2.1"
"chrome-webstore-upload-cli": "^2.2.2"
}
}
13 changes: 12 additions & 1 deletion src/acronym-constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,18 @@ let gcpAcronyms = ['GCE', 'GCP', 'GCS', 'GKE'];

let commonLocalAcronyms = ['Syd', 'Melb', 'AdID', 'AdIDs', 'ABN', 'ACN', 'LPO'];

let localAcronyms = ['GA', 'PE', 'AAv1', 'AAv3', 'SB', 'FF', 'EP', 'EPs'];
let localAcronyms = [
'GA',
'PE',
'AAv1',
'AAv3',
'SB',
'FF',
'EP',
'EPs',
'Realbase',
'AIM',
];

export const acronyms = commonAcronyms.concat(
timeAcronyms,
Expand Down
Loading