@cspell/cspell-bundled-dicts 6.31.1 → 7.0.0-alpha.2

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 (1) hide show
  1. package/package.json +14 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/cspell-bundled-dicts",
3
- "version": "6.31.1",
3
+ "version": "7.0.0-alpha.2",
4
4
  "description": "Dictionaries bundled with cspell",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -20,10 +20,10 @@
20
20
  "scripts": {
21
21
  "build": "tsc -p .",
22
22
  "build-dict": "cspell-tools-cli compile compatibility-words.txt",
23
- "clean": "echo clean",
23
+ "clean": "shx rm -rf dist temp coverage \"*.tsbuildInfo\"",
24
24
  "clean-build": "pnpm run clean && pnpm run build",
25
25
  "watch": "pnpm run build --watch",
26
- "test": "node ../../bin.js \"**/*.{txt,md,ts}\"",
26
+ "test": "node ../../bin.mjs \"**/*.{txt,md,ts}\"",
27
27
  "update-fix-en-gb": "pnpm add @cspell/dict-en-gb@1.1.33",
28
28
  "update-dictionaries": "pnpm update --latest \"@cspell/dict-*\" && pnpm run update-fix-en-gb"
29
29
  },
@@ -47,21 +47,21 @@
47
47
  "@cspell/dict-ada": "^4.0.1",
48
48
  "@cspell/dict-aws": "^3.0.0",
49
49
  "@cspell/dict-bash": "^4.1.1",
50
- "@cspell/dict-companies": "^3.0.9",
51
- "@cspell/dict-cpp": "^5.0.2",
50
+ "@cspell/dict-companies": "^3.0.10",
51
+ "@cspell/dict-cpp": "^5.0.3",
52
52
  "@cspell/dict-cryptocurrencies": "^3.0.1",
53
53
  "@cspell/dict-csharp": "^4.0.2",
54
- "@cspell/dict-css": "^4.0.5",
54
+ "@cspell/dict-css": "^4.0.6",
55
55
  "@cspell/dict-dart": "^2.0.2",
56
56
  "@cspell/dict-django": "^4.0.2",
57
57
  "@cspell/dict-docker": "^1.1.6",
58
58
  "@cspell/dict-dotnet": "^5.0.0",
59
- "@cspell/dict-elixir": "^4.0.2",
59
+ "@cspell/dict-elixir": "^4.0.3",
60
60
  "@cspell/dict-en-common-misspellings": "^1.0.2",
61
61
  "@cspell/dict-en-gb": "1.1.33",
62
62
  "@cspell/dict-en_us": "^4.3.2",
63
63
  "@cspell/dict-filetypes": "^3.0.0",
64
- "@cspell/dict-fonts": "^3.0.1",
64
+ "@cspell/dict-fonts": "^3.0.2",
65
65
  "@cspell/dict-fullstack": "^3.1.5",
66
66
  "@cspell/dict-gaming-terms": "^1.0.4",
67
67
  "@cspell/dict-git": "^2.0.0",
@@ -79,12 +79,12 @@
79
79
  "@cspell/dict-php": "^4.0.1",
80
80
  "@cspell/dict-powershell": "^5.0.1",
81
81
  "@cspell/dict-public-licenses": "^2.0.2",
82
- "@cspell/dict-python": "^4.0.2",
82
+ "@cspell/dict-python": "^4.0.4",
83
83
  "@cspell/dict-r": "^2.0.1",
84
84
  "@cspell/dict-ruby": "^5.0.0",
85
85
  "@cspell/dict-rust": "^4.0.1",
86
86
  "@cspell/dict-scala": "^5.0.0",
87
- "@cspell/dict-software-terms": "^3.1.6",
87
+ "@cspell/dict-software-terms": "^3.1.8",
88
88
  "@cspell/dict-sql": "^2.1.0",
89
89
  "@cspell/dict-svelte": "^1.0.2",
90
90
  "@cspell/dict-swift": "^2.0.1",
@@ -92,12 +92,12 @@
92
92
  "@cspell/dict-vue": "^3.0.0"
93
93
  },
94
94
  "engines": {
95
- "node": ">=14"
95
+ "node": ">=16"
96
96
  },
97
97
  "devDependencies": {
98
- "@cspell/cspell-tools": "6.31.1",
99
- "@cspell/cspell-types": "6.31.1",
98
+ "@cspell/cspell-tools": "7.0.0-alpha.2",
99
+ "@cspell/cspell-types": "7.0.0-alpha.2",
100
100
  "typescript": "^4.9.5"
101
101
  },
102
- "gitHead": "43c3652e27588f6643cf78fd764f12f497f89fbf"
102
+ "gitHead": "a1b7c5daeef5afdb14d6444318f450b9fd9c035a"
103
103
  }