@cspell/dict-npm 5.2.0 → 5.2.1

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/dict/npm.txt +1 -0
  2. package/package.json +2 -2
package/dict/npm.txt CHANGED
@@ -2515,6 +2515,7 @@ tsd
2515
2515
  tsd-lite
2516
2516
  tsdoc
2517
2517
  tsdoc-config
2518
+ tsdown
2518
2519
  tseslint
2519
2520
  tshy
2520
2521
  tslib
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-npm",
3
- "version": "5.2.0",
3
+ "version": "5.2.1",
4
4
  "description": "Dictionary of common NPM packages for cspell.",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -42,5 +42,5 @@
42
42
  "dict/npm.txt",
43
43
  "cspell-ext.json"
44
44
  ],
45
- "gitHead": "ca1490676c302154b8f0f1e53676d92a8295f019"
45
+ "gitHead": "647ae4d5b84d07bbf2604d5e7d18e7e825856faf"
46
46
  }