@w5s/cspell-config 2.2.6 → 2.2.8

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.
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
- <!-- AUTO-GENERATED-CONTENT:START (PKG_JSON:template=# W5s CSpell configuration _(${name})_) -->
2
- # W5s CSpell configuration _(@w5s/cspell-config)_
1
+ <!-- AUTO-GENERATED-CONTENT:START (PKG_JSON:template=# W5S CSpell configuration _(${name})_) -->
2
+ # W5S CSpell configuration _(@w5s/cspell-config)_
3
3
  <!-- AUTO-GENERATED-CONTENT:END -->
4
4
 
5
5
  [![NPM Version][package-version-svg]][package-url]
package/cspell-ext.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
3
3
  "version": "0.2",
4
- "name": "W5s default settings",
4
+ "name": "W5S default settings",
5
5
  "id": "w5s-default-json",
6
6
  "readonly": true,
7
7
  "import": ["./dist/index.js"]
package/dist/index.js CHANGED
@@ -57,7 +57,7 @@ const dictionaryDefinitions = [
57
57
  ];
58
58
  const settings = {
59
59
  ...defaultSettings,
60
- name: 'W5s default settings .js',
60
+ name: 'W5S default settings .js',
61
61
  id: 'w5s-default-js',
62
62
  language: 'en',
63
63
  description: 'Default cspell configuration.',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/cspell-config",
3
- "version": "2.2.6",
3
+ "version": "2.2.8",
4
4
  "description": "CSpell configuration presets",
5
5
  "keywords": [
6
6
  "cspell"
@@ -54,5 +54,5 @@
54
54
  "publishConfig": {
55
55
  "access": "public"
56
56
  },
57
- "gitHead": "d3733e6fa4909211234a141049d0f29d4ee7481e"
57
+ "gitHead": "db91328c07ffeaf4a55fb4f5ee643260d7c9943a"
58
58
  }
package/src/index.ts CHANGED
@@ -56,7 +56,7 @@ const dictionaryDefinitions: AdvancedCSpellSettings['dictionaryDefinitions'] = [
56
56
 
57
57
  const settings: AdvancedCSpellSettings = {
58
58
  ...defaultSettings,
59
- name: 'W5s default settings .js',
59
+ name: 'W5S default settings .js',
60
60
  id: 'w5s-default-js',
61
61
  language: 'en',
62
62
  description: 'Default cspell configuration.',