@cspell/dict-cspell-bundle 2.0.17 → 2.0.19

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/README.md +3 -3
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -81,7 +81,7 @@ Add the following to your VSCode settings:
81
81
 
82
82
  ```jsonc
83
83
  {
84
- "cSpell.import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-cspell-bundle@latest/cspell-ext.json/cspell-ext.json"],
84
+ "cSpell.import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-cspell-bundle/cspell-ext.json"],
85
85
  "cSpell.dictionaries": [],
86
86
  }
87
87
  ```
@@ -95,7 +95,7 @@ Add the following to your VSCode settings:
95
95
 
96
96
  ```jsonc
97
97
  {
98
- "import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-cspell-bundle@latest/cspell-ext.json/cspell-ext.json"],
98
+ "import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-cspell-bundle/cspell-ext.json"],
99
99
  "dictionaries": [],
100
100
  }
101
101
  ```
@@ -109,7 +109,7 @@ Add the following to your VSCode settings:
109
109
 
110
110
  ```yaml
111
111
  import:
112
- - https://cdn.jsdelivr.net/npm/@cspell/dict-cspell-bundle@latest/cspell-ext.json/cspell-ext.json
112
+ - https://cdn.jsdelivr.net/npm/@cspell/dict-cspell-bundle/cspell-ext.json
113
113
  dictionaries: []
114
114
  ```
115
115
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-cspell-bundle",
3
- "version": "2.0.17",
3
+ "version": "2.0.19",
4
4
  "description": "Dictionaries included with the CSpell Command Line tool.",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -53,8 +53,8 @@
53
53
  "@cspell/dict-dotnet": "^5.0.10",
54
54
  "@cspell/dict-elixir": "^4.0.8",
55
55
  "@cspell/dict-en-common-misspellings": "^2.1.3",
56
- "@cspell/dict-en-gb-mit": "^3.1.5",
57
- "@cspell/dict-en_us": "^4.4.15",
56
+ "@cspell/dict-en-gb-mit": "^3.1.6",
57
+ "@cspell/dict-en_us": "^4.4.16",
58
58
  "@cspell/dict-filetypes": "^3.0.13",
59
59
  "@cspell/dict-flutter": "^1.1.1",
60
60
  "@cspell/dict-fonts": "^4.0.5",
@@ -77,7 +77,7 @@
77
77
  "@cspell/dict-markdown": "^2.0.12",
78
78
  "@cspell/dict-monkeyc": "^1.0.11",
79
79
  "@cspell/dict-node": "^5.0.8",
80
- "@cspell/dict-npm": "^5.2.11",
80
+ "@cspell/dict-npm": "^5.2.12",
81
81
  "@cspell/dict-php": "^4.0.15",
82
82
  "@cspell/dict-powershell": "^5.0.15",
83
83
  "@cspell/dict-public-licenses": "^2.0.14",
@@ -99,5 +99,5 @@
99
99
  "*.js",
100
100
  "*.d.ts"
101
101
  ],
102
- "gitHead": "0f12a733b776d13a9dc46c431b587cfadad460b3"
102
+ "gitHead": "627831379fe16dbfcfbf05fe747f05320b86e615"
103
103
  }