@cspell/dict-aws
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -19,3 +19,3 @@ // cSpell Settings | ||
// Language Rules to apply to matching files. | ||
// Files are matched on `languageId` and `local` | ||
// Files are matched on `languageId` and `locale` | ||
"languageSettings": [ | ||
@@ -26,3 +26,3 @@ { | ||
"languageId": "*", | ||
// Language local. i.e. en-US, de-AT, or ru. * will match all locals. | ||
// Language locale. i.e. en-US, de-AT, or ru. * will match all locals. | ||
// Multiple locals can be specified like: "en, en-US" to match both English and English US. | ||
@@ -29,0 +29,0 @@ "locale": "*", |
@@ -84,2 +84,3 @@ | ||
archives | ||
arn | ||
arns | ||
@@ -86,0 +87,0 @@ arrays |
{ | ||
"name": "@cspell/dict-aws", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "AWS dictionary for cspell.", | ||
@@ -15,3 +15,3 @@ "publishConfig": { | ||
"build": "cspell-tools-cli compile --keep-raw-case --use-legacy-splitter src/aws.txt --no-compress -o ./dict", | ||
"test": "head -n 100 src/aws.txt | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=aws\" stdin", | ||
"test": "head -n 100 src/aws.txt | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=aws\" stdin", | ||
"prepublishOnly": "echo pre-publish", | ||
@@ -22,3 +22,4 @@ "prepare:dictionary": "pnpm run build" | ||
"type": "git", | ||
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git" | ||
"url": "https://github.com/streetsidesoftware/cspell-dict.git", | ||
"directory": "dictionaries/aws" | ||
}, | ||
@@ -32,3 +33,3 @@ "keywords": [ | ||
], | ||
"author": "Jason Dent", | ||
"author": "Street Side Software <support@streetsidesoftware.nl>", | ||
"license": "MIT", | ||
@@ -43,3 +44,3 @@ "bugs": { | ||
], | ||
"gitHead": "5df1fa5ea6fe10822c73779b0532cca528287cd6" | ||
"gitHead": "ffd0f223cdeaa0db814a2346d8511d690027a647" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18057