@w5s/cspell-config 3.1.12 → 3.1.14

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/dict/names.txt CHANGED
@@ -18,4 +18,6 @@ Stroustrup
18
18
  tsdown
19
19
  tsup
20
20
  typecript
21
+ vite
22
+ vitest
21
23
  VueJS
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@ import cSpellSettings from "@cspell/cspell-bundled-dicts/cspell-default.config.j
2
2
  //#region src/meta.ts
3
3
  const meta = Object.freeze({
4
4
  name: "@w5s/cspell-config",
5
- version: "3.1.12",
5
+ version: "3.1.14",
6
6
  buildNumber: 1
7
7
  });
8
8
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/cspell-config",
3
- "version": "3.1.12",
3
+ "version": "3.1.14",
4
4
  "description": "CSpell configuration presets",
5
5
  "keywords": [
6
6
  "cspell"
@@ -31,7 +31,6 @@
31
31
  "src/",
32
32
  "index.js",
33
33
  "index.d.ts",
34
- "!*.d.ts.map",
35
34
  "!**/*.spec.*",
36
35
  "!**/__tests__/**"
37
36
  ],
@@ -56,5 +55,5 @@
56
55
  "access": "public"
57
56
  },
58
57
  "sideEffect": false,
59
- "gitHead": "0fc09427b8a0c77dcc4adb9530e1d74a7fbf1d15"
58
+ "gitHead": "4cca98f83977b854f9d1d6b2338658aa3104ad0b"
60
59
  }