Skip to content

Commit

Permalink
fix: Sign all dictionaries (#3661)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored Oct 11, 2024
1 parent 4f77f34 commit 6b8d560
Show file tree
Hide file tree
Showing 116 changed files with 244 additions and 122 deletions.
3 changes: 2 additions & 1 deletion dictionaries/ada/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "4.0.2",
"description": "Ada Language dictionary for cspell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/al/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "1.0.0",
"description": "AL Dictionary",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/ar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "1.1.0",
"description": "Arabic dictionary for CSpell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "4.0.4",
"description": "AWS dictionary for cspell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/bash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "4.1.5",
"description": "Bash dictionary for cspell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/bg_BG/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "3.0.2",
"description": "Bulgarian dictionary for cspell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/ca/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "3.0.1",
"description": "Catalan dictionary for cspell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/city-names-finland/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "3.0.0",
"description": "City area names in Finland for cspell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/clojure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "2.0.2",
"description": "Clojure dictionary for cspell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/companies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "3.1.4",
"description": "Company names dictionary for cspell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/cpp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "5.1.19",
"description": "C/C++ Dictionary dictionary for cspell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/cryptocurrencies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "5.0.0",
"description": "Cryptocurrencies dictionary for cspell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/cs_CZ/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "3.0.2",
"description": "Czech dictionary for cspell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/csharp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "4.0.2",
"description": "C# dictionary for cspell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "4.0.13",
"description": "CSS dictionary for cspell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/da_DK/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "4.0.0",
"description": "Danish dictionary for CSpell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/dart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "2.2.1",
"description": "Dart dictionary for cspell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/data-science/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "2.0.2",
"description": "Data Science dictionary for cspell. -- Private until verified",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/de_AT/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "1.1.0",
"description": "Austrian German dictionary for CSpell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/de_CH/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "1.2.0",
"description": "Swiss German dictionary for CSpell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/de_DE/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "4.0.0",
"description": "German dictionary for cspell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/django/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "4.1.0",
"description": "Django dictionary for cspell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/docker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "1.1.7",
"description": "Docker dictionary for cspell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/dotnet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "5.0.5",
"description": ".Net dictionary for cspell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/el/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "3.1.2",
"description": "Greek dictionary for cspell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
8 changes: 5 additions & 3 deletions dictionaries/elisp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "1.0.0",
"description": "Emacs Lisp dictionary for cspell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand All @@ -20,7 +21,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/elisp"
},
"keywords": [
"cspell",
Expand All @@ -30,7 +32,7 @@
"dictionary",
"spelling"
],
"author": "Street Side Software",
"author": "Street Side Software <support@streetsidesoftware.nl>",
"contributors": [],
"license": "MIT",
"bugs": {
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/elixir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "4.0.3",
"description": "Elixir dictionary for cspell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/en-common-misspellings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "2.0.4",
"description": "Common English misspellings dictionary for cspell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/en_AU/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "1.0.14",
"description": "Australian English dictionary for cspell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/en_CA/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "1.0.14",
"description": "Canadian English dictionary for cspell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/en_GB-MIT/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "2.1.23",
"description": "British English dictionary for cspell with MIT License.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/en_GB/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "4.1.46",
"description": "British English dictionary for cspell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/en_US/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "4.3.23",
"description": "English dictionary for cspell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/en_shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "English words shared between the various English dictionaries. -- Private until verified",
"private": true,
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/eo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "3.0.1",
"description": "Esperanto dictionary for cspell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/es_ES/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "3.0.0",
"description": "Spanish dictionary for cspell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/et-EE/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Estonian dictionary for cspell.",
"private": false,
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
3 changes: 2 additions & 1 deletion dictionaries/eu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "1.0.0",
"description": "Basque dictionary for cspell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
Loading

0 comments on commit 6b8d560

Please sign in to comment.