@cspell/dict-npm 5.0.17 → 5.0.18

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
@@ -688,6 +688,7 @@ through
688
688
  through2
689
689
  thunkify
690
690
  time-grunt
691
+ tinybench
691
692
  tinypool
692
693
  tinyspy
693
694
  tmp
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-npm",
3
- "version": "5.0.17",
3
+ "version": "5.0.18",
4
4
  "description": "Dictionary of common NPM packages for cspell.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -38,5 +38,5 @@
38
38
  "dict/npm.txt",
39
39
  "cspell-ext.json"
40
40
  ],
41
- "gitHead": "8e07e04372269f460f7eae0d5b60327804191ff8"
41
+ "gitHead": "b8789b004022801ab07b2b723885d21af1b01df1"
42
42
  }