@cspell/dict-npm 5.2.32 → 5.2.33

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
@@ -2668,6 +2668,7 @@ uniq
2668
2668
  unique-random-array
2669
2669
  unist-util-visit
2670
2670
  unleash
2671
+ unplugin
2671
2672
  untildify
2672
2673
  unusual-rope
2673
2674
  unzip
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-npm",
3
- "version": "5.2.32",
3
+ "version": "5.2.33",
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": "a25b3ba911ef8bdc9c54326481b4c86dc8d2d687"
45
+ "gitHead": "d916ca92d4878e49bf349a37021c9051f433e9e1"
46
46
  }